Shades of Wild Watermelon #FF4F76
Tints of Wild Watermelon #FF4F76
RGB
CMYK
RGB Variations
Color information
#FF4F76 (or 0xFF4F76) is known color: Wild Watermelon. HEX triplet: FF, 4F and 76. RGB value is (255,79,118). Sum of RGB (Red+Green+Blue) = 255+79+118=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4F76 is #00B089. Grayscale: #888888. Windows color (decimal): -45194 or 7753727. OLE color: 7753727.
HSL color Cylindrical-coordinate representation of color #FF4F76: hue angle of 346.7º 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 #FF4F76 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 118 | - |
| CMYK | 0 | 0.69 | 0.54 | 0 |
| HSL | 346.7º | 1% | 0.65% | - |
| HSV(B) | 346.7º | 0.69% | 1% | - |
| XYZ | 47.31 | 28.16 | 20.08 | - |
| YUV | 136.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 118 | 0 | 0.69 | 0.54 | 0 | 346.7 | 1 | 0.65 |
| Hex | FF | 4F | 76 | 0 | 45 | 36 | 0 | 15B | 64 | 41 |
| Octal | 377 | 117 | 166 | 0 | 105 | 66 | 0 | 533 | 144 | 101 |
| Binary | 11111111 | 1001111 | 1110110 | 0 | 1000101 | 110110 | 0 | 101011011 | 1100100 | 1000001 |
Color Harmonies of #FF4F76
Complementary color
Monochromatic Colors of #FF4F76
Black with #FF4F76
Text Example
Text Example
White with #FF4F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F76; }
p { color: rgb(255,79,118); }
H1.HeaderClassName
{
color: #FF4F76;
}
.AnyTagClassName
{
color: #FF4F76;
}
</style>
background-color css
<style>
a { background-color: #FF4F76; }
a { background-color: rgb(255,79,118); }
div.DivClassName
{
background-color: #FF4F76;
}
.BgClassName
{
background-color: #FF4F76;
}
</style>
border-color css
<style>
span { border-color: #FF4F76; }
span { border-color: rgb(255,79,118); }
td.TdClassName
{
border-color: #FF4F76;
}
.TagClassName
{
border-color: #FF4F76;
}
</style>