Shades of Wild Watermelon #F2577B
Tints of Wild Watermelon #F2577B
RGB
CMYK
RGB Variations
Color information
#F2577B (or 0xF2577B) is known color: Wild Watermelon. HEX triplet: F2, 57 and 7B. RGB value is (242,87,123). Sum of RGB (Red+Green+Blue) = 242+87+123=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2577B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2577B is #0DA884. Grayscale: #898989. Windows color (decimal): -895109 or 8083442. OLE color: 8083442.
HSL color Cylindrical-coordinate representation of color #F2577B: hue angle of 346.06º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2577B is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 123 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.05 |
| HSL | 346.06º | 0.86% | 0.65% | - |
| HSV(B) | 346.06º | 0.64% | 0.95% | - |
| XYZ | 43.6 | 27.12 | 21.68 | - |
| YUV | 137.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 123 | 0 | 0.64 | 0.49 | 0.05 | 346.06 | 0.86 | 0.65 |
| Hex | F2 | 57 | 7B | 0 | 40 | 31 | 5 | 15A | 56 | 41 |
| Octal | 362 | 127 | 173 | 0 | 100 | 61 | 5 | 532 | 126 | 101 |
| Binary | 11110010 | 1010111 | 1111011 | 0 | 1000000 | 110001 | 101 | 101011010 | 1010110 | 1000001 |
Color Harmonies of #F2577B
Complementary color
Monochromatic Colors of #F2577B
Black with #F2577B
Text Example
Text Example
White with #F2577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2577B; }
p { color: rgb(242,87,123); }
H1.HeaderClassName
{
color: #F2577B;
}
.AnyTagClassName
{
color: #F2577B;
}
</style>
background-color css
<style>
a { background-color: #F2577B; }
a { background-color: rgb(242,87,123); }
div.DivClassName
{
background-color: #F2577B;
}
.BgClassName
{
background-color: #F2577B;
}
</style>
border-color css
<style>
span { border-color: #F2577B; }
span { border-color: rgb(242,87,123); }
td.TdClassName
{
border-color: #F2577B;
}
.TagClassName
{
border-color: #F2577B;
}
</style>