Shades of Wild Watermelon #FE527F
Tints of Wild Watermelon #FE527F
RGB
CMYK
RGB Variations
Color information
#FE527F (or 0xFE527F) is known color: Wild Watermelon. HEX triplet: FE, 52 and 7F. RGB value is (254,82,127). Sum of RGB (Red+Green+Blue) = 254+82+127=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE527F is #01AD80. Grayscale: #8A8A8A. Windows color (decimal): -109953 or 8344318. OLE color: 8344318.
HSL color Cylindrical-coordinate representation of color #FE527F: hue angle of 344.3º 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 #FE527F is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 127 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.00 |
| HSL | 344.3º | 0.99% | 0.66% | - |
| HSV(B) | 344.3º | 0.68% | 1% | - |
| XYZ | 47.72 | 28.64 | 23.09 | - |
| YUV | 138.56 | 121.48 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 127 | 0 | 0.68 | 0.50 | 0.00 | 344.3 | 0.99 | 0.66 |
| Hex | FE | 52 | 7F | 0 | 44 | 32 | 0 | 158 | 63 | 42 |
| Octal | 376 | 122 | 177 | 0 | 104 | 62 | 0 | 530 | 143 | 102 |
| Binary | 11111110 | 1010010 | 1111111 | 0 | 1000100 | 110010 | 0 | 101011000 | 1100011 | 1000010 |
Color Harmonies of #FE527F
Complementary color
Monochromatic Colors of #FE527F
Black with #FE527F
Text Example
Text Example
White with #FE527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE527F; }
p { color: rgb(254,82,127); }
H1.HeaderClassName
{
color: #FE527F;
}
.AnyTagClassName
{
color: #FE527F;
}
</style>
background-color css
<style>
a { background-color: #FE527F; }
a { background-color: rgb(254,82,127); }
div.DivClassName
{
background-color: #FE527F;
}
.BgClassName
{
background-color: #FE527F;
}
</style>
border-color css
<style>
span { border-color: #FE527F; }
span { border-color: rgb(254,82,127); }
td.TdClassName
{
border-color: #FE527F;
}
.TagClassName
{
border-color: #FE527F;
}
</style>