#F05868

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

Shades of Wild Watermelon #F05868

Tints of Wild Watermelon #F05868

Color information

#F05868 (or 0xF05868) is unknown color: approx Wild Watermelon. HEX triplet: F0, 58 and 68. RGB value is (240,88,104). Sum of RGB (Red+Green+Blue) = 240+88+104=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F05868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05868 is #0FA797. Grayscale: #878787. Windows color (decimal): -1025944 or 6838512. OLE color: 6838512.

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

Color convert

RGB24088104-
CMYK00.630.570.06
HSL353.68º83.52%64.31%-
HSV(B)353.68º63.33%94.12%-
XYZ41.9226.516-
YUV135.27110.36202.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.56%
GREEN value IS 88 (34.77% from 255) = 20.37%
BLUE value IS 104 (41.02% from 255) = 24.07%
R=55.56%
G=20.37%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408810400.630.570.06353.6883.5264.31
HexF0586803F3961625440
Octal360130150077716542124100
Binary1111000010110001101000011111111100111010110001010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05868; }

 p { color: rgb(240,88,104); }

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

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

 a { background-color: rgb(240,88,104); }

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

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

 span { border-color: rgb(240,88,104); }

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