Html Css Color HEX #F90497 Hollywood Cerise

📋 copy color: '#F90497'

red 249 ◦ green 4 ◦ blue 151

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

Shades of Hollywood Cerise #F90497

Tints of Hollywood Cerise #F90497

RGB

 RED value IS 249 (97.66% from 255) = 61.63%

 GREEN value IS 4 (1.95% from 255) = 0.99%

 BLUE value IS 151 (59.38% from 255) = 37.38%

R = 61.63%
G = 0.99%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F90497 (or 0xF90497) is known color: Hollywood Cerise. HEX triplet: F9, 04 and 97. RGB value is (249,4,151). Sum of RGB (Red+Green+Blue) = 249+4+151=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F90497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90497 is #06FB68. Grayscale: #5D5D5D. Windows color (decimal): -457577 or 9897209. OLE color: 9897209.

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

Color convert

RGB 249 4 151 -
CMYK 0 0.98 0.39 0.02
HSL 324º 0.97% 0.5% -
HSV(B) 324º 0.98% 0.98% -
XYZ 44.7 22.46 31.26 -
YUV 94.01 160.17 238.55 -
System Red Green Blue C M Y K H S L
Decimal 249 4 151 0 0.98 0.39 0.02 324 0.97 0.5
Hex F9 4 97 0 62 27 2 144 61 32
Octal 371 4 227 0 142 47 2 504 141 62
Binary 11111001 100 10010111 0 1100010 100111 10 101000100 1100001 110010

Color Harmonies of #F90497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90497

Black with #F90497

Text Example


Text Example

White with #F90497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90497; }

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

 H1.HeaderClassName
 {
   color: #F90497;
 }
 .AnyTagClassName
 {
   color: #F90497;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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