Shades of Wild Watermelon #FA5E6F
Tints of Wild Watermelon #FA5E6F
RGB
CMYK
RGB Variations
Color information
#FA5E6F (or 0xFA5E6F) is known color: Wild Watermelon. HEX triplet: FA, 5E and 6F. RGB value is (250,94,111). Sum of RGB (Red+Green+Blue) = 250+94+111=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E6F is #05A190. Grayscale: #8E8E8E. Windows color (decimal): -369041 or 7298810. OLE color: 7298810.
HSL color Cylindrical-coordinate representation of color #FA5E6F: hue angle of 353.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5E6F is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 111 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.02 |
| HSL | 353.46º | 0.94% | 0.67% | - |
| HSV(B) | 353.46º | 0.62% | 0.98% | - |
| XYZ | 46.3 | 29.48 | 18.29 | - |
| YUV | 142.58 | 110.18 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 111 | 0 | 0.62 | 0.56 | 0.02 | 353.46 | 0.94 | 0.67 |
| Hex | FA | 5E | 6F | 0 | 3E | 38 | 2 | 161 | 5E | 43 |
| Octal | 372 | 136 | 157 | 0 | 76 | 70 | 2 | 541 | 136 | 103 |
| Binary | 11111010 | 1011110 | 1101111 | 0 | 111110 | 111000 | 10 | 101100001 | 1011110 | 1000011 |
Color Harmonies of #FA5E6F
Complementary color
Monochromatic Colors of #FA5E6F
Black with #FA5E6F
Text Example
Text Example
White with #FA5E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E6F; }
p { color: rgb(250,94,111); }
H1.HeaderClassName
{
color: #FA5E6F;
}
.AnyTagClassName
{
color: #FA5E6F;
}
</style>
background-color css
<style>
a { background-color: #FA5E6F; }
a { background-color: rgb(250,94,111); }
div.DivClassName
{
background-color: #FA5E6F;
}
.BgClassName
{
background-color: #FA5E6F;
}
</style>
border-color css
<style>
span { border-color: #FA5E6F; }
span { border-color: rgb(250,94,111); }
td.TdClassName
{
border-color: #FA5E6F;
}
.TagClassName
{
border-color: #FA5E6F;
}
</style>