#F45D70

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

Shades of Wild Watermelon #F45D70

Tints of Wild Watermelon #F45D70

Color information

#F45D70 (or 0xF45D70) is unknown color: approx Wild Watermelon. HEX triplet: F4, 5D and 70. RGB value is (244,93,112). Sum of RGB (Red+Green+Blue) = 244+93+112=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45D70 is #0BA28F. Grayscale: #8C8C8C. Windows color (decimal): -762512 or 7364084. OLE color: 7364084.

HSL color Cylindrical-coordinate representation of color #F45D70: hue angle of 352.45º 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 #F45D70 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB24493112-
CMYK00.620.540.04
HSL352.45º87.28%66.08%-
HSV(B)352.45º61.89%95.69%-
XYZ44.1528.2318.45-
YUV140.32112.03201.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.34%
GREEN value IS 93 (36.72% from 255) = 20.71%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=54.34%
G=20.71%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449311200.620.540.04352.4587.2866.08
HexF45D7003E3641605742
Octal364135160076664540127102
Binary1111010010111011110000011111011011010010110000010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45D70; }

 p { color: rgb(244,93,112); }

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

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

 a { background-color: rgb(244,93,112); }

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

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

 span { border-color: rgb(244,93,112); }

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