Html Css Color HEX #F90097 Hollywood Cerise

📋 copy color: '#F90097'

red 249 ◦ green 0 ◦ blue 151

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

Shades of Hollywood Cerise #F90097

Tints of Hollywood Cerise #F90097

RGB

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

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

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

R = 62.25%
G = 0%
B = 37.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F90097 (or 0xF90097) is known color: Hollywood Cerise. HEX triplet: F9, 00 and 97. RGB value is (249,0,151). Sum of RGB (Red+Green+Blue) = 249+0+151=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F90097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90097 is #06FF68. Grayscale: #5B5B5B. Windows color (decimal): -458601 or 9896185. OLE color: 9896185.

HSL color Cylindrical-coordinate representation of color #F90097: hue angle of 323.61º 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 #F90097 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 0 151 -
CMYK 0 1 0.39 0.02
HSL 323.61º 1% 0.49% -
HSV(B) 323.61º 1% 0.98% -
XYZ 44.65 22.37 31.24 -
YUV 91.67 161.49 240.22 -
System Red Green Blue C M Y K H S L
Decimal 249 0 151 0 1 0.39 0.02 323.61 1 0.49
Hex F9 0 97 0 64 27 2 144 64 31
Octal 371 0 227 0 144 47 2 504 144 61
Binary 11111001 0 10010111 0 1100100 100111 10 101000100 1100100 110001

Color Harmonies of #F90097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90097

Black with #F90097

Text Example


Text Example

White with #F90097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90097; }

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

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

background-color css

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

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

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

border-color css

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

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

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