Html Css Color HEX #F90096 Hollywood Cerise

📋 copy color: '#F90096'

red 249 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #F90096

Tints of Hollywood Cerise #F90096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 37.59%

R = 62.41%
G = 0%
B = 37.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F90096 (or 0xF90096) is known color: Hollywood Cerise. HEX triplet: F9, 00 and 96. RGB value is (249,0,150). Sum of RGB (Red+Green+Blue) = 249+0+150=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F90096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90096 is #06FF69. Grayscale: #5B5B5B. Windows color (decimal): -458602 or 9830649. OLE color: 9830649.

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

Color convert

RGB 249 0 150 -
CMYK 0 1 0.40 0.02
HSL 323.86º 1% 0.49% -
HSV(B) 323.86º 1% 0.98% -
XYZ 44.57 22.34 30.82 -
YUV 91.55 160.99 240.3 -
System Red Green Blue C M Y K H S L
Decimal 249 0 150 0 1 0.40 0.02 323.86 1 0.49
Hex F9 0 96 0 64 28 2 144 64 31
Octal 371 0 226 0 144 50 2 504 144 61
Binary 11111001 0 10010110 0 1100100 101000 10 101000100 1100100 110001

Color Harmonies of #F90096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90096

Black with #F90096

Text Example


Text Example

White with #F90096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90096; }

 p { color: rgb(249,0,150); }

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

background-color css

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

 a { background-color: rgb(249,0,150); }

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

border-color css

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

 span { border-color: rgb(249,0,150); }

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