#FE059B

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

Shades of Hollywood Cerise #FE059B

Tints of Hollywood Cerise #FE059B

Color information

#FE059B (or 0xFE059B) is unknown color: approx Hollywood Cerise. HEX triplet: FE, 05 and 9B. RGB value is (254,5,155). Sum of RGB (Red+Green+Blue) = 254+5+155=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE059B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE059B is #01FA64. Grayscale: #606060. Windows color (decimal): -129637 or 10159614. OLE color: 10159614.

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

Color convert

RGB2545155-
CMYK00.980.390.00
HSL323.86º99.2%50.78%-
HSV(B)323.86º98.03%99.61%-
XYZ46.8423.5533.09-
YUV96.55160.99240.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.35%
GREEN value IS 5 (2.34% from 255) = 1.21%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=61.35%
G=1.21%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254515500.980.390.00323.8699.250.78
HexFE59B0622701446333
Octal3765233014247050414363
Binary11111110101100110110110001010011101010001001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE059B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE059B; }

 p { color: rgb(254,5,155); }

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

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

 a { background-color: rgb(254,5,155); }

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

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

 span { border-color: rgb(254,5,155); }

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