Html Css Color HEX #F202A8 Hollywood Cerise

📋 copy color: '#F202A8'

red 242 ◦ green 2 ◦ blue 168

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

Shades of Hollywood Cerise #F202A8

Tints of Hollywood Cerise #F202A8

RGB

 RED value IS 242 (94.92% from 255) = 58.74%

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

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

R = 58.74%
G = 0.49%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F202A8 (or 0xF202A8) is known color: Hollywood Cerise. HEX triplet: F2, 02 and A8. RGB value is (242,2,168). Sum of RGB (Red+Green+Blue) = 242+2+168=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F202A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F202A8 is #0DFD57. Grayscale: #5C5C5C. Windows color (decimal): -916824 or 11010802. OLE color: 11010802.

HSL color Cylindrical-coordinate representation of color #F202A8: hue angle of 318.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F202A8 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 2 168 -
CMYK 0 0.99 0.31 0.05
HSL 318.5º 0.98% 0.48% -
HSV(B) 318.5º 0.99% 0.95% -
XYZ 43.71 21.75 38.94 -
YUV 92.68 170.51 234.5 -
System Red Green Blue C M Y K H S L
Decimal 242 2 168 0 0.99 0.31 0.05 318.5 0.98 0.48
Hex F2 2 A8 0 63 1F 5 13E 62 30
Octal 362 2 250 0 143 37 5 476 142 60
Binary 11110010 10 10101000 0 1100011 11111 101 100111110 1100010 110000

Color Harmonies of #F202A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F202A8

Black with #F202A8

Text Example


Text Example

White with #F202A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F202A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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