#F45C60

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

Shades of Wild Watermelon #F45C60

Tints of Wild Watermelon #F45C60

Color information

#F45C60 (or 0xF45C60) is unknown color: approx Wild Watermelon. HEX triplet: F4, 5C and 60. RGB value is (244,92,96). Sum of RGB (Red+Green+Blue) = 244+92+96=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45C60 is #0BA39F. Grayscale: #8A8A8A. Windows color (decimal): -762784 or 6315252. OLE color: 6315252.

HSL color Cylindrical-coordinate representation of color #F45C60: hue angle of 358.42º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45C60 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB2449296-
CMYK00.620.610.04
HSL358.42º87.36%65.88%-
HSV(B)358.42º62.3%95.69%-
XYZ43.2527.7314.14-
YUV137.9104.36203.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.48%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=56.48%
G=21.30%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244929600.620.610.04358.4287.3665.88
HexF45C6003E3D41665742
Octal364134140076754546127102
Binary1111010010111001100000011111011110110010110011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45C60; }

 p { color: rgb(244,92,96); }

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

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

 a { background-color: rgb(244,92,96); }

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

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

 span { border-color: rgb(244,92,96); }

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