Shades of Wild Watermelon #F2505F
Tints of Wild Watermelon #F2505F
RGB
CMYK
RGB Variations
Color information
#F2505F (or 0xF2505F) is known color: Wild Watermelon. HEX triplet: F2, 50 and 5F. RGB value is (242,80,95). Sum of RGB (Red+Green+Blue) = 242+80+95=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2505F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2505F is #0DAFA0. Grayscale: #828282. Windows color (decimal): -896929 or 6246642. OLE color: 6246642.
HSL color Cylindrical-coordinate representation of color #F2505F: hue angle of 354.44º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2505F is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 95 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.05 |
| HSL | 354.44º | 0.86% | 0.63% | - |
| HSV(B) | 354.44º | 0.67% | 0.95% | - |
| XYZ | 41.55 | 25.44 | 13.55 | - |
| YUV | 130.15 | 108.17 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 95 | 0 | 0.67 | 0.61 | 0.05 | 354.44 | 0.86 | 0.63 |
| Hex | F2 | 50 | 5F | 0 | 43 | 3D | 5 | 162 | 56 | 3F |
| Octal | 362 | 120 | 137 | 0 | 103 | 75 | 5 | 542 | 126 | 77 |
| Binary | 11110010 | 1010000 | 1011111 | 0 | 1000011 | 111101 | 101 | 101100010 | 1010110 | 111111 |
Color Harmonies of #F2505F
Complementary color
Monochromatic Colors of #F2505F
Black with #F2505F
Text Example
Text Example
White with #F2505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2505F; }
p { color: rgb(242,80,95); }
H1.HeaderClassName
{
color: #F2505F;
}
.AnyTagClassName
{
color: #F2505F;
}
</style>
background-color css
<style>
a { background-color: #F2505F; }
a { background-color: rgb(242,80,95); }
div.DivClassName
{
background-color: #F2505F;
}
.BgClassName
{
background-color: #F2505F;
}
</style>
border-color css
<style>
span { border-color: #F2505F; }
span { border-color: rgb(242,80,95); }
td.TdClassName
{
border-color: #F2505F;
}
.TagClassName
{
border-color: #F2505F;
}
</style>