#F0556E

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

Shades of Wild Watermelon #F0556E

Tints of Wild Watermelon #F0556E

Color information

#F0556E (or 0xF0556E) is unknown color: approx Wild Watermelon. HEX triplet: F0, 55 and 6E. RGB value is (240,85,110). Sum of RGB (Red+Green+Blue) = 240+85+110=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0556E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0556E is #0FAA91. Grayscale: #868686. Windows color (decimal): -1026706 or 7230960. OLE color: 7230960.

HSL color Cylindrical-coordinate representation of color #F0556E: hue angle of 350.32º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0556E is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB24085110-
CMYK00.650.540.06
HSL350.32º83.78%63.73%-
HSV(B)350.32º64.58%94.12%-
XYZ4226.1517.59-
YUV134.2114.35203.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.17%
GREEN value IS 85 (33.59% from 255) = 19.54%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=55.17%
G=19.54%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408511000.650.540.06350.3283.7863.73
HexF0556E04136615e5440
Octal3601251560101666536124100
Binary11110000101010111011100100000111011011010101111010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0556E; }

 p { color: rgb(240,85,110); }

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

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

 a { background-color: rgb(240,85,110); }

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

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

 span { border-color: rgb(240,85,110); }

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