#FE25A0

Color #FE25A0 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #FE25A0

Tints of Persian Rose #FE25A0

Color information

#FE25A0 (or 0xFE25A0) is unknown color: approx Persian Rose. HEX triplet: FE, 25 and A0. RGB value is (254,37,160). Sum of RGB (Red+Green+Blue) = 254+37+160=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE25A0 is #01DA5F. Grayscale: #737373. Windows color (decimal): -121440 or 10495486. OLE color: 10495486.

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

Color convert

RGB25437160-
CMYK00.850.370.00
HSL325.99º99.09%57.06%-
HSV(B)325.99º85.43%99.61%-
XYZ47.8824.9335.55-
YUV115.9152.89226.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.32%
GREEN value IS 37 (14.84% from 255) = 8.20%
BLUE value IS 160 (62.89% from 255) = 35.48%
R=56.32%
G=8.20%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543716000.850.370.00325.9999.0957.06
HexFE25A00552501466339
Octal37645240012545050614371
Binary11111110100101101000000101010110010101010001101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE25A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE25A0; }

 p { color: rgb(254,37,160); }

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

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

 a { background-color: rgb(254,37,160); }

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

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

 span { border-color: rgb(254,37,160); }

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