Html Css Color HEX #FF04A0 Hollywood Cerise

📋 copy color: '#FF04A0'

red 255 ◦ green 4 ◦ blue 160

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

Shades of Hollywood Cerise #FF04A0

Tints of Hollywood Cerise #FF04A0

RGB

 RED value IS 255 (100% from 255) = 60.86%

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

 BLUE value IS 160 (62.89% from 255) = 38.19%

R = 60.86%
G = 0.95%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF04A0 (or 0xFF04A0) is known color: Hollywood Cerise. HEX triplet: FF, 04 and A0. RGB value is (255,4,160). Sum of RGB (Red+Green+Blue) = 255+4+160=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF04A0 is #00FB5F. Grayscale: #606060. Windows color (decimal): -64352 or 10487039. OLE color: 10487039.

HSL color Cylindrical-coordinate representation of color #FF04A0: hue angle of 322.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF04A0 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 255 4 160 -
CMYK 0 0.98 0.37 0
HSL 322.71º 1% 0.51% -
HSV(B) 322.71º 0.98% 1% -
XYZ 47.63 23.88 35.36 -
YUV 96.83 163.66 240.82 -
System Red Green Blue C M Y K H S L
Decimal 255 4 160 0 0.98 0.37 0 322.71 1 0.51
Hex FF 4 A0 0 62 25 0 143 64 33
Octal 377 4 240 0 142 45 0 503 144 63
Binary 11111111 100 10100000 0 1100010 100101 0 101000011 1100100 110011

Color Harmonies of #FF04A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04A0

Black with #FF04A0

Text Example


Text Example

White with #FF04A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04A0; }

 p { color: rgb(255,4,160); }

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

background-color css

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

 a { background-color: rgb(255,4,160); }

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

border-color css

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

 span { border-color: rgb(255,4,160); }

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