Shades of Wild Watermelon #FA556B
Tints of Wild Watermelon #FA556B
RGB
CMYK
RGB Variations
Color information
#FA556B (or 0xFA556B) is known color: Wild Watermelon. HEX triplet: FA, 55 and 6B. RGB value is (250,85,107). Sum of RGB (Red+Green+Blue) = 250+85+107=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA556B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA556B is #05AA94. Grayscale: #888888. Windows color (decimal): -371349 or 7034362. OLE color: 7034362.
HSL color Cylindrical-coordinate representation of color #FA556B: hue angle of 352º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA556B is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 107 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.02 |
| HSL | 352º | 0.94% | 0.66% | - |
| HSV(B) | 352º | 0.66% | 0.98% | - |
| XYZ | 45.33 | 27.88 | 16.9 | - |
| YUV | 136.84 | 111.16 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 107 | 0 | 0.66 | 0.57 | 0.02 | 352 | 0.94 | 0.66 |
| Hex | FA | 55 | 6B | 0 | 42 | 39 | 2 | 160 | 5E | 42 |
| Octal | 372 | 125 | 153 | 0 | 102 | 71 | 2 | 540 | 136 | 102 |
| Binary | 11111010 | 1010101 | 1101011 | 0 | 1000010 | 111001 | 10 | 101100000 | 1011110 | 1000010 |
Color Harmonies of #FA556B
Complementary color
Monochromatic Colors of #FA556B
Black with #FA556B
Text Example
Text Example
White with #FA556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA556B; }
p { color: rgb(250,85,107); }
H1.HeaderClassName
{
color: #FA556B;
}
.AnyTagClassName
{
color: #FA556B;
}
</style>
background-color css
<style>
a { background-color: #FA556B; }
a { background-color: rgb(250,85,107); }
div.DivClassName
{
background-color: #FA556B;
}
.BgClassName
{
background-color: #FA556B;
}
</style>
border-color css
<style>
span { border-color: #FA556B; }
span { border-color: rgb(250,85,107); }
td.TdClassName
{
border-color: #FA556B;
}
.TagClassName
{
border-color: #FA556B;
}
</style>