Shades of Brilliant Rose #FF6A9E
Tints of Brilliant Rose #FF6A9E
RGB
CMYK
RGB Variations
Color information
#FF6A9E (or 0xFF6A9E) is known color: Brilliant Rose. HEX triplet: FF, 6A and 9E. RGB value is (255,106,158). Sum of RGB (Red+Green+Blue) = 255+106+158=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A9E is #009561. Grayscale: #9C9C9C. Windows color (decimal): -38242 or 10382079. OLE color: 10382079.
HSL color Cylindrical-coordinate representation of color #FF6A9E: hue angle of 339.06º 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 #FF6A9E is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 158 | - |
| CMYK | 0 | 0.58 | 0.38 | 0 |
| HSL | 339.06º | 1% | 0.71% | - |
| HSV(B) | 339.06º | 0.58% | 1% | - |
| XYZ | 52.57 | 34.04 | 36.15 | - |
| YUV | 156.48 | 128.86 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 158 | 0 | 0.58 | 0.38 | 0 | 339.06 | 1 | 0.71 |
| Hex | FF | 6A | 9E | 0 | 3A | 26 | 0 | 153 | 64 | 47 |
| Octal | 377 | 152 | 236 | 0 | 72 | 46 | 0 | 523 | 144 | 107 |
| Binary | 11111111 | 1101010 | 10011110 | 0 | 111010 | 100110 | 0 | 101010011 | 1100100 | 1000111 |
Color Harmonies of #FF6A9E
Complementary color
Monochromatic Colors of #FF6A9E
Black with #FF6A9E
Text Example
Text Example
White with #FF6A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A9E; }
p { color: rgb(255,106,158); }
H1.HeaderClassName
{
color: #FF6A9E;
}
.AnyTagClassName
{
color: #FF6A9E;
}
</style>
background-color css
<style>
a { background-color: #FF6A9E; }
a { background-color: rgb(255,106,158); }
div.DivClassName
{
background-color: #FF6A9E;
}
.BgClassName
{
background-color: #FF6A9E;
}
</style>
border-color css
<style>
span { border-color: #FF6A9E; }
span { border-color: rgb(255,106,158); }
td.TdClassName
{
border-color: #FF6A9E;
}
.TagClassName
{
border-color: #FF6A9E;
}
</style>