Shades of Wild Watermelon #FA5C7B
Tints of Wild Watermelon #FA5C7B
RGB
CMYK
RGB Variations
Color information
#FA5C7B (or 0xFA5C7B) is known color: Wild Watermelon. HEX triplet: FA, 5C and 7B. RGB value is (250,92,123). Sum of RGB (Red+Green+Blue) = 250+92+123=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5C7B is #05A384. Grayscale: #8E8E8E. Windows color (decimal): -369541 or 8084730. OLE color: 8084730.
HSL color Cylindrical-coordinate representation of color #FA5C7B: hue angle of 348.23º 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 #FA5C7B is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 123 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.02 |
| HSL | 348.23º | 0.94% | 0.67% | - |
| HSV(B) | 348.23º | 0.63% | 0.98% | - |
| XYZ | 46.83 | 29.41 | 21.95 | - |
| YUV | 142.78 | 116.85 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 123 | 0 | 0.63 | 0.51 | 0.02 | 348.23 | 0.94 | 0.67 |
| Hex | FA | 5C | 7B | 0 | 3F | 33 | 2 | 15C | 5E | 43 |
| Octal | 372 | 134 | 173 | 0 | 77 | 63 | 2 | 534 | 136 | 103 |
| Binary | 11111010 | 1011100 | 1111011 | 0 | 111111 | 110011 | 10 | 101011100 | 1011110 | 1000011 |
Color Harmonies of #FA5C7B
Complementary color
Monochromatic Colors of #FA5C7B
Black with #FA5C7B
Text Example
Text Example
White with #FA5C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5C7B; }
p { color: rgb(250,92,123); }
H1.HeaderClassName
{
color: #FA5C7B;
}
.AnyTagClassName
{
color: #FA5C7B;
}
</style>
background-color css
<style>
a { background-color: #FA5C7B; }
a { background-color: rgb(250,92,123); }
div.DivClassName
{
background-color: #FA5C7B;
}
.BgClassName
{
background-color: #FA5C7B;
}
</style>
border-color css
<style>
span { border-color: #FA5C7B; }
span { border-color: rgb(250,92,123); }
td.TdClassName
{
border-color: #FA5C7B;
}
.TagClassName
{
border-color: #FA5C7B;
}
</style>