Shades of Wild Watermelon #F9535C
Tints of Wild Watermelon #F9535C
RGB
CMYK
RGB Variations
Color information
#F9535C (or 0xF9535C) is known color: Wild Watermelon. HEX triplet: F9, 53 and 5C. RGB value is (249,83,92). Sum of RGB (Red+Green+Blue) = 249+83+92=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F9535C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9535C is #06ACA3. Grayscale: #858585. Windows color (decimal): -437412 or 6050809. OLE color: 6050809.
HSL color Cylindrical-coordinate representation of color #F9535C: hue angle of 356.75º degrees, saturation: 0.93, 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 #F9535C is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 92 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.02 |
| HSL | 356.75º | 0.93% | 0.65% | - |
| HSV(B) | 356.75º | 0.67% | 0.98% | - |
| XYZ | 44.09 | 27.1 | 13.03 | - |
| YUV | 133.66 | 104.5 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 92 | 0 | 0.67 | 0.63 | 0.02 | 356.75 | 0.93 | 0.65 |
| Hex | F9 | 53 | 5C | 0 | 43 | 3F | 2 | 165 | 5D | 41 |
| Octal | 371 | 123 | 134 | 0 | 103 | 77 | 2 | 545 | 135 | 101 |
| Binary | 11111001 | 1010011 | 1011100 | 0 | 1000011 | 111111 | 10 | 101100101 | 1011101 | 1000001 |
Color Harmonies of #F9535C
Complementary color
Monochromatic Colors of #F9535C
Black with #F9535C
Text Example
Text Example
White with #F9535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9535C; }
p { color: rgb(249,83,92); }
H1.HeaderClassName
{
color: #F9535C;
}
.AnyTagClassName
{
color: #F9535C;
}
</style>
background-color css
<style>
a { background-color: #F9535C; }
a { background-color: rgb(249,83,92); }
div.DivClassName
{
background-color: #F9535C;
}
.BgClassName
{
background-color: #F9535C;
}
</style>
border-color css
<style>
span { border-color: #F9535C; }
span { border-color: rgb(249,83,92); }
td.TdClassName
{
border-color: #F9535C;
}
.TagClassName
{
border-color: #F9535C;
}
</style>