Shades of Brilliant Rose #FF46A6
Tints of Brilliant Rose #FF46A6
RGB
CMYK
RGB Variations
Color information
#FF46A6 (or 0xFF46A6) is known color: Brilliant Rose. HEX triplet: FF, 46 and A6. RGB value is (255,70,166). Sum of RGB (Red+Green+Blue) = 255+70+166=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF46A6 is #00B959. Grayscale: #888888. Windows color (decimal): -47450 or 10897151. OLE color: 10897151.
HSL color Cylindrical-coordinate representation of color #FF46A6: hue angle of 328.86º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF46A6 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 166 | - |
| CMYK | 0 | 0.73 | 0.35 | 0 |
| HSL | 328.86º | 1% | 0.64% | - |
| HSV(B) | 328.86º | 0.73% | 1% | - |
| XYZ | 50.31 | 28.39 | 38.91 | - |
| YUV | 136.26 | 144.79 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 166 | 0 | 0.73 | 0.35 | 0 | 328.86 | 1 | 0.64 |
| Hex | FF | 46 | A6 | 0 | 49 | 23 | 0 | 149 | 64 | 40 |
| Octal | 377 | 106 | 246 | 0 | 111 | 43 | 0 | 511 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10100110 | 0 | 1001001 | 100011 | 0 | 101001001 | 1100100 | 1000000 |
Color Harmonies of #FF46A6
Complementary color
Monochromatic Colors of #FF46A6
Black with #FF46A6
Text Example
Text Example
White with #FF46A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46A6; }
p { color: rgb(255,70,166); }
H1.HeaderClassName
{
color: #FF46A6;
}
.AnyTagClassName
{
color: #FF46A6;
}
</style>
background-color css
<style>
a { background-color: #FF46A6; }
a { background-color: rgb(255,70,166); }
div.DivClassName
{
background-color: #FF46A6;
}
.BgClassName
{
background-color: #FF46A6;
}
</style>
border-color css
<style>
span { border-color: #FF46A6; }
span { border-color: rgb(255,70,166); }
td.TdClassName
{
border-color: #FF46A6;
}
.TagClassName
{
border-color: #FF46A6;
}
</style>