#FE31B2

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

Shades of Persian Rose #FE31B2

Tints of Persian Rose #FE31B2

Color information

#FE31B2 (or 0xFE31B2) is unknown color: approx Persian Rose. HEX triplet: FE, 31 and B2. RGB value is (254,49,178). Sum of RGB (Red+Green+Blue) = 254+49+178=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE31B2 is #01CE4D. Grayscale: #7C7C7C. Windows color (decimal): -118350 or 11678206. OLE color: 11678206.

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

Color convert

RGB25449178-
CMYK00.810.300.00
HSL322.24º99.03%59.41%-
HSV(B)322.24º80.71%99.61%-
XYZ50.0126.4844.6-
YUV125157.92220.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.81%
GREEN value IS 49 (19.53% from 255) = 10.19%
BLUE value IS 178 (69.92% from 255) = 37.01%
R=52.81%
G=10.19%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544917800.810.300.00322.2499.0359.41
HexFE31B20511E0142633b
Octal37661262012136050214373
Binary1111111011000110110010010100011111001010000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE31B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE31B2; }

 p { color: rgb(254,49,178); }

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

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

 a { background-color: rgb(254,49,178); }

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

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

 span { border-color: rgb(254,49,178); }

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