#FE07A5

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

Shades of Hollywood Cerise #FE07A5

Tints of Hollywood Cerise #FE07A5

Color information

#FE07A5 (or 0xFE07A5) is unknown color: approx Hollywood Cerise. HEX triplet: FE, 07 and A5. RGB value is (254,7,165). Sum of RGB (Red+Green+Blue) = 254+7+165=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE07A5 is #01F85A. Grayscale: #626262. Windows color (decimal): -129115 or 10815486. OLE color: 10815486.

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

Color convert

RGB2547165-
CMYK00.970.350.00
HSL321.62º99.2%51.18%-
HSV(B)321.62º97.24%99.61%-
XYZ47.7423.9437.7-
YUV98.86165.33238.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.62%
GREEN value IS 7 (3.12% from 255) = 1.64%
BLUE value IS 165 (64.84% from 255) = 38.73%
R=59.62%
G=1.64%
B=38.73%

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
Decimal254716500.970.350.00321.6299.251.18
HexFE7A50612301426333
Octal3767245014143050214363
Binary11111110111101001010110000110001101010000101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE07A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE07A5; }

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

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

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

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

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

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

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

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