Html Css Color HEX #FE04A1 Hollywood Cerise

📋 copy color: '#FE04A1'

red 254 ◦ green 4 ◦ blue 161

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

Shades of Hollywood Cerise #FE04A1

Tints of Hollywood Cerise #FE04A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 60.62%
G = 0.95%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE04A1 (or 0xFE04A1) is known color: Hollywood Cerise. HEX triplet: FE, 04 and A1. RGB value is (254,4,161). Sum of RGB (Red+Green+Blue) = 254+4+161=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE04A1 is #01FB5E. Grayscale: #606060. Windows color (decimal): -129887 or 10552574. OLE color: 10552574.

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

Color convert

RGB 254 4 161 -
CMYK 0 0.98 0.37 0.00
HSL 322.32º 0.99% 0.51% -
HSV(B) 322.32º 0.98% 1% -
XYZ 47.35 23.73 35.8 -
YUV 96.65 164.33 240.23 -
System Red Green Blue C M Y K H S L
Decimal 254 4 161 0 0.98 0.37 0.00 322.32 0.99 0.51
Hex FE 4 A1 0 62 25 0 142 63 33
Octal 376 4 241 0 142 45 0 502 143 63
Binary 11111110 100 10100001 0 1100010 100101 0 101000010 1100011 110011

Color Harmonies of #FE04A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE04A1

Black with #FE04A1

Text Example


Text Example

White with #FE04A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE04A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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