#FE2FA0

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

Shades of Persian Rose #FE2FA0

Tints of Persian Rose #FE2FA0

Color information

#FE2FA0 (or 0xFE2FA0) is unknown color: approx Persian Rose. HEX triplet: FE, 2F and A0. RGB value is (254,47,160). Sum of RGB (Red+Green+Blue) = 254+47+160=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2FA0 is #01D05F. Grayscale: #797979. Windows color (decimal): -118880 or 10498046. OLE color: 10498046.

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

Color convert

RGB25447160-
CMYK00.810.370.00
HSL327.25º99.04%59.02%-
HSV(B)327.25º81.5%99.61%-
XYZ48.2325.6435.66-
YUV121.78149.58222.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.10%
GREEN value IS 47 (18.75% from 255) = 10.20%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=55.10%
G=10.20%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544716000.810.370.00327.2599.0459.02
HexFE2FA0051250147633b
Octal37657240012145050714373
Binary11111110101111101000000101000110010101010001111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2FA0; }

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

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

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

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

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

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

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

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