#F96197

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

Shades of Brilliant Rose #F96197

Tints of Brilliant Rose #F96197

Color information

#F96197 (or 0xF96197) is unknown color: approx Brilliant Rose. HEX triplet: F9, 61 and 97. RGB value is (249,97,151). Sum of RGB (Red+Green+Blue) = 249+97+151=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F96197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96197 is #069E68. Grayscale: #949494. Windows color (decimal): -433769 or 9921017. OLE color: 9921017.

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

Color convert

RGB24997151-
CMYK00.610.390.02
HSL338.68º92.68%67.84%-
HSV(B)338.68º61.04%97.65%-
XYZ48.9330.9232.67-
YUV148.6129.36199.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.10%
GREEN value IS 97 (38.28% from 255) = 19.52%
BLUE value IS 151 (59.38% from 255) = 30.38%
R=50.10%
G=19.52%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499715100.610.390.02338.6892.6867.84
HexF9619703D2721535d44
Octal371141227075472523135104
Binary1111100111000011001011101111011001111010101001110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96197; }

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

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

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

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

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

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

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

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