Shades of Wild Watermelon #F24C69
Tints of Wild Watermelon #F24C69
RGB
CMYK
RGB Variations
Color information
#F24C69 (or 0xF24C69) is known color: Wild Watermelon. HEX triplet: F2, 4C and 69. RGB value is (242,76,105). Sum of RGB (Red+Green+Blue) = 242+76+105=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C69 is #0DB396. Grayscale: #808080. Windows color (decimal): -897943 or 6900978. OLE color: 6900978.
HSL color Cylindrical-coordinate representation of color #F24C69: hue angle of 349.52º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24C69 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 105 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.05 |
| HSL | 349.52º | 0.86% | 0.62% | - |
| HSV(B) | 349.52º | 0.69% | 0.95% | - |
| XYZ | 41.75 | 25.07 | 16 | - |
| YUV | 128.94 | 114.5 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 105 | 0 | 0.69 | 0.57 | 0.05 | 349.52 | 0.86 | 0.62 |
| Hex | F2 | 4C | 69 | 0 | 45 | 39 | 5 | 15E | 56 | 3E |
| Octal | 362 | 114 | 151 | 0 | 105 | 71 | 5 | 536 | 126 | 76 |
| Binary | 11110010 | 1001100 | 1101001 | 0 | 1000101 | 111001 | 101 | 101011110 | 1010110 | 111110 |
Color Harmonies of #F24C69
Complementary color
Monochromatic Colors of #F24C69
Black with #F24C69
Text Example
Text Example
White with #F24C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24C69; }
p { color: rgb(242,76,105); }
H1.HeaderClassName
{
color: #F24C69;
}
.AnyTagClassName
{
color: #F24C69;
}
</style>
background-color css
<style>
a { background-color: #F24C69; }
a { background-color: rgb(242,76,105); }
div.DivClassName
{
background-color: #F24C69;
}
.BgClassName
{
background-color: #F24C69;
}
</style>
border-color css
<style>
span { border-color: #F24C69; }
span { border-color: rgb(242,76,105); }
td.TdClassName
{
border-color: #F24C69;
}
.TagClassName
{
border-color: #F24C69;
}
</style>