#FC37B1

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

Shades of Persian Rose #FC37B1

Tints of Persian Rose #FC37B1

Color information

#FC37B1 (or 0xFC37B1) is unknown color: approx Persian Rose. HEX triplet: FC, 37 and B1. RGB value is (252,55,177). Sum of RGB (Red+Green+Blue) = 252+55+177=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC37B1 is #03C84E. Grayscale: #7F7F7F. Windows color (decimal): -247887 or 11614204. OLE color: 11614204.

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

Color convert

RGB25255177-
CMYK00.780.300.01
HSL322.84º97.04%60.2%-
HSV(B)322.84º78.17%98.82%-
XYZ49.4526.644.12-
YUV127.81155.77216.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.07%
GREEN value IS 55 (21.88% from 255) = 11.36%
BLUE value IS 177 (69.53% from 255) = 36.57%
R=52.07%
G=11.36%
B=36.57%

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
Decimal2525517700.780.300.01322.8497.0460.2
HexFC37B104E1E1143613c
Octal37467261011636150314174
Binary1111110011011110110001010011101111011010000111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC37B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC37B1; }

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

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

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

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

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

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

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

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