Html Css Color HEX #F204AB Hollywood Cerise

📋 copy color: '#F204AB'

red 242 ◦ green 4 ◦ blue 171

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

Shades of Hollywood Cerise #F204AB

Tints of Hollywood Cerise #F204AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 58.03%
G = 0.96%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F204AB (or 0xF204AB) is known color: Hollywood Cerise. HEX triplet: F2, 04 and AB. RGB value is (242,4,171). Sum of RGB (Red+Green+Blue) = 242+4+171=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F204AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F204AB is #0DFB54. Grayscale: #5D5D5D. Windows color (decimal): -916309 or 11207922. OLE color: 11207922.

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

Color convert

RGB 242 4 171 -
CMYK 0 0.98 0.29 0.05
HSL 317.9º 0.97% 0.48% -
HSV(B) 317.9º 0.98% 0.95% -
XYZ 44.01 21.9 40.44 -
YUV 94.2 171.35 233.42 -
System Red Green Blue C M Y K H S L
Decimal 242 4 171 0 0.98 0.29 0.05 317.9 0.97 0.48
Hex F2 4 AB 0 62 1D 5 13E 61 30
Octal 362 4 253 0 142 35 5 476 141 60
Binary 11110010 100 10101011 0 1100010 11101 101 100111110 1100001 110000

Color Harmonies of #F204AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F204AB

Black with #F204AB

Text Example


Text Example

White with #F204AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F204AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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