#FC37B0

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

Shades of Persian Rose #FC37B0

Tints of Persian Rose #FC37B0

Color information

#FC37B0 (or 0xFC37B0) is unknown color: approx Persian Rose. HEX triplet: FC, 37 and B0. RGB value is (252,55,176). Sum of RGB (Red+Green+Blue) = 252+55+176=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC37B0 is #03C84F. Grayscale: #7F7F7F. Windows color (decimal): -247888 or 11548668. OLE color: 11548668.

HSL color Cylindrical-coordinate representation of color #FC37B0: hue angle of 323.15º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC37B0 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB25255176-
CMYK00.780.300.01
HSL323.15º97.04%60.2%-
HSV(B)323.15º78.17%98.82%-
XYZ49.3526.5643.6-
YUV127.7155.27216.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.17%
GREEN value IS 55 (21.88% from 255) = 11.39%
BLUE value IS 176 (69.14% from 255) = 36.44%
R=52.17%
G=11.39%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525517600.780.300.01323.1597.0460.2
HexFC37B004E1E1143613c
Octal37467260011636150314174
Binary1111110011011110110000010011101111011010000111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC37B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC37B0; }

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

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

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

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

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

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

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

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