Shades of Brilliant Rose #FF46AA
Tints of Brilliant Rose #FF46AA
RGB
CMYK
RGB Variations
Color information
#FF46AA (or 0xFF46AA) is known color: Brilliant Rose. HEX triplet: FF, 46 and AA. RGB value is (255,70,170). Sum of RGB (Red+Green+Blue) = 255+70+170=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF46AA is #00B955. Grayscale: #888888. Windows color (decimal): -47446 or 11159295. OLE color: 11159295.
HSL color Cylindrical-coordinate representation of color #FF46AA: hue angle of 327.57º 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 #FF46AA is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 170 | - |
| CMYK | 0 | 0.73 | 0.33 | 0 |
| HSL | 327.57º | 1% | 0.64% | - |
| HSV(B) | 327.57º | 0.73% | 1% | - |
| XYZ | 50.69 | 28.54 | 40.87 | - |
| YUV | 136.72 | 146.79 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 170 | 0 | 0.73 | 0.33 | 0 | 327.57 | 1 | 0.64 |
| Hex | FF | 46 | AA | 0 | 49 | 21 | 0 | 148 | 64 | 40 |
| Octal | 377 | 106 | 252 | 0 | 111 | 41 | 0 | 510 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10101010 | 0 | 1001001 | 100001 | 0 | 101001000 | 1100100 | 1000000 |
Color Harmonies of #FF46AA
Complementary color
Monochromatic Colors of #FF46AA
Black with #FF46AA
Text Example
Text Example
White with #FF46AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46AA; }
p { color: rgb(255,70,170); }
H1.HeaderClassName
{
color: #FF46AA;
}
.AnyTagClassName
{
color: #FF46AA;
}
</style>
background-color css
<style>
a { background-color: #FF46AA; }
a { background-color: rgb(255,70,170); }
div.DivClassName
{
background-color: #FF46AA;
}
.BgClassName
{
background-color: #FF46AA;
}
</style>
border-color css
<style>
span { border-color: #FF46AA; }
span { border-color: rgb(255,70,170); }
td.TdClassName
{
border-color: #FF46AA;
}
.TagClassName
{
border-color: #FF46AA;
}
</style>