Shades of Brilliant Rose #FF6699
Tints of Brilliant Rose #FF6699
RGB
CMYK
RGB Variations
Color information
#FF6699 (or 0xFF6699) is known color: Brilliant Rose. HEX triplet: FF, 66 and 99. RGB value is (255,102,153). Sum of RGB (Red+Green+Blue) = 255+102+153=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6699 is a web safe color. Inversed color of #FF6699 is #009966. Grayscale: #999999. Windows color (decimal): -39271 or 10053375. OLE color: 10053375.
HSL color Cylindrical-coordinate representation of color #FF6699: hue angle of 340º 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 #FF6699 is Cyan = 0, Magento = 0.6, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 153 | - |
| CMYK | 0 | 0.6 | 0.4 | 0 |
| HSL | 340º | 1% | 0.7% | - |
| HSV(B) | 340º | 0.6% | 1% | - |
| XYZ | 51.74 | 33.06 | 33.79 | - |
| YUV | 153.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 153 | 0 | 0.6 | 0.4 | 0 | 340 | 1 | 0.7 |
| Hex | FF | 66 | 99 | 0 | 3C | 28 | 0 | 154 | 64 | 46 |
| Octal | 377 | 146 | 231 | 0 | 74 | 50 | 0 | 524 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10011001 | 0 | 111100 | 101000 | 0 | 101010100 | 1100100 | 1000110 |
Color Harmonies of #FF6699
Complementary color
Monochromatic Colors of #FF6699
Black with #FF6699
Text Example
Text Example
White with #FF6699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6699; }
p { color: rgb(255,102,153); }
H1.HeaderClassName
{
color: #FF6699;
}
.AnyTagClassName
{
color: #FF6699;
}
</style>
background-color css
<style>
a { background-color: #FF6699; }
a { background-color: rgb(255,102,153); }
div.DivClassName
{
background-color: #FF6699;
}
.BgClassName
{
background-color: #FF6699;
}
</style>
border-color css
<style>
span { border-color: #FF6699; }
span { border-color: rgb(255,102,153); }
td.TdClassName
{
border-color: #FF6699;
}
.TagClassName
{
border-color: #FF6699;
}
</style>