#F05360

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

Shades of Wild Watermelon #F05360

Tints of Wild Watermelon #F05360

Color information

#F05360 (or 0xF05360) is unknown color: approx Wild Watermelon. HEX triplet: F0, 53 and 60. RGB value is (240,83,96). Sum of RGB (Red+Green+Blue) = 240+83+96=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F05360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05360 is #0FAC9F. Grayscale: #838383. Windows color (decimal): -1027232 or 6312944. OLE color: 6312944.

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

Color convert

RGB2408396-
CMYK00.650.60.06
HSL355.03º83.96%63.33%-
HSV(B)355.03º65.42%94.12%-
XYZ41.1425.5613.83-
YUV131.42108.01205.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.28%
GREEN value IS 83 (32.81% from 255) = 19.81%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=57.28%
G=19.81%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240839600.650.60.06355.0383.9663.33
HexF053600413C6163543f
Octal360123140010174654312477
Binary1111000010100111100000010000011111001101011000111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05360; }

 p { color: rgb(240,83,96); }

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

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

 a { background-color: rgb(240,83,96); }

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

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

 span { border-color: rgb(240,83,96); }

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