#FC5463

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

Shades of Wild Watermelon #FC5463

Tints of Wild Watermelon #FC5463

Color information

#FC5463 (or 0xFC5463) is unknown color: approx Wild Watermelon. HEX triplet: FC, 54 and 63. RGB value is (252,84,99). Sum of RGB (Red+Green+Blue) = 252+84+99=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5463 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5463 is #03AB9C. Grayscale: #888888. Windows color (decimal): -240541 or 6509820. OLE color: 6509820.

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

Color convert

RGB2528499-
CMYK00.670.610.01
HSL354.64º96.55%65.88%-
HSV(B)354.64º66.67%98.82%-
XYZ45.5727.9414.8-
YUV135.94107.16210.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.93%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 99 (39.06% from 255) = 22.76%
R=57.93%
G=19.31%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252849900.670.610.01354.6496.5565.88
HexFC54630433D11636142
Octal3741241430103751543141102
Binary111111001010100110001101000011111101110110001111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5463; }

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

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

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

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

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

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

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

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