Shades of Wild Watermelon #FE507E
Tints of Wild Watermelon #FE507E
RGB
CMYK
RGB Variations
Color information
#FE507E (or 0xFE507E) is known color: Wild Watermelon. HEX triplet: FE, 50 and 7E. RGB value is (254,80,126). Sum of RGB (Red+Green+Blue) = 254+80+126=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE507E is #01AF81. Grayscale: #898989. Windows color (decimal): -110466 or 8278270. OLE color: 8278270.
HSL color Cylindrical-coordinate representation of color #FE507E: hue angle of 344.14º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE507E is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 126 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.00 |
| HSL | 344.14º | 0.99% | 0.65% | - |
| HSV(B) | 344.14º | 0.69% | 1% | - |
| XYZ | 47.51 | 28.31 | 22.7 | - |
| YUV | 137.27 | 121.65 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 126 | 0 | 0.69 | 0.50 | 0.00 | 344.14 | 0.99 | 0.65 |
| Hex | FE | 50 | 7E | 0 | 45 | 32 | 0 | 158 | 63 | 41 |
| Octal | 376 | 120 | 176 | 0 | 105 | 62 | 0 | 530 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1111110 | 0 | 1000101 | 110010 | 0 | 101011000 | 1100011 | 1000001 |
Color Harmonies of #FE507E
Complementary color
Monochromatic Colors of #FE507E
Black with #FE507E
Text Example
Text Example
White with #FE507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE507E; }
p { color: rgb(254,80,126); }
H1.HeaderClassName
{
color: #FE507E;
}
.AnyTagClassName
{
color: #FE507E;
}
</style>
background-color css
<style>
a { background-color: #FE507E; }
a { background-color: rgb(254,80,126); }
div.DivClassName
{
background-color: #FE507E;
}
.BgClassName
{
background-color: #FE507E;
}
</style>
border-color css
<style>
span { border-color: #FE507E; }
span { border-color: rgb(254,80,126); }
td.TdClassName
{
border-color: #FE507E;
}
.TagClassName
{
border-color: #FE507E;
}
</style>