Shades of Wild Watermelon #F4525C
Tints of Wild Watermelon #F4525C
RGB
CMYK
RGB Variations
Color information
#F4525C (or 0xF4525C) is known color: Wild Watermelon. HEX triplet: F4, 52 and 5C. RGB value is (244,82,92). Sum of RGB (Red+Green+Blue) = 244+82+92=418 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.37% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 244 - color contains mainly: red. Hex color #F4525C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4525C is #0BADA3. Grayscale: #838383. Windows color (decimal): -765348 or 6050548. OLE color: 6050548.
HSL color Cylindrical-coordinate representation of color #F4525C: hue angle of 356.3º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4525C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 92 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.04 |
| HSL | 356.3º | 0.88% | 0.64% | - |
| HSV(B) | 356.3º | 0.66% | 0.96% | - |
| XYZ | 42.26 | 26.04 | 12.92 | - |
| YUV | 131.58 | 105.67 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 92 | 0 | 0.66 | 0.62 | 0.04 | 356.3 | 0.88 | 0.64 |
| Hex | F4 | 52 | 5C | 0 | 42 | 3E | 4 | 164 | 58 | 40 |
| Octal | 364 | 122 | 134 | 0 | 102 | 76 | 4 | 544 | 130 | 100 |
| Binary | 11110100 | 1010010 | 1011100 | 0 | 1000010 | 111110 | 100 | 101100100 | 1011000 | 1000000 |
Color Harmonies of #F4525C
Complementary color
Monochromatic Colors of #F4525C
Black with #F4525C
Text Example
Text Example
White with #F4525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4525C; }
p { color: rgb(244,82,92); }
H1.HeaderClassName
{
color: #F4525C;
}
.AnyTagClassName
{
color: #F4525C;
}
</style>
background-color css
<style>
a { background-color: #F4525C; }
a { background-color: rgb(244,82,92); }
div.DivClassName
{
background-color: #F4525C;
}
.BgClassName
{
background-color: #F4525C;
}
</style>
border-color css
<style>
span { border-color: #F4525C; }
span { border-color: rgb(244,82,92); }
td.TdClassName
{
border-color: #F4525C;
}
.TagClassName
{
border-color: #F4525C;
}
</style>