#FE00AC

Color #FE00AC Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #FE00AC

Tints of Hollywood Cerise #FE00AC

Color information

#FE00AC (or 0xFE00AC) is unknown color: approx Hollywood Cerise. HEX triplet: FE, 00 and AC. RGB value is (254,0,172). Sum of RGB (Red+Green+Blue) = 254+0+172=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE00AC is #01FF53. Grayscale: #5F5F5F. Windows color (decimal): -130900 or 11272446. OLE color: 11272446.

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

Color convert

RGB2540172-
CMYK010.320.00
HSL319.37º100%49.8%-
HSV(B)319.37º100%99.61%-
XYZ48.3224.0541.13-
YUV95.55171.15241.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=59.62%
G=0%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2540172010.320.00319.3710049.8
HexFE0AC06420013f6432
Octal3760254014440047714462
Binary111111100101011000110010010000001001111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE00AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE00AC; }

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

 H1.HeaderClassName
 {
   color: #FE00AC;
 }
 .AnyTagClassName
 {
   color: #FE00AC;
 }
</style>
background-color css

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

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

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

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

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

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