Shades of Wild Watermelon #F65A6A
Tints of Wild Watermelon #F65A6A
RGB
CMYK
RGB Variations
Color information
#F65A6A (or 0xF65A6A) is known color: Wild Watermelon. HEX triplet: F6, 5A and 6A. RGB value is (246,90,106). Sum of RGB (Red+Green+Blue) = 246+90+106=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65A6A is #09A595. Grayscale: #8A8A8A. Windows color (decimal): -632214 or 6970102. OLE color: 6970102.
HSL color Cylindrical-coordinate representation of color #F65A6A: hue angle of 353.85º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65A6A is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 106 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.04 |
| HSL | 353.85º | 0.9% | 0.66% | - |
| HSV(B) | 353.85º | 0.63% | 0.96% | - |
| XYZ | 44.26 | 27.95 | 16.7 | - |
| YUV | 138.47 | 109.68 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 106 | 0 | 0.63 | 0.57 | 0.04 | 353.85 | 0.9 | 0.66 |
| Hex | F6 | 5A | 6A | 0 | 3F | 39 | 4 | 162 | 5A | 42 |
| Octal | 366 | 132 | 152 | 0 | 77 | 71 | 4 | 542 | 132 | 102 |
| Binary | 11110110 | 1011010 | 1101010 | 0 | 111111 | 111001 | 100 | 101100010 | 1011010 | 1000010 |
Color Harmonies of #F65A6A
Complementary color
Monochromatic Colors of #F65A6A
Black with #F65A6A
Text Example
Text Example
White with #F65A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65A6A; }
p { color: rgb(246,90,106); }
H1.HeaderClassName
{
color: #F65A6A;
}
.AnyTagClassName
{
color: #F65A6A;
}
</style>
background-color css
<style>
a { background-color: #F65A6A; }
a { background-color: rgb(246,90,106); }
div.DivClassName
{
background-color: #F65A6A;
}
.BgClassName
{
background-color: #F65A6A;
}
</style>
border-color css
<style>
span { border-color: #F65A6A; }
span { border-color: rgb(246,90,106); }
td.TdClassName
{
border-color: #F65A6A;
}
.TagClassName
{
border-color: #F65A6A;
}
</style>