Shades of Wild Watermelon #FF6976
Tints of Wild Watermelon #FF6976
RGB
CMYK
RGB Variations
Color information
#FF6976 (or 0xFF6976) is known color: Wild Watermelon. HEX triplet: FF, 69 and 76. RGB value is (255,105,118). Sum of RGB (Red+Green+Blue) = 255+105+118=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6976 is #009689. Grayscale: #979797. Windows color (decimal): -38538 or 7760383. OLE color: 7760383.
HSL color Cylindrical-coordinate representation of color #FF6976: hue angle of 354.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6976 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 118 | - |
| CMYK | 0 | 0.59 | 0.54 | 0 |
| HSL | 354.8º | 1% | 0.71% | - |
| HSV(B) | 354.8º | 0.59% | 1% | - |
| XYZ | 49.56 | 32.67 | 20.83 | - |
| YUV | 151.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 118 | 0 | 0.59 | 0.54 | 0 | 354.8 | 1 | 0.71 |
| Hex | FF | 69 | 76 | 0 | 3B | 36 | 0 | 163 | 64 | 47 |
| Octal | 377 | 151 | 166 | 0 | 73 | 66 | 0 | 543 | 144 | 107 |
| Binary | 11111111 | 1101001 | 1110110 | 0 | 111011 | 110110 | 0 | 101100011 | 1100100 | 1000111 |
Color Harmonies of #FF6976
Complementary color
Monochromatic Colors of #FF6976
Black with #FF6976
Text Example
Text Example
White with #FF6976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6976; }
p { color: rgb(255,105,118); }
H1.HeaderClassName
{
color: #FF6976;
}
.AnyTagClassName
{
color: #FF6976;
}
</style>
background-color css
<style>
a { background-color: #FF6976; }
a { background-color: rgb(255,105,118); }
div.DivClassName
{
background-color: #FF6976;
}
.BgClassName
{
background-color: #FF6976;
}
</style>
border-color css
<style>
span { border-color: #FF6976; }
span { border-color: rgb(255,105,118); }
td.TdClassName
{
border-color: #FF6976;
}
.TagClassName
{
border-color: #FF6976;
}
</style>