Shades of Wild Watermelon #FF6B74
Tints of Wild Watermelon #FF6B74
RGB
CMYK
RGB Variations
Color information
#FF6B74 (or 0xFF6B74) is known color: Wild Watermelon. HEX triplet: FF, 6B and 74. RGB value is (255,107,116). Sum of RGB (Red+Green+Blue) = 255+107+116=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B74 is #00948B. Grayscale: #989898. Windows color (decimal): -38028 or 7629823. OLE color: 7629823.
HSL color Cylindrical-coordinate representation of color #FF6B74: hue angle of 356.35º 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 #FF6B74 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 116 | - |
| CMYK | 0 | 0.58 | 0.55 | 0 |
| HSL | 356.35º | 1% | 0.71% | - |
| HSV(B) | 356.35º | 0.58% | 1% | - |
| XYZ | 49.65 | 33.04 | 20.28 | - |
| YUV | 152.28 | 107.53 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 116 | 0 | 0.58 | 0.55 | 0 | 356.35 | 1 | 0.71 |
| Hex | FF | 6B | 74 | 0 | 3A | 37 | 0 | 164 | 64 | 47 |
| Octal | 377 | 153 | 164 | 0 | 72 | 67 | 0 | 544 | 144 | 107 |
| Binary | 11111111 | 1101011 | 1110100 | 0 | 111010 | 110111 | 0 | 101100100 | 1100100 | 1000111 |
Color Harmonies of #FF6B74
Complementary color
Monochromatic Colors of #FF6B74
Black with #FF6B74
Text Example
Text Example
White with #FF6B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B74; }
p { color: rgb(255,107,116); }
H1.HeaderClassName
{
color: #FF6B74;
}
.AnyTagClassName
{
color: #FF6B74;
}
</style>
background-color css
<style>
a { background-color: #FF6B74; }
a { background-color: rgb(255,107,116); }
div.DivClassName
{
background-color: #FF6B74;
}
.BgClassName
{
background-color: #FF6B74;
}
</style>
border-color css
<style>
span { border-color: #FF6B74; }
span { border-color: rgb(255,107,116); }
td.TdClassName
{
border-color: #FF6B74;
}
.TagClassName
{
border-color: #FF6B74;
}
</style>