#F06075

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

Shades of Wild Watermelon #F06075

Tints of Wild Watermelon #F06075

Color information

#F06075 (or 0xF06075) is unknown color: approx Wild Watermelon. HEX triplet: F0, 60 and 75. RGB value is (240,96,117). Sum of RGB (Red+Green+Blue) = 240+96+117=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F06075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06075 is #0F9F8A. Grayscale: #8D8D8D. Windows color (decimal): -1023883 or 7692528. OLE color: 7692528.

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

Color convert

RGB24096117-
CMYK00.60.510.06
HSL351.25º82.76%65.88%-
HSV(B)351.25º60%94.12%-
XYZ43.3328.1819.98-
YUV141.45114.21198.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.98%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=52.98%
G=21.19%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409611700.60.510.06351.2582.7665.88
HexF0607503C33615f5342
Octal360140165074636537123102
Binary1111000011000001110101011110011001111010101111110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06075; }

 p { color: rgb(240,96,117); }

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

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

 a { background-color: rgb(240,96,117); }

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

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

 span { border-color: rgb(240,96,117); }

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