Shades of Brilliant Rose #FF46AC
Tints of Brilliant Rose #FF46AC
RGB
CMYK
RGB Variations
Color information
#FF46AC (or 0xFF46AC) is known color: Brilliant Rose. HEX triplet: FF, 46 and AC. RGB value is (255,70,172). Sum of RGB (Red+Green+Blue) = 255+70+172=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 70 (27.73% from 255 or 14.08% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF46AC is #00B953. Grayscale: #888888. Windows color (decimal): -47444 or 11290367. OLE color: 11290367.
HSL color Cylindrical-coordinate representation of color #FF46AC: hue angle of 326.92º 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 #FF46AC is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 172 | - |
| CMYK | 0 | 0.73 | 0.33 | 0 |
| HSL | 326.92º | 1% | 0.64% | - |
| HSV(B) | 326.92º | 0.73% | 1% | - |
| XYZ | 50.88 | 28.62 | 41.87 | - |
| YUV | 136.94 | 147.79 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 172 | 0 | 0.73 | 0.33 | 0 | 326.92 | 1 | 0.64 |
| Hex | FF | 46 | AC | 0 | 49 | 21 | 0 | 147 | 64 | 40 |
| Octal | 377 | 106 | 254 | 0 | 111 | 41 | 0 | 507 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10101100 | 0 | 1001001 | 100001 | 0 | 101000111 | 1100100 | 1000000 |
Color Harmonies of #FF46AC
Complementary color
Monochromatic Colors of #FF46AC
Black with #FF46AC
Text Example
Text Example
White with #FF46AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46AC; }
p { color: rgb(255,70,172); }
H1.HeaderClassName
{
color: #FF46AC;
}
.AnyTagClassName
{
color: #FF46AC;
}
</style>
background-color css
<style>
a { background-color: #FF46AC; }
a { background-color: rgb(255,70,172); }
div.DivClassName
{
background-color: #FF46AC;
}
.BgClassName
{
background-color: #FF46AC;
}
</style>
border-color css
<style>
span { border-color: #FF46AC; }
span { border-color: rgb(255,70,172); }
td.TdClassName
{
border-color: #FF46AC;
}
.TagClassName
{
border-color: #FF46AC;
}
</style>