Shades of Wild Watermelon #FF6675
Tints of Wild Watermelon #FF6675
RGB
CMYK
RGB Variations
Color information
#FF6675 (or 0xFF6675) is known color: Wild Watermelon. HEX triplet: FF, 66 and 75. RGB value is (255,102,117). Sum of RGB (Red+Green+Blue) = 255+102+117=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6675 is #00998A. Grayscale: #959595. Windows color (decimal): -39307 or 7694079. OLE color: 7694079.
HSL color Cylindrical-coordinate representation of color #FF6675: hue angle of 354.12º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6675 is Cyan = 0, Magento = 0.6, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 117 | - |
| CMYK | 0 | 0.6 | 0.54 | 0 |
| HSL | 354.12º | 1% | 0.7% | - |
| HSV(B) | 354.12º | 0.6% | 1% | - |
| XYZ | 49.2 | 32.05 | 20.42 | - |
| YUV | 149.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 117 | 0 | 0.6 | 0.54 | 0 | 354.12 | 1 | 0.7 |
| Hex | FF | 66 | 75 | 0 | 3C | 36 | 0 | 162 | 64 | 46 |
| Octal | 377 | 146 | 165 | 0 | 74 | 66 | 0 | 542 | 144 | 106 |
| Binary | 11111111 | 1100110 | 1110101 | 0 | 111100 | 110110 | 0 | 101100010 | 1100100 | 1000110 |
Color Harmonies of #FF6675
Complementary color
Monochromatic Colors of #FF6675
Black with #FF6675
Text Example
Text Example
White with #FF6675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6675; }
p { color: rgb(255,102,117); }
H1.HeaderClassName
{
color: #FF6675;
}
.AnyTagClassName
{
color: #FF6675;
}
</style>
background-color css
<style>
a { background-color: #FF6675; }
a { background-color: rgb(255,102,117); }
div.DivClassName
{
background-color: #FF6675;
}
.BgClassName
{
background-color: #FF6675;
}
</style>
border-color css
<style>
span { border-color: #FF6675; }
span { border-color: rgb(255,102,117); }
td.TdClassName
{
border-color: #FF6675;
}
.TagClassName
{
border-color: #FF6675;
}
</style>