#F45775

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

Shades of Wild Watermelon #F45775

Tints of Wild Watermelon #F45775

Color information

#F45775 (or 0xF45775) is unknown color: approx Wild Watermelon. HEX triplet: F4, 57 and 75. RGB value is (244,87,117). Sum of RGB (Red+Green+Blue) = 244+87+117=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F45775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45775 is #0BA88A. Grayscale: #898989. Windows color (decimal): -764043 or 7690228. OLE color: 7690228.

HSL color Cylindrical-coordinate representation of color #F45775: hue angle of 348.54º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45775 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB24487117-
CMYK00.640.520.04
HSL348.54º87.71%64.9%-
HSV(B)348.54º64.34%95.69%-
XYZ43.9327.3319.79-
YUV137.36116.51204.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.46%
GREEN value IS 87 (34.38% from 255) = 19.42%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=54.46%
G=19.42%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448711700.640.520.04348.5487.7164.9
HexF4577504034415d5841
Octal3641271650100644535130101
Binary11110100101011111101010100000011010010010101110110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45775; }

 p { color: rgb(244,87,117); }

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

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

 a { background-color: rgb(244,87,117); }

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

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

 span { border-color: rgb(244,87,117); }

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