Html Css Color HEX #FF02AE Hollywood Cerise

📋 copy color: '#FF02AE'

red 255 ◦ green 2 ◦ blue 174

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

Shades of Hollywood Cerise #FF02AE

Tints of Hollywood Cerise #FF02AE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

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

R = 59.16%
G = 0.46%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF02AE (or 0xFF02AE) is known color: Hollywood Cerise. HEX triplet: FF, 02 and AE. RGB value is (255,2,174). Sum of RGB (Red+Green+Blue) = 255+2+174=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF02AE is #00FD51. Grayscale: #606060. Windows color (decimal): -64850 or 11404031. OLE color: 11404031.

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

Color convert

RGB 255 2 174 -
CMYK 0 0.99 0.32 0
HSL 319.21º 1% 0.5% -
HSV(B) 319.21º 0.99% 1% -
XYZ 48.9 24.36 42.17 -
YUV 97.26 171.32 240.51 -
System Red Green Blue C M Y K H S L
Decimal 255 2 174 0 0.99 0.32 0 319.21 1 0.5
Hex FF 2 AE 0 63 20 0 13F 64 32
Octal 377 2 256 0 143 40 0 477 144 62
Binary 11111111 10 10101110 0 1100011 100000 0 100111111 1100100 110010

Color Harmonies of #FF02AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF02AE

Black with #FF02AE

Text Example


Text Example

White with #FF02AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF02AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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