#FE37AF

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

Shades of Persian Rose #FE37AF

Tints of Persian Rose #FE37AF

Color information

#FE37AF (or 0xFE37AF) is unknown color: approx Persian Rose. HEX triplet: FE, 37 and AF. RGB value is (254,55,175). Sum of RGB (Red+Green+Blue) = 254+55+175=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE37AF is #01C850. Grayscale: #7F7F7F. Windows color (decimal): -116817 or 11483134. OLE color: 11483134.

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

Color convert

RGB25455175-
CMYK00.780.310.00
HSL323.82º99%60.59%-
HSV(B)323.82º78.35%99.61%-
XYZ49.9826.943.12-
YUV128.18154.43217.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.48%
GREEN value IS 55 (21.88% from 255) = 11.36%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=52.48%
G=11.36%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545517500.780.310.00323.829960.59
HexFE37AF04E1F0144633d
Octal37667257011637050414375
Binary1111111011011110101111010011101111101010001001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE37AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE37AF; }

 p { color: rgb(254,55,175); }

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

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

 a { background-color: rgb(254,55,175); }

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

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

 span { border-color: rgb(254,55,175); }

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