#F05362

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

Shades of Wild Watermelon #F05362

Tints of Wild Watermelon #F05362

Color information

#F05362 (or 0xF05362) is unknown color: approx Wild Watermelon. HEX triplet: F0, 53 and 62. RGB value is (240,83,98). Sum of RGB (Red+Green+Blue) = 240+83+98=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F05362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05362 is #0FAC9D. Grayscale: #838383. Windows color (decimal): -1027230 or 6444016. OLE color: 6444016.

HSL color Cylindrical-coordinate representation of color #F05362: hue angle of 354.27º 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 #F05362 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB2408398-
CMYK00.650.590.06
HSL354.27º83.96%63.33%-
HSV(B)354.27º65.42%94.12%-
XYZ41.2325.5914.32-
YUV131.65109.01205.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.01%
GREEN value IS 83 (32.81% from 255) = 19.71%
BLUE value IS 98 (38.67% from 255) = 23.28%
R=57.01%
G=19.71%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240839800.650.590.06354.2783.9663.33
HexF053620413B6162543f
Octal360123142010173654212477
Binary1111000010100111100010010000011110111101011000101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05362; }

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

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

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

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

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

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

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

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