Shades of Wild Watermelon #FF4B6E
Tints of Wild Watermelon #FF4B6E
RGB
CMYK
RGB Variations
Color information
#FF4B6E (or 0xFF4B6E) is known color: Wild Watermelon. HEX triplet: FF, 4B and 6E. RGB value is (255,75,110). Sum of RGB (Red+Green+Blue) = 255+75+110=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4B6E is #00B491. Grayscale: #848484. Windows color (decimal): -46226 or 7228415. OLE color: 7228415.
HSL color Cylindrical-coordinate representation of color #FF4B6E: hue angle of 348.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 #FF4B6E is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 110 | - |
| CMYK | 0 | 0.71 | 0.57 | 0 |
| HSL | 348.33º | 1% | 0.65% | - |
| HSV(B) | 348.33º | 0.71% | 1% | - |
| XYZ | 46.57 | 27.42 | 17.59 | - |
| YUV | 132.81 | 115.13 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 110 | 0 | 0.71 | 0.57 | 0 | 348.33 | 1 | 0.65 |
| Hex | FF | 4B | 6E | 0 | 47 | 39 | 0 | 15C | 64 | 41 |
| Octal | 377 | 113 | 156 | 0 | 107 | 71 | 0 | 534 | 144 | 101 |
| Binary | 11111111 | 1001011 | 1101110 | 0 | 1000111 | 111001 | 0 | 101011100 | 1100100 | 1000001 |
Color Harmonies of #FF4B6E
Complementary color
Monochromatic Colors of #FF4B6E
Black with #FF4B6E
Text Example
Text Example
White with #FF4B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B6E; }
p { color: rgb(255,75,110); }
H1.HeaderClassName
{
color: #FF4B6E;
}
.AnyTagClassName
{
color: #FF4B6E;
}
</style>
background-color css
<style>
a { background-color: #FF4B6E; }
a { background-color: rgb(255,75,110); }
div.DivClassName
{
background-color: #FF4B6E;
}
.BgClassName
{
background-color: #FF4B6E;
}
</style>
border-color css
<style>
span { border-color: #FF4B6E; }
span { border-color: rgb(255,75,110); }
td.TdClassName
{
border-color: #FF4B6E;
}
.TagClassName
{
border-color: #FF4B6E;
}
</style>