#FC5173

Color #FC5173 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FC5173

Tints of Wild Watermelon #FC5173

Color information

#FC5173 (or 0xFC5173) is unknown color: approx Wild Watermelon. HEX triplet: FC, 51 and 73. RGB value is (252,81,115). Sum of RGB (Red+Green+Blue) = 252+81+115=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5173 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5173 is #03AE8C. Grayscale: #888888. Windows color (decimal): -241293 or 7557628. OLE color: 7557628.

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

Color convert

RGB25281115-
CMYK00.680.540.01
HSL348.07º96.61%65.29%-
HSV(B)348.07º67.86%98.82%-
XYZ46.1827.8219.16-
YUV136116.15210.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.25%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 115 (45.31% from 255) = 25.67%
R=56.25%
G=18.08%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528111500.680.540.01348.0796.6165.29
HexFC517304436115c6141
Octal3741211630104661534141101
Binary111111001010001111001101000100110110110101110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5173; }

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

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

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

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

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

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

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

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