Html Css Color HEX #F0019D Hollywood Cerise

📋 copy color: '#F0019D'

red 240 ◦ green 1 ◦ blue 157

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

Shades of Hollywood Cerise #F0019D

Tints of Hollywood Cerise #F0019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 60.3%
G = 0.25%
B = 39.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0019D (or 0xF0019D) is known color: Hollywood Cerise. HEX triplet: F0, 01 and 9D. RGB value is (240,1,157). Sum of RGB (Red+Green+Blue) = 240+1+157=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0019D is #0FFE62. Grayscale: #595959. Windows color (decimal): -1048163 or 10289648. OLE color: 10289648.

HSL color Cylindrical-coordinate representation of color #F0019D: hue angle of 320.84º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0019D is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 157 -
CMYK 0 1.00 0.35 0.06
HSL 320.84º 0.99% 0.47% -
HSV(B) 320.84º 1% 0.94% -
XYZ 42.03 20.98 33.73 -
YUV 90.25 165.68 234.82 -
System Red Green Blue C M Y K H S L
Decimal 240 1 157 0 1.00 0.35 0.06 320.84 0.99 0.47
Hex F0 1 9D 0 64 23 6 141 63 2F
Octal 360 1 235 0 144 43 6 501 143 57
Binary 11110000 1 10011101 0 1100100 100011 110 101000001 1100011 101111

Color Harmonies of #F0019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0019D

Black with #F0019D

Text Example


Text Example

White with #F0019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0019D; }

 p { color: rgb(240,1,157); }

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

background-color css

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

 a { background-color: rgb(240,1,157); }

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

border-color css

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

 span { border-color: rgb(240,1,157); }

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