Html Css Color HEX #F002A1 Hollywood Cerise

📋 copy color: '#F002A1'

red 240 ◦ green 2 ◦ blue 161

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

Shades of Hollywood Cerise #F002A1

Tints of Hollywood Cerise #F002A1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 59.55%
G = 0.5%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F002A1 (or 0xF002A1) is known color: Hollywood Cerise. HEX triplet: F0, 02 and A1. RGB value is (240,2,161). Sum of RGB (Red+Green+Blue) = 240+2+161=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F002A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F002A1 is #0FFD5E. Grayscale: #5A5A5A. Windows color (decimal): -1047903 or 10552048. OLE color: 10552048.

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

Color convert

RGB 240 2 161 -
CMYK 0 0.99 0.33 0.06
HSL 319.92º 0.98% 0.47% -
HSV(B) 319.92º 0.99% 0.94% -
XYZ 42.39 21.14 35.56 -
YUV 91.29 167.35 234.07 -
System Red Green Blue C M Y K H S L
Decimal 240 2 161 0 0.99 0.33 0.06 319.92 0.98 0.47
Hex F0 2 A1 0 63 21 6 140 62 2F
Octal 360 2 241 0 143 41 6 500 142 57
Binary 11110000 10 10100001 0 1100011 100001 110 101000000 1100010 101111

Color Harmonies of #F002A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002A1

Black with #F002A1

Text Example


Text Example

White with #F002A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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