#F1565F

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

Shades of Wild Watermelon #F1565F

Tints of Wild Watermelon #F1565F

Color information

#F1565F (or 0xF1565F) is unknown color: approx Wild Watermelon. HEX triplet: F1, 56 and 5F. RGB value is (241,86,95). Sum of RGB (Red+Green+Blue) = 241+86+95=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F1565F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1565F is #0EA9A0. Grayscale: #858585. Windows color (decimal): -960929 or 6248177. OLE color: 6248177.

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

Color convert

RGB2418695-
CMYK00.640.610.05
HSL356.52º84.7%64.12%-
HSV(B)356.52º64.32%94.51%-
XYZ41.6726.1813.68-
YUV133.37106.35204.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.11%
GREEN value IS 86 (33.98% from 255) = 20.38%
BLUE value IS 95 (37.5% from 255) = 22.51%
R=57.11%
G=20.38%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241869500.640.610.05356.5284.764.12
HexF1565F0403D51655540
Octal3611261370100755545125100
Binary11110001101011010111110100000011110110110110010110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1565F; }

 p { color: rgb(241,86,95); }

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

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

 a { background-color: rgb(241,86,95); }

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

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

 span { border-color: rgb(241,86,95); }

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