#F05364

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

Shades of Wild Watermelon #F05364

Tints of Wild Watermelon #F05364

Color information

#F05364 (or 0xF05364) is unknown color: approx Wild Watermelon. HEX triplet: F0, 53 and 64. RGB value is (240,83,100). Sum of RGB (Red+Green+Blue) = 240+83+100=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F05364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05364 is #0FAC9B. Grayscale: #838383. Windows color (decimal): -1027228 or 6575088. OLE color: 6575088.

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

Color convert

RGB24083100-
CMYK00.650.580.06
HSL353.5º83.96%63.33%-
HSV(B)353.5º65.42%94.12%-
XYZ41.3325.6314.83-
YUV131.88110.01205.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.74%
GREEN value IS 83 (32.81% from 255) = 19.62%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=56.74%
G=19.62%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408310000.650.580.06353.583.9663.33
HexF053640413A6162543f
Octal360123144010172654212477
Binary1111000010100111100100010000011110101101011000101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05364; }

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

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

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

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

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

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

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

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