Shades of Wild Watermelon #FF6A74
Tints of Wild Watermelon #FF6A74
RGB
CMYK
RGB Variations
Color information
#FF6A74 (or 0xFF6A74) is known color: Wild Watermelon. HEX triplet: FF, 6A and 74. RGB value is (255,106,116). Sum of RGB (Red+Green+Blue) = 255+106+116=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A74 is #00958B. Grayscale: #979797. Windows color (decimal): -38284 or 7629567. OLE color: 7629567.
HSL color Cylindrical-coordinate representation of color #FF6A74: hue angle of 355.97º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6A74 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 116 | - |
| CMYK | 0 | 0.58 | 0.55 | 0 |
| HSL | 355.97º | 1% | 0.71% | - |
| HSV(B) | 355.97º | 0.58% | 1% | - |
| XYZ | 49.55 | 32.83 | 20.25 | - |
| YUV | 151.69 | 107.86 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 116 | 0 | 0.58 | 0.55 | 0 | 355.97 | 1 | 0.71 |
| Hex | FF | 6A | 74 | 0 | 3A | 37 | 0 | 164 | 64 | 47 |
| Octal | 377 | 152 | 164 | 0 | 72 | 67 | 0 | 544 | 144 | 107 |
| Binary | 11111111 | 1101010 | 1110100 | 0 | 111010 | 110111 | 0 | 101100100 | 1100100 | 1000111 |
Color Harmonies of #FF6A74
Complementary color
Monochromatic Colors of #FF6A74
Black with #FF6A74
Text Example
Text Example
White with #FF6A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A74; }
p { color: rgb(255,106,116); }
H1.HeaderClassName
{
color: #FF6A74;
}
.AnyTagClassName
{
color: #FF6A74;
}
</style>
background-color css
<style>
a { background-color: #FF6A74; }
a { background-color: rgb(255,106,116); }
div.DivClassName
{
background-color: #FF6A74;
}
.BgClassName
{
background-color: #FF6A74;
}
</style>
border-color css
<style>
span { border-color: #FF6A74; }
span { border-color: rgb(255,106,116); }
td.TdClassName
{
border-color: #FF6A74;
}
.TagClassName
{
border-color: #FF6A74;
}
</style>