#F96497

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

Shades of Brilliant Rose #F96497

Tints of Brilliant Rose #F96497

Color information

#F96497 (or 0xF96497) is unknown color: approx Brilliant Rose. HEX triplet: F9, 64 and 97. RGB value is (249,100,151). Sum of RGB (Red+Green+Blue) = 249+100+151=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F96497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96497 is #069B68. Grayscale: #969696. Windows color (decimal): -433001 or 9921785. OLE color: 9921785.

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

Color convert

RGB249100151-
CMYK00.600.390.02
HSL339.46º92.55%68.43%-
HSV(B)339.46º59.84%97.65%-
XYZ49.2131.4932.76-
YUV150.36128.36198.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.8%
GREEN value IS 100 (39.45% from 255) = 20%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=49.8%
G=20%
B=30.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910015100.600.390.02339.4692.5568.43
HexF9649703C2721535d44
Octal371144227074472523135104
Binary1111100111001001001011101111001001111010101001110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96497; }

 p { color: rgb(249,100,151); }

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

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

 a { background-color: rgb(249,100,151); }

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

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

 span { border-color: rgb(249,100,151); }

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