Html Css Color HEX #F202B2 Hollywood Cerise

📋 copy color: '#F202B2'

red 242 ◦ green 2 ◦ blue 178

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

Shades of Hollywood Cerise #F202B2

Tints of Hollywood Cerise #F202B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 57.35%
G = 0.47%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F202B2 (or 0xF202B2) is known color: Hollywood Cerise. HEX triplet: F2, 02 and B2. RGB value is (242,2,178). Sum of RGB (Red+Green+Blue) = 242+2+178=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F202B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F202B2 is #0DFD4D. Grayscale: #5D5D5D. Windows color (decimal): -916814 or 11666162. OLE color: 11666162.

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

Color convert

RGB 242 2 178 -
CMYK 0 0.99 0.26 0.05
HSL 316º 0.98% 0.48% -
HSV(B) 316º 0.99% 0.95% -
XYZ 44.68 22.14 44.04 -
YUV 93.82 175.51 233.69 -
System Red Green Blue C M Y K H S L
Decimal 242 2 178 0 0.99 0.26 0.05 316 0.98 0.48
Hex F2 2 B2 0 63 1A 5 13C 62 30
Octal 362 2 262 0 143 32 5 474 142 60
Binary 11110010 10 10110010 0 1100011 11010 101 100111100 1100010 110000

Color Harmonies of #F202B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F202B2

Black with #F202B2

Text Example


Text Example

White with #F202B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F202B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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