Html Css Color HEX #F012A0 Hollywood Cerise

📋 copy color: '#F012A0'

red 240 ◦ green 18 ◦ blue 160

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

Shades of Hollywood Cerise #F012A0

Tints of Hollywood Cerise #F012A0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.31%

 BLUE value IS 160 (62.89% from 255) = 38.28%

R = 57.42%
G = 4.31%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F012A0 (or 0xF012A0) is known color: Hollywood Cerise. HEX triplet: F0, 12 and A0. RGB value is (240,18,160). Sum of RGB (Red+Green+Blue) = 240+18+160=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F012A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F012A0 is #0FED5F. Grayscale: #646464. Windows color (decimal): -1043808 or 10490608. OLE color: 10490608.

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

Color convert

RGB 240 18 160 -
CMYK 0 0.92 0.33 0.06
HSL 321.62º 0.88% 0.51% -
HSV(B) 321.62º 0.93% 0.94% -
XYZ 42.5 21.5 35.17 -
YUV 100.57 161.55 227.45 -
System Red Green Blue C M Y K H S L
Decimal 240 18 160 0 0.92 0.33 0.06 321.62 0.88 0.51
Hex F0 12 A0 0 5C 21 6 142 58 33
Octal 360 22 240 0 134 41 6 502 130 63
Binary 11110000 10010 10100000 0 1011100 100001 110 101000010 1011000 110011

Color Harmonies of #F012A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012A0

Black with #F012A0

Text Example


Text Example

White with #F012A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012A0; }

 p { color: rgb(240,18,160); }

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

background-color css

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

 a { background-color: rgb(240,18,160); }

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

border-color css

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

 span { border-color: rgb(240,18,160); }

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