#FC6465

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

Shades of Wild Watermelon #FC6465

Tints of Wild Watermelon #FC6465

Color information

#FC6465 (or 0xFC6465) is unknown color: approx Wild Watermelon. HEX triplet: FC, 64 and 65. RGB value is (252,100,101). Sum of RGB (Red+Green+Blue) = 252+100+101=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6465 is #039B9A. Grayscale: #919191. Windows color (decimal): -236443 or 6644988. OLE color: 6644988.

HSL color Cylindrical-coordinate representation of color #FC6465: hue angle of 359.61º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6465 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB252100101-
CMYK00.600.600.01
HSL359.61º96.2%69.02%-
HSV(B)359.61º60.32%98.82%-
XYZ47.0530.7515.77-
YUV145.56102.86203.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.63%
GREEN value IS 100 (39.45% from 255) = 22.08%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=55.63%
G=22.08%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210010100.600.600.01359.6196.269.02
HexFC646503C3C11686045
Octal374144145074741550140105
Binary11111100110010011001010111100111100110110100011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6465; }

 p { color: rgb(252,100,101); }

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

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

 a { background-color: rgb(252,100,101); }

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

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

 span { border-color: rgb(252,100,101); }

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