#F96597

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

Shades of Brilliant Rose #F96597

Tints of Brilliant Rose #F96597

Color information

#F96597 (or 0xF96597) is unknown color: approx Brilliant Rose. HEX triplet: F9, 65 and 97. RGB value is (249,101,151). Sum of RGB (Red+Green+Blue) = 249+101+151=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F96597 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96597 is #069A68. Grayscale: #969696. Windows color (decimal): -432745 or 9922041. OLE color: 9922041.

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

Color convert

RGB249101151-
CMYK00.590.390.02
HSL339.73º92.5%68.63%-
HSV(B)339.73º59.44%97.65%-
XYZ49.3131.6832.79-
YUV150.95128.03197.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.70%
GREEN value IS 101 (39.84% from 255) = 20.16%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=49.70%
G=20.16%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910115100.590.390.02339.7392.568.63
HexF9659703B2721545c45
Octal371145227073472524134105
Binary1111100111001011001011101110111001111010101010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96597; }

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

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

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

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

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

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

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

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