Shades of Wild Watermelon #FF5472
Tints of Wild Watermelon #FF5472
RGB
CMYK
RGB Variations
Color information
#FF5472 (or 0xFF5472) is known color: Wild Watermelon. HEX triplet: FF, 54 and 72. RGB value is (255,84,114). Sum of RGB (Red+Green+Blue) = 255+84+114=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5472 is #00AB8D. Grayscale: #8A8A8A. Windows color (decimal): -43918 or 7492863. OLE color: 7492863.
HSL color Cylindrical-coordinate representation of color #FF5472: hue angle of 349.47º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5472 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 114 | - |
| CMYK | 0 | 0.67 | 0.55 | 0 |
| HSL | 349.47º | 1% | 0.66% | - |
| HSV(B) | 349.47º | 0.67% | 1% | - |
| XYZ | 47.45 | 28.82 | 18.98 | - |
| YUV | 138.55 | 114.15 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 114 | 0 | 0.67 | 0.55 | 0 | 349.47 | 1 | 0.66 |
| Hex | FF | 54 | 72 | 0 | 43 | 37 | 0 | 15D | 64 | 42 |
| Octal | 377 | 124 | 162 | 0 | 103 | 67 | 0 | 535 | 144 | 102 |
| Binary | 11111111 | 1010100 | 1110010 | 0 | 1000011 | 110111 | 0 | 101011101 | 1100100 | 1000010 |
Color Harmonies of #FF5472
Complementary color
Monochromatic Colors of #FF5472
Black with #FF5472
Text Example
Text Example
White with #FF5472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5472; }
p { color: rgb(255,84,114); }
H1.HeaderClassName
{
color: #FF5472;
}
.AnyTagClassName
{
color: #FF5472;
}
</style>
background-color css
<style>
a { background-color: #FF5472; }
a { background-color: rgb(255,84,114); }
div.DivClassName
{
background-color: #FF5472;
}
.BgClassName
{
background-color: #FF5472;
}
</style>
border-color css
<style>
span { border-color: #FF5472; }
span { border-color: rgb(255,84,114); }
td.TdClassName
{
border-color: #FF5472;
}
.TagClassName
{
border-color: #FF5472;
}
</style>