Html Css Color HEX #F9019E Hollywood Cerise

📋 copy color: '#F9019E'

red 249 ◦ green 1 ◦ blue 158

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

Shades of Hollywood Cerise #F9019E

Tints of Hollywood Cerise #F9019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 158 (62.11% from 255) = 38.73%

R = 61.03%
G = 0.25%
B = 38.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9019E (or 0xF9019E) is known color: Hollywood Cerise. HEX triplet: F9, 01 and 9E. RGB value is (249,1,158). Sum of RGB (Red+Green+Blue) = 249+1+158=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9019E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9019E is #06FE61. Grayscale: #5C5C5C. Windows color (decimal): -458338 or 10355193. OLE color: 10355193.

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

Color convert

RGB 249 1 158 -
CMYK 0 1.00 0.37 0.02
HSL 322.02º 0.99% 0.49% -
HSV(B) 322.02º 1% 0.98% -
XYZ 45.25 22.63 34.33 -
YUV 93.05 164.66 239.23 -
System Red Green Blue C M Y K H S L
Decimal 249 1 158 0 1.00 0.37 0.02 322.02 0.99 0.49
Hex F9 1 9E 0 64 25 2 142 63 31
Octal 371 1 236 0 144 45 2 502 143 61
Binary 11111001 1 10011110 0 1100100 100101 10 101000010 1100011 110001

Color Harmonies of #F9019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9019E

Black with #F9019E

Text Example


Text Example

White with #F9019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9019E; }

 p { color: rgb(249,1,158); }

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

background-color css

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

 a { background-color: rgb(249,1,158); }

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

border-color css

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

 span { border-color: rgb(249,1,158); }

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