Html Css Color HEX #FF04A5 Hollywood Cerise

📋 copy color: '#FF04A5'

red 255 ◦ green 4 ◦ blue 165

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

Shades of Hollywood Cerise #FF04A5

Tints of Hollywood Cerise #FF04A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.92%

R = 60.14%
G = 0.94%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF04A5 (or 0xFF04A5) is known color: Hollywood Cerise. HEX triplet: FF, 04 and A5. RGB value is (255,4,165). Sum of RGB (Red+Green+Blue) = 255+4+165=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF04A5 is #00FB5A. Grayscale: #616161. Windows color (decimal): -64347 or 10814719. OLE color: 10814719.

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

Color convert

RGB 255 4 165 -
CMYK 0 0.98 0.35 0
HSL 321.51º 1% 0.51% -
HSV(B) 321.51º 0.98% 1% -
XYZ 48.07 24.06 37.71 -
YUV 97.4 166.16 240.41 -
System Red Green Blue C M Y K H S L
Decimal 255 4 165 0 0.98 0.35 0 321.51 1 0.51
Hex FF 4 A5 0 62 23 0 142 64 33
Octal 377 4 245 0 142 43 0 502 144 63
Binary 11111111 100 10100101 0 1100010 100011 0 101000010 1100100 110011

Color Harmonies of #FF04A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04A5

Black with #FF04A5

Text Example


Text Example

White with #FF04A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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