Html Css Color HEX #F014A1 Hollywood Cerise

📋 copy color: '#F014A1'

red 240 ◦ green 20 ◦ blue 161

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

Shades of Hollywood Cerise #F014A1

Tints of Hollywood Cerise #F014A1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.75%

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

R = 57.01%
G = 4.75%
B = 38.24%

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

#F014A1 (or 0xF014A1) is known color: Hollywood Cerise. HEX triplet: F0, 14 and A1. RGB value is (240,20,161). Sum of RGB (Red+Green+Blue) = 240+20+161=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F014A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F014A1 is #0FEB5E. Grayscale: #656565. Windows color (decimal): -1043295 or 10556656. OLE color: 10556656.

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

Color convert

RGB 240 20 161 -
CMYK 0 0.92 0.33 0.06
HSL 321.55º 0.88% 0.51% -
HSV(B) 321.55º 0.92% 0.94% -
XYZ 42.62 21.6 35.64 -
YUV 101.85 161.39 226.54 -
System Red Green Blue C M Y K H S L
Decimal 240 20 161 0 0.92 0.33 0.06 321.55 0.88 0.51
Hex F0 14 A1 0 5C 21 6 142 58 33
Octal 360 24 241 0 134 41 6 502 130 63
Binary 11110000 10100 10100001 0 1011100 100001 110 101000010 1011000 110011

Color Harmonies of #F014A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014A1

Black with #F014A1

Text Example


Text Example

White with #F014A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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