Shades of Wild Watermelon #F8527A
Tints of Wild Watermelon #F8527A
RGB
CMYK
RGB Variations
Color information
#F8527A (or 0xF8527A) is known color: Wild Watermelon. HEX triplet: F8, 52 and 7A. RGB value is (248,82,122). Sum of RGB (Red+Green+Blue) = 248+82+122=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F8527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8527A is #07AD85. Grayscale: #888888. Windows color (decimal): -503174 or 8016632. OLE color: 8016632.
HSL color Cylindrical-coordinate representation of color #F8527A: hue angle of 345.54º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8527A is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 122 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.03 |
| HSL | 345.54º | 0.92% | 0.65% | - |
| HSV(B) | 345.54º | 0.67% | 0.97% | - |
| XYZ | 45.24 | 27.4 | 21.32 | - |
| YUV | 136.19 | 120 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 122 | 0 | 0.67 | 0.51 | 0.03 | 345.54 | 0.92 | 0.65 |
| Hex | F8 | 52 | 7A | 0 | 43 | 33 | 3 | 15A | 5C | 41 |
| Octal | 370 | 122 | 172 | 0 | 103 | 63 | 3 | 532 | 134 | 101 |
| Binary | 11111000 | 1010010 | 1111010 | 0 | 1000011 | 110011 | 11 | 101011010 | 1011100 | 1000001 |
Color Harmonies of #F8527A
Complementary color
Monochromatic Colors of #F8527A
Black with #F8527A
Text Example
Text Example
White with #F8527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8527A; }
p { color: rgb(248,82,122); }
H1.HeaderClassName
{
color: #F8527A;
}
.AnyTagClassName
{
color: #F8527A;
}
</style>
background-color css
<style>
a { background-color: #F8527A; }
a { background-color: rgb(248,82,122); }
div.DivClassName
{
background-color: #F8527A;
}
.BgClassName
{
background-color: #F8527A;
}
</style>
border-color css
<style>
span { border-color: #F8527A; }
span { border-color: rgb(248,82,122); }
td.TdClassName
{
border-color: #F8527A;
}
.TagClassName
{
border-color: #F8527A;
}
</style>