Shades of Wild Watermelon #FF4B6D
Tints of Wild Watermelon #FF4B6D
RGB
CMYK
RGB Variations
Color information
#FF4B6D (or 0xFF4B6D) is known color: Wild Watermelon. HEX triplet: FF, 4B and 6D. RGB value is (255,75,109). Sum of RGB (Red+Green+Blue) = 255+75+109=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4B6D is #00B492. Grayscale: #848484. Windows color (decimal): -46227 or 7162879. OLE color: 7162879.
HSL color Cylindrical-coordinate representation of color #FF4B6D: hue angle of 348.67º 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 #FF4B6D is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 109 | - |
| CMYK | 0 | 0.71 | 0.57 | 0 |
| HSL | 348.67º | 1% | 0.65% | - |
| HSV(B) | 348.67º | 0.71% | 1% | - |
| XYZ | 46.52 | 27.4 | 17.3 | - |
| YUV | 132.7 | 114.63 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 109 | 0 | 0.71 | 0.57 | 0 | 348.67 | 1 | 0.65 |
| Hex | FF | 4B | 6D | 0 | 47 | 39 | 0 | 15D | 64 | 41 |
| Octal | 377 | 113 | 155 | 0 | 107 | 71 | 0 | 535 | 144 | 101 |
| Binary | 11111111 | 1001011 | 1101101 | 0 | 1000111 | 111001 | 0 | 101011101 | 1100100 | 1000001 |
Color Harmonies of #FF4B6D
Complementary color
Monochromatic Colors of #FF4B6D
Black with #FF4B6D
Text Example
Text Example
White with #FF4B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B6D; }
p { color: rgb(255,75,109); }
H1.HeaderClassName
{
color: #FF4B6D;
}
.AnyTagClassName
{
color: #FF4B6D;
}
</style>
background-color css
<style>
a { background-color: #FF4B6D; }
a { background-color: rgb(255,75,109); }
div.DivClassName
{
background-color: #FF4B6D;
}
.BgClassName
{
background-color: #FF4B6D;
}
</style>
border-color css
<style>
span { border-color: #FF4B6D; }
span { border-color: rgb(255,75,109); }
td.TdClassName
{
border-color: #FF4B6D;
}
.TagClassName
{
border-color: #FF4B6D;
}
</style>