Shades of Wild Watermelon #FA507B
Tints of Wild Watermelon #FA507B
RGB
CMYK
RGB Variations
Color information
#FA507B (or 0xFA507B) is known color: Wild Watermelon. HEX triplet: FA, 50 and 7B. RGB value is (250,80,123). Sum of RGB (Red+Green+Blue) = 250+80+123=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA507B is #05AF84. Grayscale: #878787. Windows color (decimal): -372613 or 8081658. OLE color: 8081658.
HSL color Cylindrical-coordinate representation of color #FA507B: hue angle of 344.82º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA507B is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 123 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.02 |
| HSL | 344.82º | 0.94% | 0.65% | - |
| HSV(B) | 344.82º | 0.68% | 0.98% | - |
| XYZ | 45.87 | 27.49 | 21.63 | - |
| YUV | 135.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 123 | 0 | 0.68 | 0.51 | 0.02 | 344.82 | 0.94 | 0.65 |
| Hex | FA | 50 | 7B | 0 | 44 | 33 | 2 | 159 | 5E | 41 |
| Octal | 372 | 120 | 173 | 0 | 104 | 63 | 2 | 531 | 136 | 101 |
| Binary | 11111010 | 1010000 | 1111011 | 0 | 1000100 | 110011 | 10 | 101011001 | 1011110 | 1000001 |
Color Harmonies of #FA507B
Complementary color
Monochromatic Colors of #FA507B
Black with #FA507B
Text Example
Text Example
White with #FA507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA507B; }
p { color: rgb(250,80,123); }
H1.HeaderClassName
{
color: #FA507B;
}
.AnyTagClassName
{
color: #FA507B;
}
</style>
background-color css
<style>
a { background-color: #FA507B; }
a { background-color: rgb(250,80,123); }
div.DivClassName
{
background-color: #FA507B;
}
.BgClassName
{
background-color: #FA507B;
}
</style>
border-color css
<style>
span { border-color: #FA507B; }
span { border-color: rgb(250,80,123); }
td.TdClassName
{
border-color: #FA507B;
}
.TagClassName
{
border-color: #FA507B;
}
</style>