#FC5193

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

Shades of French Rose #FC5193

Tints of French Rose #FC5193

Color information

#FC5193 (or 0xFC5193) is unknown color: approx French Rose. HEX triplet: FC, 51 and 93. RGB value is (252,81,147). Sum of RGB (Red+Green+Blue) = 252+81+147=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5193 is #03AE6C. Grayscale: #8B8B8B. Windows color (decimal): -241261 or 9654780. OLE color: 9654780.

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

Color convert

RGB25281147-
CMYK00.680.420.01
HSL336.84º96.61%65.29%-
HSV(B)336.84º67.86%98.82%-
XYZ48.3528.6930.59-
YUV139.65132.15208.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.5%
GREEN value IS 81 (32.03% from 255) = 16.88%
BLUE value IS 147 (57.81% from 255) = 30.62%
R=52.5%
G=16.88%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528114700.680.420.01336.8496.6165.29
HexFC51930442A11516141
Octal3741212230104521521141101
Binary1111110010100011001001101000100101010110101000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5193; }

 p { color: rgb(252,81,147); }

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

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

 a { background-color: rgb(252,81,147); }

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

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

 span { border-color: rgb(252,81,147); }

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