Shades of Brilliant Rose #FF6696
Tints of Brilliant Rose #FF6696
RGB
CMYK
RGB Variations
Color information
#FF6696 (or 0xFF6696) is known color: Brilliant Rose. HEX triplet: FF, 66 and 96. RGB value is (255,102,150). Sum of RGB (Red+Green+Blue) = 255+102+150=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6696 is #009969. Grayscale: #999999. Windows color (decimal): -39274 or 9856767. OLE color: 9856767.
HSL color Cylindrical-coordinate representation of color #FF6696: hue angle of 341.18º 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 #FF6696 is Cyan = 0, Magento = 0.6, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 150 | - |
| CMYK | 0 | 0.6 | 0.41 | 0 |
| HSL | 341.18º | 1% | 0.7% | - |
| HSV(B) | 341.18º | 0.6% | 1% | - |
| XYZ | 51.5 | 32.96 | 32.5 | - |
| YUV | 153.22 | 126.19 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 150 | 0 | 0.6 | 0.41 | 0 | 341.18 | 1 | 0.7 |
| Hex | FF | 66 | 96 | 0 | 3C | 29 | 0 | 155 | 64 | 46 |
| Octal | 377 | 146 | 226 | 0 | 74 | 51 | 0 | 525 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10010110 | 0 | 111100 | 101001 | 0 | 101010101 | 1100100 | 1000110 |
Color Harmonies of #FF6696
Complementary color
Monochromatic Colors of #FF6696
Black with #FF6696
Text Example
Text Example
White with #FF6696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6696; }
p { color: rgb(255,102,150); }
H1.HeaderClassName
{
color: #FF6696;
}
.AnyTagClassName
{
color: #FF6696;
}
</style>
background-color css
<style>
a { background-color: #FF6696; }
a { background-color: rgb(255,102,150); }
div.DivClassName
{
background-color: #FF6696;
}
.BgClassName
{
background-color: #FF6696;
}
</style>
border-color css
<style>
span { border-color: #FF6696; }
span { border-color: rgb(255,102,150); }
td.TdClassName
{
border-color: #FF6696;
}
.TagClassName
{
border-color: #FF6696;
}
</style>