Html Css Color HEX #F96497 Brilliant Rose

📋 copy color: '#F96497'

red 249 ◦ green 100 ◦ blue 151

#F96497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F96497

Tints of Brilliant Rose #F96497

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 value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F96497 (or 0xF96497) is known color: 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

RGB 249 100 151 -
CMYK 0 0.60 0.39 0.02
HSL 339.46º 0.93% 0.68% -
HSV(B) 339.46º 0.6% 0.98% -
XYZ 49.21 31.49 32.76 -
YUV 150.37 128.36 198.35 -
System Red Green Blue C M Y K H S L
Decimal 249 100 151 0 0.60 0.39 0.02 339.46 0.93 0.68
Hex F9 64 97 0 3C 27 2 153 5D 44
Octal 371 144 227 0 74 47 2 523 135 104
Binary 11111001 1100100 10010111 0 111100 100111 10 101010011 1011101 1000100

Color Harmonies of #F96497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96497

Black with #F96497

Text Example


Text Example

White with #F96497

Text Example


Text Example

HTML Codes & Css Web 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>