#FE03A5

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

Shades of Hollywood Cerise #FE03A5

Tints of Hollywood Cerise #FE03A5

Color information

#FE03A5 (or 0xFE03A5) is unknown color: approx Hollywood Cerise. HEX triplet: FE, 03 and A5. RGB value is (254,3,165). Sum of RGB (Red+Green+Blue) = 254+3+165=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE03A5 is #01FC5A. Grayscale: #606060. Windows color (decimal): -130139 or 10814462. OLE color: 10814462.

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

Color convert

RGB2543165-
CMYK00.990.350.00
HSL321.27º99.21%50.39%-
HSV(B)321.27º98.82%99.61%-
XYZ47.723.8537.69-
YUV96.52166.66240.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 60.19%
GREEN value IS 3 (1.56% from 255) = 0.71%
BLUE value IS 165 (64.84% from 255) = 39.10%
R=60.19%
G=0.71%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254316500.990.350.00321.2799.2150.39
HexFE3A50632301416332
Octal3763245014343050114362
Binary1111111011101001010110001110001101010000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE03A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE03A5; }

 p { color: rgb(254,3,165); }

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

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

 a { background-color: rgb(254,3,165); }

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

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

 span { border-color: rgb(254,3,165); }

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