Shades of Wild Watermelon #FA535F
Tints of Wild Watermelon #FA535F
RGB
CMYK
RGB Variations
Color information
#FA535F (or 0xFA535F) is known color: Wild Watermelon. HEX triplet: FA, 53 and 5F. RGB value is (250,83,95). Sum of RGB (Red+Green+Blue) = 250+83+95=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA535F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA535F is #05ACA0. Grayscale: #868686. Windows color (decimal): -371873 or 6247418. OLE color: 6247418.
HSL color Cylindrical-coordinate representation of color #FA535F: hue angle of 355.69º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA535F is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 95 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.02 |
| HSL | 355.69º | 0.94% | 0.65% | - |
| HSV(B) | 355.69º | 0.67% | 0.98% | - |
| XYZ | 44.58 | 27.34 | 13.75 | - |
| YUV | 134.3 | 105.83 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 95 | 0 | 0.67 | 0.62 | 0.02 | 355.69 | 0.94 | 0.65 |
| Hex | FA | 53 | 5F | 0 | 43 | 3E | 2 | 164 | 5E | 41 |
| Octal | 372 | 123 | 137 | 0 | 103 | 76 | 2 | 544 | 136 | 101 |
| Binary | 11111010 | 1010011 | 1011111 | 0 | 1000011 | 111110 | 10 | 101100100 | 1011110 | 1000001 |
Color Harmonies of #FA535F
Complementary color
Monochromatic Colors of #FA535F
Black with #FA535F
Text Example
Text Example
White with #FA535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA535F; }
p { color: rgb(250,83,95); }
H1.HeaderClassName
{
color: #FA535F;
}
.AnyTagClassName
{
color: #FA535F;
}
</style>
background-color css
<style>
a { background-color: #FA535F; }
a { background-color: rgb(250,83,95); }
div.DivClassName
{
background-color: #FA535F;
}
.BgClassName
{
background-color: #FA535F;
}
</style>
border-color css
<style>
span { border-color: #FA535F; }
span { border-color: rgb(250,83,95); }
td.TdClassName
{
border-color: #FA535F;
}
.TagClassName
{
border-color: #FA535F;
}
</style>