Html Css Color HEX #FE04AB Hollywood Cerise

📋 copy color: '#FE04AB'

red 254 ◦ green 4 ◦ blue 171

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

Shades of Hollywood Cerise #FE04AB

Tints of Hollywood Cerise #FE04AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 59.21%
G = 0.93%
B = 39.86%

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

#FE04AB (or 0xFE04AB) is known color: Hollywood Cerise. HEX triplet: FE, 04 and AB. RGB value is (254,4,171). Sum of RGB (Red+Green+Blue) = 254+4+171=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE04AB is #01FB54. Grayscale: #616161. Windows color (decimal): -129877 or 11207934. OLE color: 11207934.

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

Color convert

RGB 254 4 171 -
CMYK 0 0.98 0.33 0.00
HSL 319.92º 0.99% 0.51% -
HSV(B) 319.92º 0.98% 1% -
XYZ 48.27 24.1 40.64 -
YUV 97.79 169.33 239.42 -
System Red Green Blue C M Y K H S L
Decimal 254 4 171 0 0.98 0.33 0.00 319.92 0.99 0.51
Hex FE 4 AB 0 62 21 0 140 63 33
Octal 376 4 253 0 142 41 0 500 143 63
Binary 11111110 100 10101011 0 1100010 100001 0 101000000 1100011 110011

Color Harmonies of #FE04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE04AB

Black with #FE04AB

Text Example


Text Example

White with #FE04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE04AB; }

 p { color: rgb(254,4,171); }

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

background-color css

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

 a { background-color: rgb(254,4,171); }

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

border-color css

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

 span { border-color: rgb(254,4,171); }

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