Shades of Wild Watermelon #FF5267
Tints of Wild Watermelon #FF5267
RGB
CMYK
RGB Variations
Color information
#FF5267 (or 0xFF5267) is known color: Wild Watermelon. HEX triplet: FF, 52 and 67. RGB value is (255,82,103). Sum of RGB (Red+Green+Blue) = 255+82+103=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5267 is #00AD98. Grayscale: #888888. Windows color (decimal): -44441 or 6771455. OLE color: 6771455.
HSL color Cylindrical-coordinate representation of color #FF5267: hue angle of 352.72º 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 #FF5267 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 103 | - |
| CMYK | 0 | 0.68 | 0.60 | 0 |
| HSL | 352.72º | 1% | 0.66% | - |
| HSV(B) | 352.72º | 0.68% | 1% | - |
| XYZ | 46.71 | 28.27 | 15.83 | - |
| YUV | 136.12 | 109.31 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 103 | 0 | 0.68 | 0.60 | 0 | 352.72 | 1 | 0.66 |
| Hex | FF | 52 | 67 | 0 | 44 | 3C | 0 | 161 | 64 | 42 |
| Octal | 377 | 122 | 147 | 0 | 104 | 74 | 0 | 541 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1100111 | 0 | 1000100 | 111100 | 0 | 101100001 | 1100100 | 1000010 |
Color Harmonies of #FF5267
Complementary color
Monochromatic Colors of #FF5267
Black with #FF5267
Text Example
Text Example
White with #FF5267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5267; }
p { color: rgb(255,82,103); }
H1.HeaderClassName
{
color: #FF5267;
}
.AnyTagClassName
{
color: #FF5267;
}
</style>
background-color css
<style>
a { background-color: #FF5267; }
a { background-color: rgb(255,82,103); }
div.DivClassName
{
background-color: #FF5267;
}
.BgClassName
{
background-color: #FF5267;
}
</style>
border-color css
<style>
span { border-color: #FF5267; }
span { border-color: rgb(255,82,103); }
td.TdClassName
{
border-color: #FF5267;
}
.TagClassName
{
border-color: #FF5267;
}
</style>