Html Css Color HEX #F204B0 Hollywood Cerise

📋 copy color: '#F204B0'

red 242 ◦ green 4 ◦ blue 176

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

Shades of Hollywood Cerise #F204B0

Tints of Hollywood Cerise #F204B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.71%

R = 57.35%
G = 0.95%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F204B0 (or 0xF204B0) is known color: Hollywood Cerise. HEX triplet: F2, 04 and B0. RGB value is (242,4,176). Sum of RGB (Red+Green+Blue) = 242+4+176=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F204B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F204B0 is #0DFB4F. Grayscale: #5E5E5E. Windows color (decimal): -916304 or 11535602. OLE color: 11535602.

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

Color convert

RGB 242 4 176 -
CMYK 0 0.98 0.27 0.05
HSL 316.64º 0.97% 0.48% -
HSV(B) 316.64º 0.98% 0.95% -
XYZ 44.5 22.1 42.99 -
YUV 94.77 173.85 233.01 -
System Red Green Blue C M Y K H S L
Decimal 242 4 176 0 0.98 0.27 0.05 316.64 0.97 0.48
Hex F2 4 B0 0 62 1B 5 13D 61 30
Octal 362 4 260 0 142 33 5 475 141 60
Binary 11110010 100 10110000 0 1100010 11011 101 100111101 1100001 110000

Color Harmonies of #F204B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F204B0

Black with #F204B0

Text Example


Text Example

White with #F204B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F204B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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