Html Css Color HEX #F0119E Hollywood Cerise

📋 copy color: '#F0119E'

red 240 ◦ green 17 ◦ blue 158

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

Shades of Hollywood Cerise #F0119E

Tints of Hollywood Cerise #F0119E

RGB

 RED value IS 240 (94.14% from 255) = 57.83%

 GREEN value IS 17 (7.03% from 255) = 4.1%

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

R = 57.83%
G = 4.1%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0119E (or 0xF0119E) is known color: Hollywood Cerise. HEX triplet: F0, 11 and 9E. RGB value is (240,17,158). Sum of RGB (Red+Green+Blue) = 240+17+158=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0119E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0119E is #0FEE61. Grayscale: #636363. Windows color (decimal): -1044066 or 10359280. OLE color: 10359280.

HSL color Cylindrical-coordinate representation of color #F0119E: hue angle of 322.06º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0119E is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 158 -
CMYK 0 0.93 0.34 0.06
HSL 322.06º 0.88% 0.5% -
HSV(B) 322.06º 0.93% 0.94% -
XYZ 42.31 21.39 34.25 -
YUV 99.75 160.88 228.04 -
System Red Green Blue C M Y K H S L
Decimal 240 17 158 0 0.93 0.34 0.06 322.06 0.88 0.5
Hex F0 11 9E 0 5D 22 6 142 58 32
Octal 360 21 236 0 135 42 6 502 130 62
Binary 11110000 10001 10011110 0 1011101 100010 110 101000010 1011000 110010

Color Harmonies of #F0119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0119E

Black with #F0119E

Text Example


Text Example

White with #F0119E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0119E; }

 p { color: rgb(240,17,158); }

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

background-color css

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

 a { background-color: rgb(240,17,158); }

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

border-color css

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

 span { border-color: rgb(240,17,158); }

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