Shades of Wild Watermelon #F3505E
Tints of Wild Watermelon #F3505E
RGB
CMYK
RGB Variations
Color information
#F3505E (or 0xF3505E) is known color: Wild Watermelon. HEX triplet: F3, 50 and 5E. RGB value is (243,80,94). Sum of RGB (Red+Green+Blue) = 243+80+94=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F3505E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3505E is #0CAFA1. Grayscale: #828282. Windows color (decimal): -831394 or 6181107. OLE color: 6181107.
HSL color Cylindrical-coordinate representation of color #F3505E: hue angle of 354.85º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F3505E is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 94 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.05 |
| HSL | 354.85º | 0.87% | 0.63% | - |
| HSV(B) | 354.85º | 0.67% | 0.95% | - |
| XYZ | 41.85 | 25.6 | 13.33 | - |
| YUV | 130.33 | 107.5 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 94 | 0 | 0.67 | 0.61 | 0.05 | 354.85 | 0.87 | 0.63 |
| Hex | F3 | 50 | 5E | 0 | 43 | 3D | 5 | 163 | 57 | 3F |
| Octal | 363 | 120 | 136 | 0 | 103 | 75 | 5 | 543 | 127 | 77 |
| Binary | 11110011 | 1010000 | 1011110 | 0 | 1000011 | 111101 | 101 | 101100011 | 1010111 | 111111 |
Color Harmonies of #F3505E
Complementary color
Monochromatic Colors of #F3505E
Black with #F3505E
Text Example
Text Example
White with #F3505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3505E; }
p { color: rgb(243,80,94); }
H1.HeaderClassName
{
color: #F3505E;
}
.AnyTagClassName
{
color: #F3505E;
}
</style>
background-color css
<style>
a { background-color: #F3505E; }
a { background-color: rgb(243,80,94); }
div.DivClassName
{
background-color: #F3505E;
}
.BgClassName
{
background-color: #F3505E;
}
</style>
border-color css
<style>
span { border-color: #F3505E; }
span { border-color: rgb(243,80,94); }
td.TdClassName
{
border-color: #F3505E;
}
.TagClassName
{
border-color: #F3505E;
}
</style>