Shades of Wild Watermelon #FD4373
Tints of Wild Watermelon #FD4373
RGB
CMYK
RGB Variations
Color information
#FD4373 (or 0xFD4373) is known color: Wild Watermelon. HEX triplet: FD, 43 and 73. RGB value is (253,67,115). Sum of RGB (Red+Green+Blue) = 253+67+115=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4373 is #02BC8C. Grayscale: #808080. Windows color (decimal): -179341 or 7554045. OLE color: 7554045.
HSL color Cylindrical-coordinate representation of color #FD4373: hue angle of 344.52º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD4373 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 67 | 115 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.01 |
| HSL | 344.52º | 0.98% | 0.63% | - |
| HSV(B) | 344.52º | 0.74% | 0.99% | - |
| XYZ | 45.61 | 26.13 | 18.86 | - |
| YUV | 128.09 | 120.62 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 67 | 115 | 0 | 0.74 | 0.55 | 0.01 | 344.52 | 0.98 | 0.63 |
| Hex | FD | 43 | 73 | 0 | 4A | 37 | 1 | 159 | 62 | 3F |
| Octal | 375 | 103 | 163 | 0 | 112 | 67 | 1 | 531 | 142 | 77 |
| Binary | 11111101 | 1000011 | 1110011 | 0 | 1001010 | 110111 | 1 | 101011001 | 1100010 | 111111 |
Color Harmonies of #FD4373
Complementary color
Monochromatic Colors of #FD4373
Black with #FD4373
Text Example
Text Example
White with #FD4373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4373; }
p { color: rgb(253,67,115); }
H1.HeaderClassName
{
color: #FD4373;
}
.AnyTagClassName
{
color: #FD4373;
}
</style>
background-color css
<style>
a { background-color: #FD4373; }
a { background-color: rgb(253,67,115); }
div.DivClassName
{
background-color: #FD4373;
}
.BgClassName
{
background-color: #FD4373;
}
</style>
border-color css
<style>
span { border-color: #FD4373; }
span { border-color: rgb(253,67,115); }
td.TdClassName
{
border-color: #FD4373;
}
.TagClassName
{
border-color: #FD4373;
}
</style>