Shades of Wild Watermelon #FF6469
Tints of Wild Watermelon #FF6469
RGB
CMYK
RGB Variations
Color information
#FF6469 (or 0xFF6469) is known color: Wild Watermelon. HEX triplet: FF, 64 and 69. RGB value is (255,100,105). Sum of RGB (Red+Green+Blue) = 255+100+105=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6469 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6469 is #009B96. Grayscale: #939393. Windows color (decimal): -39831 or 6907135. OLE color: 6907135.
HSL color Cylindrical-coordinate representation of color #FF6469: hue angle of 358.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6469 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 105 | - |
| CMYK | 0 | 0.61 | 0.59 | 0 |
| HSL | 358.06º | 1% | 0.7% | - |
| HSV(B) | 358.06º | 0.61% | 1% | - |
| XYZ | 48.35 | 31.39 | 16.88 | - |
| YUV | 146.92 | 104.35 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 105 | 0 | 0.61 | 0.59 | 0 | 358.06 | 1 | 0.7 |
| Hex | FF | 64 | 69 | 0 | 3D | 3B | 0 | 166 | 64 | 46 |
| Octal | 377 | 144 | 151 | 0 | 75 | 73 | 0 | 546 | 144 | 106 |
| Binary | 11111111 | 1100100 | 1101001 | 0 | 111101 | 111011 | 0 | 101100110 | 1100100 | 1000110 |
Color Harmonies of #FF6469
Complementary color
Monochromatic Colors of #FF6469
Black with #FF6469
Text Example
Text Example
White with #FF6469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6469; }
p { color: rgb(255,100,105); }
H1.HeaderClassName
{
color: #FF6469;
}
.AnyTagClassName
{
color: #FF6469;
}
</style>
background-color css
<style>
a { background-color: #FF6469; }
a { background-color: rgb(255,100,105); }
div.DivClassName
{
background-color: #FF6469;
}
.BgClassName
{
background-color: #FF6469;
}
</style>
border-color css
<style>
span { border-color: #FF6469; }
span { border-color: rgb(255,100,105); }
td.TdClassName
{
border-color: #FF6469;
}
.TagClassName
{
border-color: #FF6469;
}
</style>