Shades of Wild Watermelon #FA5D6B
Tints of Wild Watermelon #FA5D6B
RGB
CMYK
RGB Variations
Color information
#FA5D6B (or 0xFA5D6B) is known color: Wild Watermelon. HEX triplet: FA, 5D and 6B. RGB value is (250,93,107). Sum of RGB (Red+Green+Blue) = 250+93+107=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5D6B is #05A294. Grayscale: #8D8D8D. Windows color (decimal): -369301 or 7036410. OLE color: 7036410.
HSL color Cylindrical-coordinate representation of color #FA5D6B: hue angle of 354.65º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5D6B is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 107 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.02 |
| HSL | 354.65º | 0.94% | 0.67% | - |
| HSV(B) | 354.65º | 0.63% | 0.98% | - |
| XYZ | 45.99 | 29.21 | 17.12 | - |
| YUV | 141.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 107 | 0 | 0.63 | 0.57 | 0.02 | 354.65 | 0.94 | 0.67 |
| Hex | FA | 5D | 6B | 0 | 3F | 39 | 2 | 163 | 5E | 43 |
| Octal | 372 | 135 | 153 | 0 | 77 | 71 | 2 | 543 | 136 | 103 |
| Binary | 11111010 | 1011101 | 1101011 | 0 | 111111 | 111001 | 10 | 101100011 | 1011110 | 1000011 |
Color Harmonies of #FA5D6B
Complementary color
Monochromatic Colors of #FA5D6B
Black with #FA5D6B
Text Example
Text Example
White with #FA5D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5D6B; }
p { color: rgb(250,93,107); }
H1.HeaderClassName
{
color: #FA5D6B;
}
.AnyTagClassName
{
color: #FA5D6B;
}
</style>
background-color css
<style>
a { background-color: #FA5D6B; }
a { background-color: rgb(250,93,107); }
div.DivClassName
{
background-color: #FA5D6B;
}
.BgClassName
{
background-color: #FA5D6B;
}
</style>
border-color css
<style>
span { border-color: #FA5D6B; }
span { border-color: rgb(250,93,107); }
td.TdClassName
{
border-color: #FA5D6B;
}
.TagClassName
{
border-color: #FA5D6B;
}
</style>