#F5586E

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

Shades of Wild Watermelon #F5586E

Tints of Wild Watermelon #F5586E

Color information

#F5586E (or 0xF5586E) is unknown color: approx Wild Watermelon. HEX triplet: F5, 58 and 6E. RGB value is (245,88,110). Sum of RGB (Red+Green+Blue) = 245+88+110=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F5586E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5586E is #0AA791. Grayscale: #898989. Windows color (decimal): -698258 or 7231733. OLE color: 7231733.

HSL color Cylindrical-coordinate representation of color #F5586E: hue angle of 351.59º degrees, saturation: 0.89, 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 #F5586E is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB24588110-
CMYK00.640.550.04
HSL351.59º88.7%65.29%-
HSV(B)351.59º64.08%96.08%-
XYZ43.9627.5217.75-
YUV137.45112.51204.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.30%
GREEN value IS 88 (34.77% from 255) = 19.86%
BLUE value IS 110 (43.36% from 255) = 24.83%
R=55.30%
G=19.86%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458811000.640.550.04351.5988.765.29
HexF5586E0403741605941
Octal3651301560100674540131101
Binary11110101101100011011100100000011011110010110000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5586E; }

 p { color: rgb(245,88,110); }

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

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

 a { background-color: rgb(245,88,110); }

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

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

 span { border-color: rgb(245,88,110); }

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