Html Css Color HEX #FF04AE Hollywood Cerise

📋 copy color: '#FF04AE'

red 255 ◦ green 4 ◦ blue 174

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

Shades of Hollywood Cerise #FF04AE

Tints of Hollywood Cerise #FF04AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 58.89%
G = 0.92%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF04AE (or 0xFF04AE) is known color: Hollywood Cerise. HEX triplet: FF, 04 and AE. RGB value is (255,4,174). Sum of RGB (Red+Green+Blue) = 255+4+174=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF04AE is #00FB51. Grayscale: #626262. Windows color (decimal): -64338 or 11404543. OLE color: 11404543.

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

Color convert

RGB 255 4 174 -
CMYK 0 0.98 0.32 0
HSL 319.36º 1% 0.51% -
HSV(B) 319.36º 0.98% 1% -
XYZ 48.92 24.4 42.18 -
YUV 98.43 170.66 239.68 -
System Red Green Blue C M Y K H S L
Decimal 255 4 174 0 0.98 0.32 0 319.36 1 0.51
Hex FF 4 AE 0 62 20 0 13F 64 33
Octal 377 4 256 0 142 40 0 477 144 63
Binary 11111111 100 10101110 0 1100010 100000 0 100111111 1100100 110011

Color Harmonies of #FF04AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04AE

Black with #FF04AE

Text Example


Text Example

White with #FF04AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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