Shades of Brilliant Rose #FF46AB
Tints of Brilliant Rose #FF46AB
RGB
CMYK
RGB Variations
Color information
#FF46AB (or 0xFF46AB) is known color: Brilliant Rose. HEX triplet: FF, 46 and AB. RGB value is (255,70,171). Sum of RGB (Red+Green+Blue) = 255+70+171=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF46AB is #00B954. Grayscale: #888888. Windows color (decimal): -47445 or 11224831. OLE color: 11224831.
HSL color Cylindrical-coordinate representation of color #FF46AB: hue angle of 327.24º 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 #FF46AB is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 171 | - |
| CMYK | 0 | 0.73 | 0.33 | 0 |
| HSL | 327.24º | 1% | 0.64% | - |
| HSV(B) | 327.24º | 0.73% | 1% | - |
| XYZ | 50.78 | 28.58 | 41.37 | - |
| YUV | 136.83 | 147.29 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 171 | 0 | 0.73 | 0.33 | 0 | 327.24 | 1 | 0.64 |
| Hex | FF | 46 | AB | 0 | 49 | 21 | 0 | 147 | 64 | 40 |
| Octal | 377 | 106 | 253 | 0 | 111 | 41 | 0 | 507 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10101011 | 0 | 1001001 | 100001 | 0 | 101000111 | 1100100 | 1000000 |
Color Harmonies of #FF46AB
Complementary color
Monochromatic Colors of #FF46AB
Black with #FF46AB
Text Example
Text Example
White with #FF46AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46AB; }
p { color: rgb(255,70,171); }
H1.HeaderClassName
{
color: #FF46AB;
}
.AnyTagClassName
{
color: #FF46AB;
}
</style>
background-color css
<style>
a { background-color: #FF46AB; }
a { background-color: rgb(255,70,171); }
div.DivClassName
{
background-color: #FF46AB;
}
.BgClassName
{
background-color: #FF46AB;
}
</style>
border-color css
<style>
span { border-color: #FF46AB; }
span { border-color: rgb(255,70,171); }
td.TdClassName
{
border-color: #FF46AB;
}
.TagClassName
{
border-color: #FF46AB;
}
</style>