#FE07A4

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

Shades of Hollywood Cerise #FE07A4

Tints of Hollywood Cerise #FE07A4

Color information

#FE07A4 (or 0xFE07A4) is unknown color: approx Hollywood Cerise. HEX triplet: FE, 07 and A4. RGB value is (254,7,164). Sum of RGB (Red+Green+Blue) = 254+7+164=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE07A4 is #01F85B. Grayscale: #626262. Windows color (decimal): -129116 or 10749950. OLE color: 10749950.

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

Color convert

RGB2547164-
CMYK00.970.350.00
HSL321.86º99.2%51.18%-
HSV(B)321.86º97.24%99.61%-
XYZ47.6523.937.22-
YUV98.75164.83238.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.76%
GREEN value IS 7 (3.12% from 255) = 1.65%
BLUE value IS 164 (64.45% from 255) = 38.59%
R=59.76%
G=1.65%
B=38.59%

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
Decimal254716400.970.350.00321.8699.251.18
HexFE7A40612301426333
Octal3767244014143050214363
Binary11111110111101001000110000110001101010000101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE07A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE07A4; }

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

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

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

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

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

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

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

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