#F05966

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

Shades of Wild Watermelon #F05966

Tints of Wild Watermelon #F05966

Color information

#F05966 (or 0xF05966) is unknown color: approx Wild Watermelon. HEX triplet: F0, 59 and 66. RGB value is (240,89,102). Sum of RGB (Red+Green+Blue) = 240+89+102=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F05966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05966 is #0FA699. Grayscale: #878787. Windows color (decimal): -1025690 or 6707696. OLE color: 6707696.

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

Color convert

RGB24089102-
CMYK00.630.580.06
HSL354.83º83.43%64.51%-
HSV(B)354.83º62.92%94.12%-
XYZ41.9126.6315.5-
YUV135.63109.03202.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.68%
GREEN value IS 89 (35.16% from 255) = 20.65%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=55.68%
G=20.65%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408910200.630.580.06354.8383.4364.51
HexF0596603F3A61635341
Octal360131146077726543123101
Binary1111000010110011100110011111111101011010110001110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05966; }

 p { color: rgb(240,89,102); }

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

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

 a { background-color: rgb(240,89,102); }

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

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

 span { border-color: rgb(240,89,102); }

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