Shades of Wild Watermelon #FB4572
Tints of Wild Watermelon #FB4572
RGB
CMYK
RGB Variations
Color information
#FB4572 (or 0xFB4572) is known color: Wild Watermelon. HEX triplet: FB, 45 and 72. RGB value is (251,69,114). Sum of RGB (Red+Green+Blue) = 251+69+114=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4572 is #04BA8D. Grayscale: #808080. Windows color (decimal): -309902 or 7489019. OLE color: 7489019.
HSL color Cylindrical-coordinate representation of color #FB4572: hue angle of 345.16º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4572 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 114 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.02 |
| HSL | 345.16º | 0.96% | 0.63% | - |
| HSV(B) | 345.16º | 0.73% | 0.98% | - |
| XYZ | 44.95 | 25.98 | 18.57 | - |
| YUV | 128.55 | 119.8 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 114 | 0 | 0.73 | 0.55 | 0.02 | 345.16 | 0.96 | 0.63 |
| Hex | FB | 45 | 72 | 0 | 49 | 37 | 2 | 159 | 60 | 3F |
| Octal | 373 | 105 | 162 | 0 | 111 | 67 | 2 | 531 | 140 | 77 |
| Binary | 11111011 | 1000101 | 1110010 | 0 | 1001001 | 110111 | 10 | 101011001 | 1100000 | 111111 |
Color Harmonies of #FB4572
Complementary color
Monochromatic Colors of #FB4572
Black with #FB4572
Text Example
Text Example
White with #FB4572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4572; }
p { color: rgb(251,69,114); }
H1.HeaderClassName
{
color: #FB4572;
}
.AnyTagClassName
{
color: #FB4572;
}
</style>
background-color css
<style>
a { background-color: #FB4572; }
a { background-color: rgb(251,69,114); }
div.DivClassName
{
background-color: #FB4572;
}
.BgClassName
{
background-color: #FB4572;
}
</style>
border-color css
<style>
span { border-color: #FB4572; }
span { border-color: rgb(251,69,114); }
td.TdClassName
{
border-color: #FB4572;
}
.TagClassName
{
border-color: #FB4572;
}
</style>