#F05361

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

Shades of Wild Watermelon #F05361

Tints of Wild Watermelon #F05361

Color information

#F05361 (or 0xF05361) is unknown color: approx Wild Watermelon. HEX triplet: F0, 53 and 61. RGB value is (240,83,97). Sum of RGB (Red+Green+Blue) = 240+83+97=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F05361 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05361 is #0FAC9E. Grayscale: #838383. Windows color (decimal): -1027231 or 6378480. OLE color: 6378480.

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

Color convert

RGB2408397-
CMYK00.650.600.06
HSL354.65º83.96%63.33%-
HSV(B)354.65º65.42%94.12%-
XYZ41.1925.5714.07-
YUV131.54108.51205.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.14%
GREEN value IS 83 (32.81% from 255) = 19.76%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=57.14%
G=19.76%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240839700.650.600.06354.6583.9663.33
HexF053610413C6163543f
Octal360123141010174654312477
Binary1111000010100111100001010000011111001101011000111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05361; }

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

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

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

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

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

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

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

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