Html Css Color HEX #F202AD Hollywood Cerise

📋 copy color: '#F202AD'

red 242 ◦ green 2 ◦ blue 173

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

Shades of Hollywood Cerise #F202AD

Tints of Hollywood Cerise #F202AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 58.03%
G = 0.48%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F202AD (or 0xF202AD) is known color: Hollywood Cerise. HEX triplet: F2, 02 and AD. RGB value is (242,2,173). Sum of RGB (Red+Green+Blue) = 242+2+173=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F202AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F202AD is #0DFD52. Grayscale: #5C5C5C. Windows color (decimal): -916819 or 11338482. OLE color: 11338482.

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

Color convert

RGB 242 2 173 -
CMYK 0 0.99 0.29 0.05
HSL 317.25º 0.98% 0.48% -
HSV(B) 317.25º 0.99% 0.95% -
XYZ 44.18 21.94 41.44 -
YUV 93.25 173.01 234.1 -
System Red Green Blue C M Y K H S L
Decimal 242 2 173 0 0.99 0.29 0.05 317.25 0.98 0.48
Hex F2 2 AD 0 63 1D 5 13D 62 30
Octal 362 2 255 0 143 35 5 475 142 60
Binary 11110010 10 10101101 0 1100011 11101 101 100111101 1100010 110000

Color Harmonies of #F202AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F202AD

Black with #F202AD

Text Example


Text Example

White with #F202AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F202AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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