Html Css Color HEX #F013A2 Hollywood Cerise

📋 copy color: '#F013A2'

red 240 ◦ green 19 ◦ blue 162

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

Shades of Hollywood Cerise #F013A2

Tints of Hollywood Cerise #F013A2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.51%

 BLUE value IS 162 (63.67% from 255) = 38.48%

R = 57.01%
G = 4.51%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F013A2 (or 0xF013A2) is known color: Hollywood Cerise. HEX triplet: F0, 13 and A2. RGB value is (240,19,162). Sum of RGB (Red+Green+Blue) = 240+19+162=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F013A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F013A2 is #0FEC5D. Grayscale: #656565. Windows color (decimal): -1043550 or 10621936. OLE color: 10621936.

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

Color convert

RGB 240 19 162 -
CMYK 0 0.92 0.32 0.06
HSL 321.18º 0.88% 0.51% -
HSV(B) 321.18º 0.92% 0.94% -
XYZ 42.69 21.6 36.1 -
YUV 101.38 162.22 226.87 -
System Red Green Blue C M Y K H S L
Decimal 240 19 162 0 0.92 0.32 0.06 321.18 0.88 0.51
Hex F0 13 A2 0 5C 20 6 141 58 33
Octal 360 23 242 0 134 40 6 501 130 63
Binary 11110000 10011 10100010 0 1011100 100000 110 101000001 1011000 110011

Color Harmonies of #F013A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013A2

Black with #F013A2

Text Example


Text Example

White with #F013A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013A2; }

 p { color: rgb(240,19,162); }

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

background-color css

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

 a { background-color: rgb(240,19,162); }

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

border-color css

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

 span { border-color: rgb(240,19,162); }

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