#FE07A6

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

Shades of Hollywood Cerise #FE07A6

Tints of Hollywood Cerise #FE07A6

Color information

#FE07A6 (or 0xFE07A6) is unknown color: approx Hollywood Cerise. HEX triplet: FE, 07 and A6. RGB value is (254,7,166). Sum of RGB (Red+Green+Blue) = 254+7+166=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE07A6 is #01F859. Grayscale: #626262. Windows color (decimal): -129114 or 10881022. OLE color: 10881022.

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

Color convert

RGB2547166-
CMYK00.970.350.00
HSL321.38º99.2%51.18%-
HSV(B)321.38º97.24%99.61%-
XYZ47.8323.9838.18-
YUV98.98165.83238.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.48%
GREEN value IS 7 (3.12% from 255) = 1.64%
BLUE value IS 166 (65.23% from 255) = 38.88%
R=59.48%
G=1.64%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254716600.970.350.00321.3899.251.18
HexFE7A60612301416333
Octal3767246014143050114363
Binary11111110111101001100110000110001101010000011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE07A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE07A6; }

 p { color: rgb(254,7,166); }

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

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

 a { background-color: rgb(254,7,166); }

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

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

 span { border-color: rgb(254,7,166); }

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