Html Css Color HEX #F002A8 Hollywood Cerise

📋 copy color: '#F002A8'

red 240 ◦ green 2 ◦ blue 168

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

Shades of Hollywood Cerise #F002A8

Tints of Hollywood Cerise #F002A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.98%

R = 58.54%
G = 0.49%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F002A8 (or 0xF002A8) is known color: Hollywood Cerise. HEX triplet: F0, 02 and A8. RGB value is (240,2,168). Sum of RGB (Red+Green+Blue) = 240+2+168=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F002A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F002A8 is #0FFD57. Grayscale: #5B5B5B. Windows color (decimal): -1047896 or 11010800. OLE color: 11010800.

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

Color convert

RGB 240 2 168 -
CMYK 0 0.99 0.3 0.06
HSL 318.15º 0.98% 0.47% -
HSV(B) 318.15º 0.99% 0.94% -
XYZ 43.02 21.4 38.91 -
YUV 92.09 170.85 233.5 -
System Red Green Blue C M Y K H S L
Decimal 240 2 168 0 0.99 0.3 0.06 318.15 0.98 0.47
Hex F0 2 A8 0 63 1E 6 13E 62 2F
Octal 360 2 250 0 143 36 6 476 142 57
Binary 11110000 10 10101000 0 1100011 11110 110 100111110 1100010 101111

Color Harmonies of #F002A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002A8

Black with #F002A8

Text Example


Text Example

White with #F002A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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