#FC5092

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

Shades of French Rose #FC5092

Tints of French Rose #FC5092

Color information

#FC5092 (or 0xFC5092) is unknown color: approx French Rose. HEX triplet: FC, 50 and 92. RGB value is (252,80,146). Sum of RGB (Red+Green+Blue) = 252+80+146=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5092 is #03AF6D. Grayscale: #8A8A8A. Windows color (decimal): -241518 or 9588988. OLE color: 9588988.

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

Color convert

RGB25280146-
CMYK00.680.420.01
HSL336.98º96.63%65.1%-
HSV(B)336.98º68.25%98.82%-
XYZ48.228.5130.16-
YUV138.95131.98208.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.72%
GREEN value IS 80 (31.64% from 255) = 16.74%
BLUE value IS 146 (57.42% from 255) = 30.54%
R=52.72%
G=16.74%
B=30.54%

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
Decimal2528014600.680.420.01336.9896.6365.1
HexFC50920442A11516141
Octal3741202220104521521141101
Binary1111110010100001001001001000100101010110101000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5092; }

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

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

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

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

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

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

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

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