Html Css Color HEX #F204A8 Hollywood Cerise

📋 copy color: '#F204A8'

red 242 ◦ green 4 ◦ blue 168

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

Shades of Hollywood Cerise #F204A8

Tints of Hollywood Cerise #F204A8

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

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

R = 58.45%
G = 0.97%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F204A8 (or 0xF204A8) is known color: Hollywood Cerise. HEX triplet: F2, 04 and A8. RGB value is (242,4,168). Sum of RGB (Red+Green+Blue) = 242+4+168=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F204A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F204A8 is #0DFB57. Grayscale: #5D5D5D. Windows color (decimal): -916312 or 11011314. OLE color: 11011314.

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

Color convert

RGB 242 4 168 -
CMYK 0 0.98 0.31 0.05
HSL 318.66º 0.97% 0.48% -
HSV(B) 318.66º 0.98% 0.95% -
XYZ 43.73 21.79 38.95 -
YUV 93.86 169.85 233.66 -
System Red Green Blue C M Y K H S L
Decimal 242 4 168 0 0.98 0.31 0.05 318.66 0.97 0.48
Hex F2 4 A8 0 62 1F 5 13F 61 30
Octal 362 4 250 0 142 37 5 477 141 60
Binary 11110010 100 10101000 0 1100010 11111 101 100111111 1100001 110000

Color Harmonies of #F204A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F204A8

Black with #F204A8

Text Example


Text Example

White with #F204A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F204A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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