Shades of Wild Watermelon #F36472
Tints of Wild Watermelon #F36472
RGB
CMYK
RGB Variations
Color information
#F36472 (or 0xF36472) is known color: Wild Watermelon. HEX triplet: F3, 64 and 72. RGB value is (243,100,114). Sum of RGB (Red+Green+Blue) = 243+100+114=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F36472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36472 is #0C9B8D. Grayscale: #909090. Windows color (decimal): -826254 or 7496947. OLE color: 7496947.
HSL color Cylindrical-coordinate representation of color #F36472: hue angle of 354.13º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F36472 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 114 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.05 |
| HSL | 354.13º | 0.86% | 0.67% | - |
| HSV(B) | 354.13º | 0.59% | 0.95% | - |
| XYZ | 44.56 | 29.38 | 19.24 | - |
| YUV | 144.35 | 110.88 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 114 | 0 | 0.59 | 0.53 | 0.05 | 354.13 | 0.86 | 0.67 |
| Hex | F3 | 64 | 72 | 0 | 3B | 35 | 5 | 162 | 56 | 43 |
| Octal | 363 | 144 | 162 | 0 | 73 | 65 | 5 | 542 | 126 | 103 |
| Binary | 11110011 | 1100100 | 1110010 | 0 | 111011 | 110101 | 101 | 101100010 | 1010110 | 1000011 |
Color Harmonies of #F36472
Complementary color
Monochromatic Colors of #F36472
Black with #F36472
Text Example
Text Example
White with #F36472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36472; }
p { color: rgb(243,100,114); }
H1.HeaderClassName
{
color: #F36472;
}
.AnyTagClassName
{
color: #F36472;
}
</style>
background-color css
<style>
a { background-color: #F36472; }
a { background-color: rgb(243,100,114); }
div.DivClassName
{
background-color: #F36472;
}
.BgClassName
{
background-color: #F36472;
}
</style>
border-color css
<style>
span { border-color: #F36472; }
span { border-color: rgb(243,100,114); }
td.TdClassName
{
border-color: #F36472;
}
.TagClassName
{
border-color: #F36472;
}
</style>