Shades of Wild Watermelon #FA6572
Tints of Wild Watermelon #FA6572
RGB
CMYK
RGB Variations
Color information
#FA6572 (or 0xFA6572) is known color: Wild Watermelon. HEX triplet: FA, 65 and 72. RGB value is (250,101,114). Sum of RGB (Red+Green+Blue) = 250+101+114=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6572 is #059A8D. Grayscale: #939393. Windows color (decimal): -367246 or 7497210. OLE color: 7497210.
HSL color Cylindrical-coordinate representation of color #FA6572: hue angle of 354.77º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6572 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 114 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.02 |
| HSL | 354.77º | 0.94% | 0.69% | - |
| HSV(B) | 354.77º | 0.6% | 0.98% | - |
| XYZ | 47.12 | 30.85 | 19.39 | - |
| YUV | 147.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 114 | 0 | 0.60 | 0.54 | 0.02 | 354.77 | 0.94 | 0.69 |
| Hex | FA | 65 | 72 | 0 | 3C | 36 | 2 | 163 | 5E | 45 |
| Octal | 372 | 145 | 162 | 0 | 74 | 66 | 2 | 543 | 136 | 105 |
| Binary | 11111010 | 1100101 | 1110010 | 0 | 111100 | 110110 | 10 | 101100011 | 1011110 | 1000101 |
Color Harmonies of #FA6572
Complementary color
Monochromatic Colors of #FA6572
Black with #FA6572
Text Example
Text Example
White with #FA6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6572; }
p { color: rgb(250,101,114); }
H1.HeaderClassName
{
color: #FA6572;
}
.AnyTagClassName
{
color: #FA6572;
}
</style>
background-color css
<style>
a { background-color: #FA6572; }
a { background-color: rgb(250,101,114); }
div.DivClassName
{
background-color: #FA6572;
}
.BgClassName
{
background-color: #FA6572;
}
</style>
border-color css
<style>
span { border-color: #FA6572; }
span { border-color: rgb(250,101,114); }
td.TdClassName
{
border-color: #FA6572;
}
.TagClassName
{
border-color: #FA6572;
}
</style>