Shades of Wild Watermelon #FF4F62
Tints of Wild Watermelon #FF4F62
RGB
CMYK
RGB Variations
Color information
#FF4F62 (or 0xFF4F62) is known color: Wild Watermelon. HEX triplet: FF, 4F and 62. RGB value is (255,79,98). Sum of RGB (Red+Green+Blue) = 255+79+98=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4F62 is #00B09D. Grayscale: #858585. Windows color (decimal): -45214 or 6443007. OLE color: 6443007.
HSL color Cylindrical-coordinate representation of color #FF4F62: hue angle of 353.52º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4F62 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 98 | - |
| CMYK | 0 | 0.69 | 0.62 | 0 |
| HSL | 353.52º | 1% | 0.65% | - |
| HSV(B) | 353.52º | 0.69% | 1% | - |
| XYZ | 46.24 | 27.73 | 14.47 | - |
| YUV | 133.79 | 107.81 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 98 | 0 | 0.69 | 0.62 | 0 | 353.52 | 1 | 0.65 |
| Hex | FF | 4F | 62 | 0 | 45 | 3E | 0 | 162 | 64 | 41 |
| Octal | 377 | 117 | 142 | 0 | 105 | 76 | 0 | 542 | 144 | 101 |
| Binary | 11111111 | 1001111 | 1100010 | 0 | 1000101 | 111110 | 0 | 101100010 | 1100100 | 1000001 |
Color Harmonies of #FF4F62
Complementary color
Monochromatic Colors of #FF4F62
Black with #FF4F62
Text Example
Text Example
White with #FF4F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F62; }
p { color: rgb(255,79,98); }
H1.HeaderClassName
{
color: #FF4F62;
}
.AnyTagClassName
{
color: #FF4F62;
}
</style>
background-color css
<style>
a { background-color: #FF4F62; }
a { background-color: rgb(255,79,98); }
div.DivClassName
{
background-color: #FF4F62;
}
.BgClassName
{
background-color: #FF4F62;
}
</style>
border-color css
<style>
span { border-color: #FF4F62; }
span { border-color: rgb(255,79,98); }
td.TdClassName
{
border-color: #FF4F62;
}
.TagClassName
{
border-color: #FF4F62;
}
</style>