Shades of Wild Watermelon #F8507D
Tints of Wild Watermelon #F8507D
RGB
CMYK
RGB Variations
Color information
#F8507D (or 0xF8507D) is known color: Wild Watermelon. HEX triplet: F8, 50 and 7D. RGB value is (248,80,125). Sum of RGB (Red+Green+Blue) = 248+80+125=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F8507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8507D is #07AF82. Grayscale: #878787. Windows color (decimal): -503683 or 8212728. OLE color: 8212728.
HSL color Cylindrical-coordinate representation of color #F8507D: hue angle of 343.93º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8507D is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 125 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.03 |
| HSL | 343.93º | 0.92% | 0.64% | - |
| HSV(B) | 343.93º | 0.68% | 0.97% | - |
| XYZ | 45.28 | 27.17 | 22.26 | - |
| YUV | 135.36 | 122.16 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 125 | 0 | 0.68 | 0.50 | 0.03 | 343.93 | 0.92 | 0.64 |
| Hex | F8 | 50 | 7D | 0 | 44 | 32 | 3 | 158 | 5C | 40 |
| Octal | 370 | 120 | 175 | 0 | 104 | 62 | 3 | 530 | 134 | 100 |
| Binary | 11111000 | 1010000 | 1111101 | 0 | 1000100 | 110010 | 11 | 101011000 | 1011100 | 1000000 |
Color Harmonies of #F8507D
Complementary color
Monochromatic Colors of #F8507D
Black with #F8507D
Text Example
Text Example
White with #F8507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8507D; }
p { color: rgb(248,80,125); }
H1.HeaderClassName
{
color: #F8507D;
}
.AnyTagClassName
{
color: #F8507D;
}
</style>
background-color css
<style>
a { background-color: #F8507D; }
a { background-color: rgb(248,80,125); }
div.DivClassName
{
background-color: #F8507D;
}
.BgClassName
{
background-color: #F8507D;
}
</style>
border-color css
<style>
span { border-color: #F8507D; }
span { border-color: rgb(248,80,125); }
td.TdClassName
{
border-color: #F8507D;
}
.TagClassName
{
border-color: #F8507D;
}
</style>