Html Css Color HEX #FE05AA Hollywood Cerise

📋 copy color: '#FE05AA'

red 254 ◦ green 5 ◦ blue 170

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

Shades of Hollywood Cerise #FE05AA

Tints of Hollywood Cerise #FE05AA

RGB

 RED value IS 254 (99.61% from 255) = 59.21%

 GREEN value IS 5 (2.34% from 255) = 1.17%

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 59.21%
G = 1.17%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE05AA (or 0xFE05AA) is known color: Hollywood Cerise. HEX triplet: FE, 05 and AA. RGB value is (254,5,170). Sum of RGB (Red+Green+Blue) = 254+5+170=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE05AA is #01FA55. Grayscale: #616161. Windows color (decimal): -129622 or 11142654. OLE color: 11142654.

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

Color convert

RGB 254 5 170 -
CMYK 0 0.98 0.33 0.00
HSL 320.24º 0.99% 0.51% -
HSV(B) 320.24º 0.98% 1% -
XYZ 48.18 24.08 40.14 -
YUV 98.26 168.49 239.08 -
System Red Green Blue C M Y K H S L
Decimal 254 5 170 0 0.98 0.33 0.00 320.24 0.99 0.51
Hex FE 5 AA 0 62 21 0 140 63 33
Octal 376 5 252 0 142 41 0 500 143 63
Binary 11111110 101 10101010 0 1100010 100001 0 101000000 1100011 110011

Color Harmonies of #FE05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE05AA

Black with #FE05AA

Text Example


Text Example

White with #FE05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE05AA; }

 p { color: rgb(254,5,170); }

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

background-color css

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

 a { background-color: rgb(254,5,170); }

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

border-color css

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

 span { border-color: rgb(254,5,170); }

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