Html Css Color HEX #F202A6 Hollywood Cerise

📋 copy color: '#F202A6'

red 242 ◦ green 2 ◦ blue 166

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

Shades of Hollywood Cerise #F202A6

Tints of Hollywood Cerise #F202A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.49%

R = 59.02%
G = 0.49%
B = 40.49%

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

#F202A6 (or 0xF202A6) is known color: Hollywood Cerise. HEX triplet: F2, 02 and A6. RGB value is (242,2,166). Sum of RGB (Red+Green+Blue) = 242+2+166=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F202A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F202A6 is #0DFD59. Grayscale: #5C5C5C. Windows color (decimal): -916826 or 10879730. OLE color: 10879730.

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

Color convert

RGB 242 2 166 -
CMYK 0 0.99 0.31 0.05
HSL 319º 0.98% 0.48% -
HSV(B) 319º 0.99% 0.95% -
XYZ 43.52 21.67 37.97 -
YUV 92.46 169.51 234.66 -
System Red Green Blue C M Y K H S L
Decimal 242 2 166 0 0.99 0.31 0.05 319 0.98 0.48
Hex F2 2 A6 0 63 1F 5 13F 62 30
Octal 362 2 246 0 143 37 5 477 142 60
Binary 11110010 10 10100110 0 1100011 11111 101 100111111 1100010 110000

Color Harmonies of #F202A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F202A6

Black with #F202A6

Text Example


Text Example

White with #F202A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F202A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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