#FE219C

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

Shades of Persian Rose #FE219C

Tints of Persian Rose #FE219C

Color information

#FE219C (or 0xFE219C) is unknown color: approx Persian Rose. HEX triplet: FE, 21 and 9C. RGB value is (254,33,156). Sum of RGB (Red+Green+Blue) = 254+33+156=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE219C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE219C is #01DE63. Grayscale: #707070. Windows color (decimal): -122468 or 10232318. OLE color: 10232318.

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

Color convert

RGB25433156-
CMYK00.870.390.00
HSL326.61º99.1%56.27%-
HSV(B)326.61º87.01%99.61%-
XYZ47.4224.5633.69-
YUV113.1152.22228.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.34%
GREEN value IS 33 (13.28% from 255) = 7.45%
BLUE value IS 156 (61.33% from 255) = 35.21%
R=57.34%
G=7.45%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543315600.870.390.00326.6199.156.27
HexFE219C0572701476338
Octal37641234012747050714370
Binary11111110100001100111000101011110011101010001111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE219C; }

 p { color: rgb(254,33,156); }

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

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

 a { background-color: rgb(254,33,156); }

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

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

 span { border-color: rgb(254,33,156); }

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