Shades of Wild Watermelon #FE5572
Tints of Wild Watermelon #FE5572
RGB
CMYK
RGB Variations
Color information
#FE5572 (or 0xFE5572) is known color: Wild Watermelon. HEX triplet: FE, 55 and 72. RGB value is (254,85,114). Sum of RGB (Red+Green+Blue) = 254+85+114=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5572 is #01AA8D. Grayscale: #8A8A8A. Windows color (decimal): -109198 or 7493118. OLE color: 7493118.
HSL color Cylindrical-coordinate representation of color #FE5572: hue angle of 349.7º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5572 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 114 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.00 |
| HSL | 349.7º | 0.99% | 0.66% | - |
| HSV(B) | 349.7º | 0.67% | 1% | - |
| XYZ | 47.16 | 28.78 | 18.99 | - |
| YUV | 138.84 | 113.99 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 114 | 0 | 0.67 | 0.55 | 0.00 | 349.7 | 0.99 | 0.66 |
| Hex | FE | 55 | 72 | 0 | 43 | 37 | 0 | 15E | 63 | 42 |
| Octal | 376 | 125 | 162 | 0 | 103 | 67 | 0 | 536 | 143 | 102 |
| Binary | 11111110 | 1010101 | 1110010 | 0 | 1000011 | 110111 | 0 | 101011110 | 1100011 | 1000010 |
Color Harmonies of #FE5572
Complementary color
Monochromatic Colors of #FE5572
Black with #FE5572
Text Example
Text Example
White with #FE5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5572; }
p { color: rgb(254,85,114); }
H1.HeaderClassName
{
color: #FE5572;
}
.AnyTagClassName
{
color: #FE5572;
}
</style>
background-color css
<style>
a { background-color: #FE5572; }
a { background-color: rgb(254,85,114); }
div.DivClassName
{
background-color: #FE5572;
}
.BgClassName
{
background-color: #FE5572;
}
</style>
border-color css
<style>
span { border-color: #FE5572; }
span { border-color: rgb(254,85,114); }
td.TdClassName
{
border-color: #FE5572;
}
.TagClassName
{
border-color: #FE5572;
}
</style>