#F0575E

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

Shades of Wild Watermelon #F0575E

Tints of Wild Watermelon #F0575E

Color information

#F0575E (or 0xF0575E) is unknown color: approx Wild Watermelon. HEX triplet: F0, 57 and 5E. RGB value is (240,87,94). Sum of RGB (Red+Green+Blue) = 240+87+94=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0575E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0575E is #0FA8A1. Grayscale: #858585. Windows color (decimal): -1026210 or 6182896. OLE color: 6182896.

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

Color convert

RGB2408794-
CMYK00.640.610.06
HSL357.25º83.61%64.12%-
HSV(B)357.25º63.75%94.12%-
XYZ41.3626.1513.46-
YUV133.54105.69203.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.01%
GREEN value IS 87 (34.38% from 255) = 20.67%
BLUE value IS 94 (37.11% from 255) = 22.33%
R=57.01%
G=20.67%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240879400.640.610.06357.2583.6164.12
HexF0575E0403D61655440
Octal3601271360100756545124100
Binary11110000101011110111100100000011110111010110010110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0575E; }

 p { color: rgb(240,87,94); }

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

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

 a { background-color: rgb(240,87,94); }

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

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

 span { border-color: rgb(240,87,94); }

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