#F1586E

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

Shades of Wild Watermelon #F1586E

Tints of Wild Watermelon #F1586E

Color information

#F1586E (or 0xF1586E) is unknown color: approx Wild Watermelon. HEX triplet: F1, 58 and 6E. RGB value is (241,88,110). Sum of RGB (Red+Green+Blue) = 241+88+110=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F1586E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1586E is #0EA791. Grayscale: #888888. Windows color (decimal): -960402 or 7231729. OLE color: 7231729.

HSL color Cylindrical-coordinate representation of color #F1586E: hue angle of 351.37º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F1586E is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB24188110-
CMYK00.630.540.05
HSL351.37º84.53%64.51%-
HSV(B)351.37º63.49%94.51%-
XYZ42.5826.8117.68-
YUV136.26113.19202.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.90%
GREEN value IS 88 (34.77% from 255) = 20.05%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=54.90%
G=20.05%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418811000.630.540.05351.3784.5364.51
HexF1586E03F36515f5541
Octal361130156077665537125101
Binary1111000110110001101110011111111011010110101111110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1586E; }

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

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

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

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

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

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

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

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