Html Css Color HEX #F013A1 Hollywood Cerise

📋 copy color: '#F013A1'

red 240 ◦ green 19 ◦ blue 161

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

Shades of Hollywood Cerise #F013A1

Tints of Hollywood Cerise #F013A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.33%

R = 57.14%
G = 4.52%
B = 38.33%

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

#F013A1 (or 0xF013A1) is known color: Hollywood Cerise. HEX triplet: F0, 13 and A1. RGB value is (240,19,161). Sum of RGB (Red+Green+Blue) = 240+19+161=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F013A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F013A1 is #0FEC5E. Grayscale: #646464. Windows color (decimal): -1043551 or 10556400. OLE color: 10556400.

HSL color Cylindrical-coordinate representation of color #F013A1: hue angle of 321.45º 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 #F013A1 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 161 -
CMYK 0 0.92 0.33 0.06
HSL 321.45º 0.88% 0.51% -
HSV(B) 321.45º 0.92% 0.94% -
XYZ 42.6 21.56 35.64 -
YUV 101.27 161.72 226.95 -
System Red Green Blue C M Y K H S L
Decimal 240 19 161 0 0.92 0.33 0.06 321.45 0.88 0.51
Hex F0 13 A1 0 5C 21 6 141 58 33
Octal 360 23 241 0 134 41 6 501 130 63
Binary 11110000 10011 10100001 0 1011100 100001 110 101000001 1011000 110011

Color Harmonies of #F013A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013A1

Black with #F013A1

Text Example


Text Example

White with #F013A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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