Shades of Wild Watermelon #FF466F
Tints of Wild Watermelon #FF466F
RGB
CMYK
RGB Variations
Color information
#FF466F (or 0xFF466F) is known color: Wild Watermelon. HEX triplet: FF, 46 and 6F. RGB value is (255,70,111). Sum of RGB (Red+Green+Blue) = 255+70+111=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF466F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF466F is #00B990. Grayscale: #828282. Windows color (decimal): -47505 or 7292671. OLE color: 7292671.
HSL color Cylindrical-coordinate representation of color #FF466F: hue angle of 346.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF466F is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 111 | - |
| CMYK | 0 | 0.73 | 0.56 | 0 |
| HSL | 346.7º | 1% | 0.64% | - |
| HSV(B) | 346.7º | 0.73% | 1% | - |
| XYZ | 46.3 | 26.79 | 17.77 | - |
| YUV | 129.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 111 | 0 | 0.73 | 0.56 | 0 | 346.7 | 1 | 0.64 |
| Hex | FF | 46 | 6F | 0 | 49 | 38 | 0 | 15B | 64 | 40 |
| Octal | 377 | 106 | 157 | 0 | 111 | 70 | 0 | 533 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1101111 | 0 | 1001001 | 111000 | 0 | 101011011 | 1100100 | 1000000 |
Color Harmonies of #FF466F
Complementary color
Monochromatic Colors of #FF466F
Black with #FF466F
Text Example
Text Example
White with #FF466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF466F; }
p { color: rgb(255,70,111); }
H1.HeaderClassName
{
color: #FF466F;
}
.AnyTagClassName
{
color: #FF466F;
}
</style>
background-color css
<style>
a { background-color: #FF466F; }
a { background-color: rgb(255,70,111); }
div.DivClassName
{
background-color: #FF466F;
}
.BgClassName
{
background-color: #FF466F;
}
</style>
border-color css
<style>
span { border-color: #FF466F; }
span { border-color: rgb(255,70,111); }
td.TdClassName
{
border-color: #FF466F;
}
.TagClassName
{
border-color: #FF466F;
}
</style>