Shades of Wild Watermelon #F4506B
Tints of Wild Watermelon #F4506B
RGB
CMYK
RGB Variations
Color information
#F4506B (or 0xF4506B) is known color: Wild Watermelon. HEX triplet: F4, 50 and 6B. RGB value is (244,80,107). Sum of RGB (Red+Green+Blue) = 244+80+107=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F4506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4506B is #0BAF94. Grayscale: #848484. Windows color (decimal): -765845 or 7033076. OLE color: 7033076.
HSL color Cylindrical-coordinate representation of color #F4506B: hue angle of 350.12º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F4506B is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 107 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.04 |
| HSL | 350.12º | 0.88% | 0.64% | - |
| HSV(B) | 350.12º | 0.67% | 0.96% | - |
| XYZ | 42.83 | 26.03 | 16.68 | - |
| YUV | 132.11 | 113.83 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 107 | 0 | 0.67 | 0.56 | 0.04 | 350.12 | 0.88 | 0.64 |
| Hex | F4 | 50 | 6B | 0 | 43 | 38 | 4 | 15E | 58 | 40 |
| Octal | 364 | 120 | 153 | 0 | 103 | 70 | 4 | 536 | 130 | 100 |
| Binary | 11110100 | 1010000 | 1101011 | 0 | 1000011 | 111000 | 100 | 101011110 | 1011000 | 1000000 |
Color Harmonies of #F4506B
Complementary color
Monochromatic Colors of #F4506B
Black with #F4506B
Text Example
Text Example
White with #F4506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4506B; }
p { color: rgb(244,80,107); }
H1.HeaderClassName
{
color: #F4506B;
}
.AnyTagClassName
{
color: #F4506B;
}
</style>
background-color css
<style>
a { background-color: #F4506B; }
a { background-color: rgb(244,80,107); }
div.DivClassName
{
background-color: #F4506B;
}
.BgClassName
{
background-color: #F4506B;
}
</style>
border-color css
<style>
span { border-color: #F4506B; }
span { border-color: rgb(244,80,107); }
td.TdClassName
{
border-color: #F4506B;
}
.TagClassName
{
border-color: #F4506B;
}
</style>