Shades of Brilliant Rose #FF46AD
Tints of Brilliant Rose #FF46AD
RGB
CMYK
RGB Variations
Color information
#FF46AD (or 0xFF46AD) is known color: Brilliant Rose. HEX triplet: FF, 46 and AD. RGB value is (255,70,173). Sum of RGB (Red+Green+Blue) = 255+70+173=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 70 (27.73% from 255 or 14.06% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF46AD is #00B952. Grayscale: #888888. Windows color (decimal): -47443 or 11355903. OLE color: 11355903.
HSL color Cylindrical-coordinate representation of color #FF46AD: hue angle of 326.59º 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 #FF46AD is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 173 | - |
| CMYK | 0 | 0.73 | 0.32 | 0 |
| HSL | 326.59º | 1% | 0.64% | - |
| HSV(B) | 326.59º | 0.73% | 1% | - |
| XYZ | 50.97 | 28.66 | 42.38 | - |
| YUV | 137.06 | 148.29 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 173 | 0 | 0.73 | 0.32 | 0 | 326.59 | 1 | 0.64 |
| Hex | FF | 46 | AD | 0 | 49 | 20 | 0 | 147 | 64 | 40 |
| Octal | 377 | 106 | 255 | 0 | 111 | 40 | 0 | 507 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10101101 | 0 | 1001001 | 100000 | 0 | 101000111 | 1100100 | 1000000 |
Color Harmonies of #FF46AD
Complementary color
Monochromatic Colors of #FF46AD
Black with #FF46AD
Text Example
Text Example
White with #FF46AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46AD; }
p { color: rgb(255,70,173); }
H1.HeaderClassName
{
color: #FF46AD;
}
.AnyTagClassName
{
color: #FF46AD;
}
</style>
background-color css
<style>
a { background-color: #FF46AD; }
a { background-color: rgb(255,70,173); }
div.DivClassName
{
background-color: #FF46AD;
}
.BgClassName
{
background-color: #FF46AD;
}
</style>
border-color css
<style>
span { border-color: #FF46AD; }
span { border-color: rgb(255,70,173); }
td.TdClassName
{
border-color: #FF46AD;
}
.TagClassName
{
border-color: #FF46AD;
}
</style>