Html Css Color HEX #FE00A1 Hollywood Cerise

📋 copy color: '#FE00A1'

red 254 ◦ green 0 ◦ blue 161

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

Shades of Hollywood Cerise #FE00A1

Tints of Hollywood Cerise #FE00A1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.2%
G = 0%
B = 38.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE00A1 (or 0xFE00A1) is known color: Hollywood Cerise. HEX triplet: FE, 00 and A1. RGB value is (254,0,161). Sum of RGB (Red+Green+Blue) = 254+0+161=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE00A1 is #01FF5E. Grayscale: #5D5D5D. Windows color (decimal): -130911 or 10551550. OLE color: 10551550.

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

Color convert

RGB 254 0 161 -
CMYK 0 1 0.37 0.00
HSL 321.97º 1% 0.5% -
HSV(B) 321.97º 1% 1% -
XYZ 47.31 23.64 35.79 -
YUV 94.3 165.65 241.91 -
System Red Green Blue C M Y K H S L
Decimal 254 0 161 0 1 0.37 0.00 321.97 1 0.5
Hex FE 0 A1 0 64 25 0 142 64 32
Octal 376 0 241 0 144 45 0 502 144 62
Binary 11111110 0 10100001 0 1100100 100101 0 101000010 1100100 110010

Color Harmonies of #FE00A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00A1

Black with #FE00A1

Text Example


Text Example

White with #FE00A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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