Shades of Wild Watermelon #FA4C6B
Tints of Wild Watermelon #FA4C6B
RGB
CMYK
RGB Variations
Color information
#FA4C6B (or 0xFA4C6B) is known color: Wild Watermelon. HEX triplet: FA, 4C and 6B. RGB value is (250,76,107). Sum of RGB (Red+Green+Blue) = 250+76+107=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4C6B is #05B394. Grayscale: #838383. Windows color (decimal): -373653 or 7032058. OLE color: 7032058.
HSL color Cylindrical-coordinate representation of color #FA4C6B: hue angle of 349.31º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4C6B is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 107 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.02 |
| HSL | 349.31º | 0.95% | 0.64% | - |
| HSV(B) | 349.31º | 0.7% | 0.98% | - |
| XYZ | 44.66 | 26.55 | 16.68 | - |
| YUV | 131.56 | 114.15 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 107 | 0 | 0.70 | 0.57 | 0.02 | 349.31 | 0.95 | 0.64 |
| Hex | FA | 4C | 6B | 0 | 46 | 39 | 2 | 15D | 5F | 40 |
| Octal | 372 | 114 | 153 | 0 | 106 | 71 | 2 | 535 | 137 | 100 |
| Binary | 11111010 | 1001100 | 1101011 | 0 | 1000110 | 111001 | 10 | 101011101 | 1011111 | 1000000 |
Color Harmonies of #FA4C6B
Complementary color
Monochromatic Colors of #FA4C6B
Black with #FA4C6B
Text Example
Text Example
White with #FA4C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4C6B; }
p { color: rgb(250,76,107); }
H1.HeaderClassName
{
color: #FA4C6B;
}
.AnyTagClassName
{
color: #FA4C6B;
}
</style>
background-color css
<style>
a { background-color: #FA4C6B; }
a { background-color: rgb(250,76,107); }
div.DivClassName
{
background-color: #FA4C6B;
}
.BgClassName
{
background-color: #FA4C6B;
}
</style>
border-color css
<style>
span { border-color: #FA4C6B; }
span { border-color: rgb(250,76,107); }
td.TdClassName
{
border-color: #FA4C6B;
}
.TagClassName
{
border-color: #FA4C6B;
}
</style>