#F45D74

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

Shades of Wild Watermelon #F45D74

Tints of Wild Watermelon #F45D74

Color information

#F45D74 (or 0xF45D74) is unknown color: approx Wild Watermelon. HEX triplet: F4, 5D and 74. RGB value is (244,93,116). Sum of RGB (Red+Green+Blue) = 244+93+116=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45D74 is #0BA28B. Grayscale: #8C8C8C. Windows color (decimal): -762508 or 7626228. OLE color: 7626228.

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

Color convert

RGB24493116-
CMYK00.620.520.04
HSL350.86º87.28%66.08%-
HSV(B)350.86º61.89%95.69%-
XYZ44.3728.3219.65-
YUV140.77114.03201.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.86%
GREEN value IS 93 (36.72% from 255) = 20.53%
BLUE value IS 116 (45.70% from 255) = 25.61%
R=53.86%
G=20.53%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449311600.620.520.04350.8687.2866.08
HexF45D7403E34415f5742
Octal364135164076644537127102
Binary1111010010111011110100011111011010010010101111110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45D74; }

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

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

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

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

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

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

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

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