Html Css Color HEX #FE00A0 Hollywood Cerise

📋 copy color: '#FE00A0'

red 254 ◦ green 0 ◦ blue 160

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

Shades of Hollywood Cerise #FE00A0

Tints of Hollywood Cerise #FE00A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 61.35%
G = 0%
B = 38.65%

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

#FE00A0 (or 0xFE00A0) is known color: Hollywood Cerise. HEX triplet: FE, 00 and A0. RGB value is (254,0,160). Sum of RGB (Red+Green+Blue) = 254+0+160=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE00A0 is #01FF5F. Grayscale: #5D5D5D. Windows color (decimal): -130912 or 10486014. OLE color: 10486014.

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

Color convert

RGB 254 0 160 -
CMYK 0 1 0.37 0.00
HSL 322.2º 1% 0.5% -
HSV(B) 322.2º 1% 1% -
XYZ 47.22 23.61 35.33 -
YUV 94.19 165.15 241.99 -
System Red Green Blue C M Y K H S L
Decimal 254 0 160 0 1 0.37 0.00 322.2 1 0.5
Hex FE 0 A0 0 64 25 0 142 64 32
Octal 376 0 240 0 144 45 0 502 144 62
Binary 11111110 0 10100000 0 1100100 100101 0 101000010 1100100 110010

Color Harmonies of #FE00A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00A0

Black with #FE00A0

Text Example


Text Example

White with #FE00A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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