#FE02A8

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

Shades of Hollywood Cerise #FE02A8

Tints of Hollywood Cerise #FE02A8

Color information

#FE02A8 (or 0xFE02A8) is unknown color: approx Hollywood Cerise. HEX triplet: FE, 02 and A8. RGB value is (254,2,168). Sum of RGB (Red+Green+Blue) = 254+2+168=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE02A8 is #01FD57. Grayscale: #5F5F5F. Windows color (decimal): -130392 or 11010814. OLE color: 11010814.

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

Color convert

RGB2542168-
CMYK00.990.340.00
HSL320.48º99.21%50.2%-
HSV(B)320.48º99.21%99.61%-
XYZ47.9623.9439.14-
YUV96.27168.49240.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.91%
GREEN value IS 2 (1.17% from 255) = 0.47%
BLUE value IS 168 (66.02% from 255) = 39.62%
R=59.91%
G=0.47%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254216800.990.340.00320.4899.2150.2
HexFE2A80632201406332
Octal3762250014342050014362
Binary1111111010101010000110001110001001010000001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE02A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE02A8; }

 p { color: rgb(254,2,168); }

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

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

 a { background-color: rgb(254,2,168); }

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

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

 span { border-color: rgb(254,2,168); }

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