Shades of Wild Watermelon #FA505F
Tints of Wild Watermelon #FA505F
RGB
CMYK
RGB Variations
Color information
#FA505F (or 0xFA505F) is known color: Wild Watermelon. HEX triplet: FA, 50 and 5F. RGB value is (250,80,95). Sum of RGB (Red+Green+Blue) = 250+80+95=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA505F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA505F is #05AFA0. Grayscale: #848484. Windows color (decimal): -372641 or 6246650. OLE color: 6246650.
HSL color Cylindrical-coordinate representation of color #FA505F: hue angle of 354.71º 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 #FA505F is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 95 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.02 |
| HSL | 354.71º | 0.94% | 0.65% | - |
| HSV(B) | 354.71º | 0.68% | 0.98% | - |
| XYZ | 44.36 | 26.89 | 13.68 | - |
| YUV | 132.54 | 106.82 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 95 | 0 | 0.68 | 0.62 | 0.02 | 354.71 | 0.94 | 0.65 |
| Hex | FA | 50 | 5F | 0 | 44 | 3E | 2 | 163 | 5E | 41 |
| Octal | 372 | 120 | 137 | 0 | 104 | 76 | 2 | 543 | 136 | 101 |
| Binary | 11111010 | 1010000 | 1011111 | 0 | 1000100 | 111110 | 10 | 101100011 | 1011110 | 1000001 |
Color Harmonies of #FA505F
Complementary color
Monochromatic Colors of #FA505F
Black with #FA505F
Text Example
Text Example
White with #FA505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA505F; }
p { color: rgb(250,80,95); }
H1.HeaderClassName
{
color: #FA505F;
}
.AnyTagClassName
{
color: #FA505F;
}
</style>
background-color css
<style>
a { background-color: #FA505F; }
a { background-color: rgb(250,80,95); }
div.DivClassName
{
background-color: #FA505F;
}
.BgClassName
{
background-color: #FA505F;
}
</style>
border-color css
<style>
span { border-color: #FA505F; }
span { border-color: rgb(250,80,95); }
td.TdClassName
{
border-color: #FA505F;
}
.TagClassName
{
border-color: #FA505F;
}
</style>