#F45D72

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

Shades of Wild Watermelon #F45D72

Tints of Wild Watermelon #F45D72

Color information

#F45D72 (or 0xF45D72) is unknown color: approx Wild Watermelon. HEX triplet: F4, 5D and 72. RGB value is (244,93,114). Sum of RGB (Red+Green+Blue) = 244+93+114=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45D72 is #0BA28D. Grayscale: #8C8C8C. Windows color (decimal): -762510 or 7495156. OLE color: 7495156.

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

Color convert

RGB24493114-
CMYK00.620.530.04
HSL351.66º87.28%66.08%-
HSV(B)351.66º61.89%95.69%-
XYZ44.2628.2819.04-
YUV140.54113.03201.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.10%
GREEN value IS 93 (36.72% from 255) = 20.62%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=54.10%
G=20.62%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449311400.620.530.04351.6687.2866.08
HexF45D7203E3541605742
Octal364135162076654540127102
Binary1111010010111011110010011111011010110010110000010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45D72; }

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

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

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

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

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

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

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

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