Shades of Wild Watermelon #FF5366
Tints of Wild Watermelon #FF5366
RGB
CMYK
RGB Variations
Color information
#FF5366 (or 0xFF5366) is known color: Wild Watermelon. HEX triplet: FF, 53 and 66. RGB value is (255,83,102). Sum of RGB (Red+Green+Blue) = 255+83+102=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5366 is #00AC99. Grayscale: #888888. Windows color (decimal): -44186 or 6706175. OLE color: 6706175.
HSL color Cylindrical-coordinate representation of color #FF5366: hue angle of 353.37º 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 #FF5366 is Cyan = 0, Magento = 0.67, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 102 | - |
| CMYK | 0 | 0.67 | 0.6 | 0 |
| HSL | 353.37º | 1% | 0.66% | - |
| HSV(B) | 353.37º | 0.67% | 1% | - |
| XYZ | 46.73 | 28.41 | 15.59 | - |
| YUV | 136.59 | 108.48 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 102 | 0 | 0.67 | 0.6 | 0 | 353.37 | 1 | 0.66 |
| Hex | FF | 53 | 66 | 0 | 43 | 3C | 0 | 161 | 64 | 42 |
| Octal | 377 | 123 | 146 | 0 | 103 | 74 | 0 | 541 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1100110 | 0 | 1000011 | 111100 | 0 | 101100001 | 1100100 | 1000010 |
Color Harmonies of #FF5366
Complementary color
Monochromatic Colors of #FF5366
Black with #FF5366
Text Example
Text Example
White with #FF5366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5366; }
p { color: rgb(255,83,102); }
H1.HeaderClassName
{
color: #FF5366;
}
.AnyTagClassName
{
color: #FF5366;
}
</style>
background-color css
<style>
a { background-color: #FF5366; }
a { background-color: rgb(255,83,102); }
div.DivClassName
{
background-color: #FF5366;
}
.BgClassName
{
background-color: #FF5366;
}
</style>
border-color css
<style>
span { border-color: #FF5366; }
span { border-color: rgb(255,83,102); }
td.TdClassName
{
border-color: #FF5366;
}
.TagClassName
{
border-color: #FF5366;
}
</style>