Shades of Wild Watermelon #FE567F
Tints of Wild Watermelon #FE567F
RGB
CMYK
RGB Variations
Color information
#FE567F (or 0xFE567F) is known color: Wild Watermelon. HEX triplet: FE, 56 and 7F. RGB value is (254,86,127). Sum of RGB (Red+Green+Blue) = 254+86+127=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE567F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE567F is #01A980. Grayscale: #8C8C8C. Windows color (decimal): -108929 or 8345342. OLE color: 8345342.
HSL color Cylindrical-coordinate representation of color #FE567F: hue angle of 345.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE567F is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 127 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.00 |
| HSL | 345.36º | 0.99% | 0.67% | - |
| HSV(B) | 345.36º | 0.66% | 1% | - |
| XYZ | 48.03 | 29.26 | 23.19 | - |
| YUV | 140.91 | 120.16 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 127 | 0 | 0.66 | 0.50 | 0.00 | 345.36 | 0.99 | 0.67 |
| Hex | FE | 56 | 7F | 0 | 42 | 32 | 0 | 159 | 63 | 43 |
| Octal | 376 | 126 | 177 | 0 | 102 | 62 | 0 | 531 | 143 | 103 |
| Binary | 11111110 | 1010110 | 1111111 | 0 | 1000010 | 110010 | 0 | 101011001 | 1100011 | 1000011 |
Color Harmonies of #FE567F
Complementary color
Monochromatic Colors of #FE567F
Black with #FE567F
Text Example
Text Example
White with #FE567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE567F; }
p { color: rgb(254,86,127); }
H1.HeaderClassName
{
color: #FE567F;
}
.AnyTagClassName
{
color: #FE567F;
}
</style>
background-color css
<style>
a { background-color: #FE567F; }
a { background-color: rgb(254,86,127); }
div.DivClassName
{
background-color: #FE567F;
}
.BgClassName
{
background-color: #FE567F;
}
</style>
border-color css
<style>
span { border-color: #FE567F; }
span { border-color: rgb(254,86,127); }
td.TdClassName
{
border-color: #FE567F;
}
.TagClassName
{
border-color: #FE567F;
}
</style>