#F76295

Color #F76295 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F76295

Tints of Brilliant Rose #F76295

Color information

#F76295 (or 0xF76295) is unknown color: approx Brilliant Rose. HEX triplet: F7, 62 and 95. RGB value is (247,98,149). Sum of RGB (Red+Green+Blue) = 247+98+149=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F76295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76295 is #089D6A. Grayscale: #949494. Windows color (decimal): -564587 or 9790199. OLE color: 9790199.

HSL color Cylindrical-coordinate representation of color #F76295: hue angle of 339.46º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F76295 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB24798149-
CMYK00.600.400.03
HSL339.46º90.3%67.65%-
HSV(B)339.46º60.32%96.86%-
XYZ48.1530.6831.82-
YUV148.36128.36198.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 50%
GREEN value IS 98 (38.67% from 255) = 19.84%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=50%
G=19.84%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479814900.600.400.03339.4690.367.65
HexF7629503C2831535a44
Octal367142225074503523132104
Binary1111011111000101001010101111001010001110101001110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76295; }

 p { color: rgb(247,98,149); }

 H1.HeaderClassName
 {
   color: #F76295;
 }
 .AnyTagClassName
 {
   color: #F76295;
 }
</style>
background-color css

<style>
 a { background-color: #F76295; }

 a { background-color: rgb(247,98,149); }

 div.DivClassName
 {
   background-color: #F76295;
 }
 .BgClassName
 {
   background-color: #F76295;
 }
</style>
border-color css

<style>
 span { border-color: #F76295; }

 span { border-color: rgb(247,98,149); }

 td.TdClassName
 {
   border-color: #F76295;
 }
 .TagClassName
 {
   border-color: #F76295;
 }
</style>