Shades of Wild Watermelon #F8527B
Tints of Wild Watermelon #F8527B
RGB
CMYK
RGB Variations
Color information
#F8527B (or 0xF8527B) is known color: Wild Watermelon. HEX triplet: F8, 52 and 7B. RGB value is (248,82,123). Sum of RGB (Red+Green+Blue) = 248+82+123=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F8527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8527B is #07AD84. Grayscale: #888888. Windows color (decimal): -503173 or 8082168. OLE color: 8082168.
HSL color Cylindrical-coordinate representation of color #F8527B: hue angle of 345.18º 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 #F8527B is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 123 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.03 |
| HSL | 345.18º | 0.92% | 0.65% | - |
| HSV(B) | 345.18º | 0.67% | 0.97% | - |
| XYZ | 45.3 | 27.42 | 21.64 | - |
| YUV | 136.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 123 | 0 | 0.67 | 0.50 | 0.03 | 345.18 | 0.92 | 0.65 |
| Hex | F8 | 52 | 7B | 0 | 43 | 32 | 3 | 159 | 5C | 41 |
| Octal | 370 | 122 | 173 | 0 | 103 | 62 | 3 | 531 | 134 | 101 |
| Binary | 11111000 | 1010010 | 1111011 | 0 | 1000011 | 110010 | 11 | 101011001 | 1011100 | 1000001 |
Color Harmonies of #F8527B
Complementary color
Monochromatic Colors of #F8527B
Black with #F8527B
Text Example
Text Example
White with #F8527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8527B; }
p { color: rgb(248,82,123); }
H1.HeaderClassName
{
color: #F8527B;
}
.AnyTagClassName
{
color: #F8527B;
}
</style>
background-color css
<style>
a { background-color: #F8527B; }
a { background-color: rgb(248,82,123); }
div.DivClassName
{
background-color: #F8527B;
}
.BgClassName
{
background-color: #F8527B;
}
</style>
border-color css
<style>
span { border-color: #F8527B; }
span { border-color: rgb(248,82,123); }
td.TdClassName
{
border-color: #F8527B;
}
.TagClassName
{
border-color: #F8527B;
}
</style>