Shades of Wild Watermelon #F3526B
Tints of Wild Watermelon #F3526B
RGB
CMYK
RGB Variations
Color information
#F3526B (or 0xF3526B) is known color: Wild Watermelon. HEX triplet: F3, 52 and 6B. RGB value is (243,82,107). Sum of RGB (Red+Green+Blue) = 243+82+107=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F3526B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3526B is #0CAD94. Grayscale: #858585. Windows color (decimal): -830869 or 7033587. OLE color: 7033587.
HSL color Cylindrical-coordinate representation of color #F3526B: hue angle of 350.68º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F3526B is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 107 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.05 |
| HSL | 350.68º | 0.87% | 0.64% | - |
| HSV(B) | 350.68º | 0.66% | 0.95% | - |
| XYZ | 42.63 | 26.15 | 16.71 | - |
| YUV | 132.99 | 113.34 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 107 | 0 | 0.66 | 0.56 | 0.05 | 350.68 | 0.87 | 0.64 |
| Hex | F3 | 52 | 6B | 0 | 42 | 38 | 5 | 15F | 57 | 40 |
| Octal | 363 | 122 | 153 | 0 | 102 | 70 | 5 | 537 | 127 | 100 |
| Binary | 11110011 | 1010010 | 1101011 | 0 | 1000010 | 111000 | 101 | 101011111 | 1010111 | 1000000 |
Color Harmonies of #F3526B
Complementary color
Monochromatic Colors of #F3526B
Black with #F3526B
Text Example
Text Example
White with #F3526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3526B; }
p { color: rgb(243,82,107); }
H1.HeaderClassName
{
color: #F3526B;
}
.AnyTagClassName
{
color: #F3526B;
}
</style>
background-color css
<style>
a { background-color: #F3526B; }
a { background-color: rgb(243,82,107); }
div.DivClassName
{
background-color: #F3526B;
}
.BgClassName
{
background-color: #F3526B;
}
</style>
border-color css
<style>
span { border-color: #F3526B; }
span { border-color: rgb(243,82,107); }
td.TdClassName
{
border-color: #F3526B;
}
.TagClassName
{
border-color: #F3526B;
}
</style>