#FE2F9F

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

Shades of Persian Rose #FE2F9F

Tints of Persian Rose #FE2F9F

Color information

#FE2F9F (or 0xFE2F9F) is unknown color: approx Persian Rose. HEX triplet: FE, 2F and 9F. RGB value is (254,47,159). Sum of RGB (Red+Green+Blue) = 254+47+159=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F9F is #01D060. Grayscale: #797979. Windows color (decimal): -118881 or 10432510. OLE color: 10432510.

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

Color convert

RGB25447159-
CMYK00.810.370.00
HSL327.54º99.04%59.02%-
HSV(B)327.54º81.5%99.61%-
XYZ48.1525.6135.21-
YUV121.66149.08222.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.22%
GREEN value IS 47 (18.75% from 255) = 10.22%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=55.22%
G=10.22%
B=34.57%

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
Decimal2544715900.810.370.00327.5499.0459.02
HexFE2F9F051250148633b
Octal37657237012145051014373
Binary11111110101111100111110101000110010101010010001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2F9F; }

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

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

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

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

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

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

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

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