#F55861

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

Shades of Wild Watermelon #F55861

Tints of Wild Watermelon #F55861

Color information

#F55861 (or 0xF55861) is unknown color: approx Wild Watermelon. HEX triplet: F5, 58 and 61. RGB value is (245,88,97). Sum of RGB (Red+Green+Blue) = 245+88+97=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F55861 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55861 is #0AA79E. Grayscale: #888888. Windows color (decimal): -698271 or 6379765. OLE color: 6379765.

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

Color convert

RGB2458897-
CMYK00.640.600.04
HSL356.56º88.7%65.29%-
HSV(B)356.56º64.08%96.08%-
XYZ43.327.2514.29-
YUV135.97106.01205.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.98%
GREEN value IS 88 (34.77% from 255) = 20.47%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=56.98%
G=20.47%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245889700.640.600.04356.5688.765.29
HexF558610403C41655941
Octal3651301410100744545131101
Binary11110101101100011000010100000011110010010110010110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55861; }

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

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

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

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

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

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

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

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