Shades of Wild Watermelon #FF5275
Tints of Wild Watermelon #FF5275
RGB
CMYK
RGB Variations
Color information
#FF5275 (or 0xFF5275) is known color: Wild Watermelon. HEX triplet: FF, 52 and 75. RGB value is (255,82,117). Sum of RGB (Red+Green+Blue) = 255+82+117=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5275 is #00AD8A. Grayscale: #898989. Windows color (decimal): -44427 or 7688959. OLE color: 7688959.
HSL color Cylindrical-coordinate representation of color #FF5275: hue angle of 347.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF5275 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 117 | - |
| CMYK | 0 | 0.68 | 0.54 | 0 |
| HSL | 347.86º | 1% | 0.66% | - |
| HSV(B) | 347.86º | 0.68% | 1% | - |
| XYZ | 47.47 | 28.58 | 19.84 | - |
| YUV | 137.72 | 116.31 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 117 | 0 | 0.68 | 0.54 | 0 | 347.86 | 1 | 0.66 |
| Hex | FF | 52 | 75 | 0 | 44 | 36 | 0 | 15C | 64 | 42 |
| Octal | 377 | 122 | 165 | 0 | 104 | 66 | 0 | 534 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1110101 | 0 | 1000100 | 110110 | 0 | 101011100 | 1100100 | 1000010 |
Color Harmonies of #FF5275
Complementary color
Monochromatic Colors of #FF5275
Black with #FF5275
Text Example
Text Example
White with #FF5275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5275; }
p { color: rgb(255,82,117); }
H1.HeaderClassName
{
color: #FF5275;
}
.AnyTagClassName
{
color: #FF5275;
}
</style>
background-color css
<style>
a { background-color: #FF5275; }
a { background-color: rgb(255,82,117); }
div.DivClassName
{
background-color: #FF5275;
}
.BgClassName
{
background-color: #FF5275;
}
</style>
border-color css
<style>
span { border-color: #FF5275; }
span { border-color: rgb(255,82,117); }
td.TdClassName
{
border-color: #FF5275;
}
.TagClassName
{
border-color: #FF5275;
}
</style>