#FC5563

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

Shades of Wild Watermelon #FC5563

Tints of Wild Watermelon #FC5563

Color information

#FC5563 (or 0xFC5563) is unknown color: approx Wild Watermelon. HEX triplet: FC, 55 and 63. RGB value is (252,85,99). Sum of RGB (Red+Green+Blue) = 252+85+99=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5563 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5563 is #03AA9C. Grayscale: #888888. Windows color (decimal): -240285 or 6510076. OLE color: 6510076.

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

Color convert

RGB2528599-
CMYK00.660.610.01
HSL354.97º96.53%66.08%-
HSV(B)354.97º66.27%98.82%-
XYZ45.6528.0914.82-
YUV136.53106.83210.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.80%
GREEN value IS 85 (33.59% from 255) = 19.50%
BLUE value IS 99 (39.06% from 255) = 22.71%
R=57.80%
G=19.50%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252859900.660.610.01354.9796.5366.08
HexFC55630423D11636142
Octal3741251430102751543141102
Binary111111001010101110001101000010111101110110001111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5563; }

 p { color: rgb(252,85,99); }

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

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

 a { background-color: rgb(252,85,99); }

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

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

 span { border-color: rgb(252,85,99); }

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