Shades of Wild Watermelon #FF4F68
Tints of Wild Watermelon #FF4F68
RGB
CMYK
RGB Variations
Color information
#FF4F68 (or 0xFF4F68) is known color: Wild Watermelon. HEX triplet: FF, 4F and 68. RGB value is (255,79,104). Sum of RGB (Red+Green+Blue) = 255+79+104=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4F68 is #00B097. Grayscale: #868686. Windows color (decimal): -45208 or 6836223. OLE color: 6836223.
HSL color Cylindrical-coordinate representation of color #FF4F68: hue angle of 351.48º 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 #FF4F68 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 104 | - |
| CMYK | 0 | 0.69 | 0.59 | 0 |
| HSL | 351.48º | 1% | 0.65% | - |
| HSV(B) | 351.48º | 0.69% | 1% | - |
| XYZ | 46.53 | 27.85 | 16.02 | - |
| YUV | 134.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 104 | 0 | 0.69 | 0.59 | 0 | 351.48 | 1 | 0.65 |
| Hex | FF | 4F | 68 | 0 | 45 | 3B | 0 | 15F | 64 | 41 |
| Octal | 377 | 117 | 150 | 0 | 105 | 73 | 0 | 537 | 144 | 101 |
| Binary | 11111111 | 1001111 | 1101000 | 0 | 1000101 | 111011 | 0 | 101011111 | 1100100 | 1000001 |
Color Harmonies of #FF4F68
Complementary color
Monochromatic Colors of #FF4F68
Black with #FF4F68
Text Example
Text Example
White with #FF4F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F68; }
p { color: rgb(255,79,104); }
H1.HeaderClassName
{
color: #FF4F68;
}
.AnyTagClassName
{
color: #FF4F68;
}
</style>
background-color css
<style>
a { background-color: #FF4F68; }
a { background-color: rgb(255,79,104); }
div.DivClassName
{
background-color: #FF4F68;
}
.BgClassName
{
background-color: #FF4F68;
}
</style>
border-color css
<style>
span { border-color: #FF4F68; }
span { border-color: rgb(255,79,104); }
td.TdClassName
{
border-color: #FF4F68;
}
.TagClassName
{
border-color: #FF4F68;
}
</style>