Shades of Wild Watermelon #FE527B
Tints of Wild Watermelon #FE527B
RGB
CMYK
RGB Variations
Color information
#FE527B (or 0xFE527B) is known color: Wild Watermelon. HEX triplet: FE, 52 and 7B. RGB value is (254,82,123). Sum of RGB (Red+Green+Blue) = 254+82+123=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE527B is #01AD84. Grayscale: #8A8A8A. Windows color (decimal): -109957 or 8082174. OLE color: 8082174.
HSL color Cylindrical-coordinate representation of color #FE527B: hue angle of 345.7º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE527B is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 123 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.00 |
| HSL | 345.7º | 0.99% | 0.66% | - |
| HSV(B) | 345.7º | 0.68% | 1% | - |
| XYZ | 47.47 | 28.54 | 21.75 | - |
| YUV | 138.1 | 119.48 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 123 | 0 | 0.68 | 0.52 | 0.00 | 345.7 | 0.99 | 0.66 |
| Hex | FE | 52 | 7B | 0 | 44 | 34 | 0 | 15A | 63 | 42 |
| Octal | 376 | 122 | 173 | 0 | 104 | 64 | 0 | 532 | 143 | 102 |
| Binary | 11111110 | 1010010 | 1111011 | 0 | 1000100 | 110100 | 0 | 101011010 | 1100011 | 1000010 |
Color Harmonies of #FE527B
Complementary color
Monochromatic Colors of #FE527B
Black with #FE527B
Text Example
Text Example
White with #FE527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE527B; }
p { color: rgb(254,82,123); }
H1.HeaderClassName
{
color: #FE527B;
}
.AnyTagClassName
{
color: #FE527B;
}
</style>
background-color css
<style>
a { background-color: #FE527B; }
a { background-color: rgb(254,82,123); }
div.DivClassName
{
background-color: #FE527B;
}
.BgClassName
{
background-color: #FE527B;
}
</style>
border-color css
<style>
span { border-color: #FE527B; }
span { border-color: rgb(254,82,123); }
td.TdClassName
{
border-color: #FE527B;
}
.TagClassName
{
border-color: #FE527B;
}
</style>