#fe35ab

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

Shades of Persian Rose #FE35AB

Tints of Persian Rose #FE35AB

Color information

#FE35AB (or 0xFE35AB) is unknown color: approx Persian Rose. HEX triplet: FE, 35 and AB. RGB value is (254,53,171). Sum of RGB (Red+Green+Blue) = 254+53+171=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 53 (21.09% from 255 or 11.09% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE35AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE35AB is #01CA54. Grayscale: #7E7E7E. Windows color (decimal): -117333 or 11220478. OLE color: 11220478.

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

Color convert

RGB25453171-
CMYK00.790.330.00
HSL324.78º99.01%60.2%-
HSV(B)324.78º79.13%99.61%-
XYZ49.526.5641.05-
YUV126.55153.09218.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.14%
GREEN value IS 53 (21.09% from 255) = 11.09%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=53.14%
G=11.09%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545317100.790.330.00324.7899.0160.2
HexFE35AB04F210145633c
Octal37665253011741050514374
Binary11111110110101101010110100111110000101010001011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe35ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe35ab; }

 p { color: rgb(254,53,171); }

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

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

 a { background-color: rgb(254,53,171); }

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

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

 span { border-color: rgb(254,53,171); }

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