#FC5192

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

Shades of French Rose #FC5192

Tints of French Rose #FC5192

Color information

#FC5192 (or 0xFC5192) is unknown color: approx French Rose. HEX triplet: FC, 51 and 92. RGB value is (252,81,146). Sum of RGB (Red+Green+Blue) = 252+81+146=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5192 is #03AE6D. Grayscale: #8B8B8B. Windows color (decimal): -241262 or 9589244. OLE color: 9589244.

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

Color convert

RGB25281146-
CMYK00.680.420.01
HSL337.19º96.61%65.29%-
HSV(B)337.19º67.86%98.82%-
XYZ48.2828.6630.18-
YUV139.54131.65208.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.61%
GREEN value IS 81 (32.03% from 255) = 16.91%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=52.61%
G=16.91%
B=30.48%

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
Decimal2528114600.680.420.01337.1996.6165.29
HexFC51920442A11516141
Octal3741212220104521521141101
Binary1111110010100011001001001000100101010110101000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5192; }

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

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

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

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

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

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

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

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