#FE37B0

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

Shades of Persian Rose #FE37B0

Tints of Persian Rose #FE37B0

Color information

#FE37B0 (or 0xFE37B0) is unknown color: approx Persian Rose. HEX triplet: FE, 37 and B0. RGB value is (254,55,176). Sum of RGB (Red+Green+Blue) = 254+55+176=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 55 (21.88% from 255 or 11.34% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE37B0 is #01C84F. Grayscale: #808080. Windows color (decimal): -116816 or 11548670. OLE color: 11548670.

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

Color convert

RGB25455176-
CMYK00.780.310.00
HSL323.52º99%60.59%-
HSV(B)323.52º78.35%99.61%-
XYZ50.0826.9443.63-
YUV128.29154.93217.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.37%
GREEN value IS 55 (21.88% from 255) = 11.34%
BLUE value IS 176 (69.14% from 255) = 36.29%
R=52.37%
G=11.34%
B=36.29%

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
Decimal2545517600.780.310.00323.529960.59
HexFE37B004E1F0144633d
Octal37667260011637050414375
Binary1111111011011110110000010011101111101010001001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE37B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE37B0; }

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

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

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

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

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

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

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

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