Shades of Wild Watermelon #FA4D6C
Tints of Wild Watermelon #FA4D6C
RGB
CMYK
RGB Variations
Color information
#FA4D6C (or 0xFA4D6C) is known color: Wild Watermelon. HEX triplet: FA, 4D and 6C. RGB value is (250,77,108). Sum of RGB (Red+Green+Blue) = 250+77+108=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D6C is #05B293. Grayscale: #848484. Windows color (decimal): -373396 or 7097850. OLE color: 7097850.
HSL color Cylindrical-coordinate representation of color #FA4D6C: hue angle of 349.25º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4D6C is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 108 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.02 |
| HSL | 349.25º | 0.95% | 0.64% | - |
| HSV(B) | 349.25º | 0.69% | 0.98% | - |
| XYZ | 44.79 | 26.71 | 16.98 | - |
| YUV | 132.26 | 114.31 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 108 | 0 | 0.69 | 0.57 | 0.02 | 349.25 | 0.95 | 0.64 |
| Hex | FA | 4D | 6C | 0 | 45 | 39 | 2 | 15D | 5F | 40 |
| Octal | 372 | 115 | 154 | 0 | 105 | 71 | 2 | 535 | 137 | 100 |
| Binary | 11111010 | 1001101 | 1101100 | 0 | 1000101 | 111001 | 10 | 101011101 | 1011111 | 1000000 |
Color Harmonies of #FA4D6C
Complementary color
Monochromatic Colors of #FA4D6C
Black with #FA4D6C
Text Example
Text Example
White with #FA4D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D6C; }
p { color: rgb(250,77,108); }
H1.HeaderClassName
{
color: #FA4D6C;
}
.AnyTagClassName
{
color: #FA4D6C;
}
</style>
background-color css
<style>
a { background-color: #FA4D6C; }
a { background-color: rgb(250,77,108); }
div.DivClassName
{
background-color: #FA4D6C;
}
.BgClassName
{
background-color: #FA4D6C;
}
</style>
border-color css
<style>
span { border-color: #FA4D6C; }
span { border-color: rgb(250,77,108); }
td.TdClassName
{
border-color: #FA4D6C;
}
.TagClassName
{
border-color: #FA4D6C;
}
</style>