Shades of Wild Watermelon #FF4B68
Tints of Wild Watermelon #FF4B68
RGB
CMYK
RGB Variations
Color information
#FF4B68 (or 0xFF4B68) is known color: Wild Watermelon. HEX triplet: FF, 4B and 68. RGB value is (255,75,104). Sum of RGB (Red+Green+Blue) = 255+75+104=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4B68 is #00B497. Grayscale: #848484. Windows color (decimal): -46232 or 6835199. OLE color: 6835199.
HSL color Cylindrical-coordinate representation of color #FF4B68: hue angle of 350.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4B68 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 104 | - |
| CMYK | 0 | 0.71 | 0.59 | 0 |
| HSL | 350.33º | 1% | 0.65% | - |
| HSV(B) | 350.33º | 0.71% | 1% | - |
| XYZ | 46.25 | 27.29 | 15.93 | - |
| YUV | 132.13 | 112.13 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 104 | 0 | 0.71 | 0.59 | 0 | 350.33 | 1 | 0.65 |
| Hex | FF | 4B | 68 | 0 | 47 | 3B | 0 | 15E | 64 | 41 |
| Octal | 377 | 113 | 150 | 0 | 107 | 73 | 0 | 536 | 144 | 101 |
| Binary | 11111111 | 1001011 | 1101000 | 0 | 1000111 | 111011 | 0 | 101011110 | 1100100 | 1000001 |
Color Harmonies of #FF4B68
Complementary color
Monochromatic Colors of #FF4B68
Black with #FF4B68
Text Example
Text Example
White with #FF4B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B68; }
p { color: rgb(255,75,104); }
H1.HeaderClassName
{
color: #FF4B68;
}
.AnyTagClassName
{
color: #FF4B68;
}
</style>
background-color css
<style>
a { background-color: #FF4B68; }
a { background-color: rgb(255,75,104); }
div.DivClassName
{
background-color: #FF4B68;
}
.BgClassName
{
background-color: #FF4B68;
}
</style>
border-color css
<style>
span { border-color: #FF4B68; }
span { border-color: rgb(255,75,104); }
td.TdClassName
{
border-color: #FF4B68;
}
.TagClassName
{
border-color: #FF4B68;
}
</style>