Shades of Wild Watermelon #FF5476
Tints of Wild Watermelon #FF5476
RGB
CMYK
RGB Variations
Color information
#FF5476 (or 0xFF5476) is known color: Wild Watermelon. HEX triplet: FF, 54 and 76. RGB value is (255,84,118). Sum of RGB (Red+Green+Blue) = 255+84+118=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5476 is #00AB89. Grayscale: #8B8B8B. Windows color (decimal): -43914 or 7755007. OLE color: 7755007.
HSL color Cylindrical-coordinate representation of color #FF5476: hue angle of 348.07º 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 #FF5476 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 118 | - |
| CMYK | 0 | 0.67 | 0.54 | 0 |
| HSL | 348.07º | 1% | 0.66% | - |
| HSV(B) | 348.07º | 0.67% | 1% | - |
| XYZ | 47.68 | 28.91 | 20.21 | - |
| YUV | 139.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 118 | 0 | 0.67 | 0.54 | 0 | 348.07 | 1 | 0.66 |
| Hex | FF | 54 | 76 | 0 | 43 | 36 | 0 | 15C | 64 | 42 |
| Octal | 377 | 124 | 166 | 0 | 103 | 66 | 0 | 534 | 144 | 102 |
| Binary | 11111111 | 1010100 | 1110110 | 0 | 1000011 | 110110 | 0 | 101011100 | 1100100 | 1000010 |
Color Harmonies of #FF5476
Complementary color
Monochromatic Colors of #FF5476
Black with #FF5476
Text Example
Text Example
White with #FF5476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5476; }
p { color: rgb(255,84,118); }
H1.HeaderClassName
{
color: #FF5476;
}
.AnyTagClassName
{
color: #FF5476;
}
</style>
background-color css
<style>
a { background-color: #FF5476; }
a { background-color: rgb(255,84,118); }
div.DivClassName
{
background-color: #FF5476;
}
.BgClassName
{
background-color: #FF5476;
}
</style>
border-color css
<style>
span { border-color: #FF5476; }
span { border-color: rgb(255,84,118); }
td.TdClassName
{
border-color: #FF5476;
}
.TagClassName
{
border-color: #FF5476;
}
</style>