Shades of Wild Watermelon #FE527D
Tints of Wild Watermelon #FE527D
RGB
CMYK
RGB Variations
Color information
#FE527D (or 0xFE527D) is known color: Wild Watermelon. HEX triplet: FE, 52 and 7D. RGB value is (254,82,125). Sum of RGB (Red+Green+Blue) = 254+82+125=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE527D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE527D is #01AD82. Grayscale: #8A8A8A. Windows color (decimal): -109955 or 8213246. OLE color: 8213246.
HSL color Cylindrical-coordinate representation of color #FE527D: hue angle of 345º 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 #FE527D is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 125 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.00 |
| HSL | 345º | 0.99% | 0.66% | - |
| HSV(B) | 345º | 0.68% | 1% | - |
| XYZ | 47.59 | 28.59 | 22.41 | - |
| YUV | 138.33 | 120.48 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 125 | 0 | 0.68 | 0.51 | 0.00 | 345 | 0.99 | 0.66 |
| Hex | FE | 52 | 7D | 0 | 44 | 33 | 0 | 159 | 63 | 42 |
| Octal | 376 | 122 | 175 | 0 | 104 | 63 | 0 | 531 | 143 | 102 |
| Binary | 11111110 | 1010010 | 1111101 | 0 | 1000100 | 110011 | 0 | 101011001 | 1100011 | 1000010 |
Color Harmonies of #FE527D
Complementary color
Monochromatic Colors of #FE527D
Black with #FE527D
Text Example
Text Example
White with #FE527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE527D; }
p { color: rgb(254,82,125); }
H1.HeaderClassName
{
color: #FE527D;
}
.AnyTagClassName
{
color: #FE527D;
}
</style>
background-color css
<style>
a { background-color: #FE527D; }
a { background-color: rgb(254,82,125); }
div.DivClassName
{
background-color: #FE527D;
}
.BgClassName
{
background-color: #FE527D;
}
</style>
border-color css
<style>
span { border-color: #FE527D; }
span { border-color: rgb(254,82,125); }
td.TdClassName
{
border-color: #FE527D;
}
.TagClassName
{
border-color: #FE527D;
}
</style>