#FC5376

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

Shades of Wild Watermelon #FC5376

Tints of Wild Watermelon #FC5376

Color information

#FC5376 (or 0xFC5376) is unknown color: approx Wild Watermelon. HEX triplet: FC, 53 and 76. RGB value is (252,83,118). Sum of RGB (Red+Green+Blue) = 252+83+118=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5376 is #03AC89. Grayscale: #898989. Windows color (decimal): -240778 or 7754748. OLE color: 7754748.

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

Color convert

RGB25283118-
CMYK00.670.530.01
HSL347.57º96.57%65.69%-
HSV(B)347.57º67.06%98.82%-
XYZ46.5128.1920.13-
YUV137.52116.99209.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.63%
GREEN value IS 83 (32.81% from 255) = 18.32%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=55.63%
G=18.32%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528311800.670.530.01347.5796.5765.69
HexFC537604335115c6142
Octal3741231660103651534141102
Binary111111001010011111011001000011110101110101110011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5376; }

 p { color: rgb(252,83,118); }

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

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

 a { background-color: rgb(252,83,118); }

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

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

 span { border-color: rgb(252,83,118); }

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