Shades of Wild Watermelon #F05F6C
Tints of Wild Watermelon #F05F6C
RGB
CMYK
RGB Variations
Color information
#F05F6C (or 0xF05F6C) is known color: Wild Watermelon. HEX triplet: F0, 5F and 6C. RGB value is (240,95,108). Sum of RGB (Red+Green+Blue) = 240+95+108=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05F6C is #0FA093. Grayscale: #8B8B8B. Windows color (decimal): -1024148 or 7102448. OLE color: 7102448.
HSL color Cylindrical-coordinate representation of color #F05F6C: hue angle of 354.62º 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 #F05F6C is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 108 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.06 |
| HSL | 354.62º | 0.83% | 0.66% | - |
| HSV(B) | 354.62º | 0.6% | 0.94% | - |
| XYZ | 42.73 | 27.79 | 17.3 | - |
| YUV | 139.84 | 110.04 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 108 | 0 | 0.60 | 0.55 | 0.06 | 354.62 | 0.83 | 0.66 |
| Hex | F0 | 5F | 6C | 0 | 3C | 37 | 6 | 163 | 53 | 42 |
| Octal | 360 | 137 | 154 | 0 | 74 | 67 | 6 | 543 | 123 | 102 |
| Binary | 11110000 | 1011111 | 1101100 | 0 | 111100 | 110111 | 110 | 101100011 | 1010011 | 1000010 |
Color Harmonies of #F05F6C
Complementary color
Monochromatic Colors of #F05F6C
Black with #F05F6C
Text Example
Text Example
White with #F05F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05F6C; }
p { color: rgb(240,95,108); }
H1.HeaderClassName
{
color: #F05F6C;
}
.AnyTagClassName
{
color: #F05F6C;
}
</style>
background-color css
<style>
a { background-color: #F05F6C; }
a { background-color: rgb(240,95,108); }
div.DivClassName
{
background-color: #F05F6C;
}
.BgClassName
{
background-color: #F05F6C;
}
</style>
border-color css
<style>
span { border-color: #F05F6C; }
span { border-color: rgb(240,95,108); }
td.TdClassName
{
border-color: #F05F6C;
}
.TagClassName
{
border-color: #F05F6C;
}
</style>