Shades of Brilliant Rose #FF45A1
Tints of Brilliant Rose #FF45A1
RGB
CMYK
RGB Variations
Color information
#FF45A1 (or 0xFF45A1) is known color: Brilliant Rose. HEX triplet: FF, 45 and A1. RGB value is (255,69,161). Sum of RGB (Red+Green+Blue) = 255+69+161=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF45A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF45A1 is #00BA5E. Grayscale: #868686. Windows color (decimal): -47711 or 10569215. OLE color: 10569215.
HSL color Cylindrical-coordinate representation of color #FF45A1: hue angle of 330.32º 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 #FF45A1 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 161 | - |
| CMYK | 0 | 0.73 | 0.37 | 0 |
| HSL | 330.32º | 1% | 0.64% | - |
| HSV(B) | 330.32º | 0.73% | 1% | - |
| XYZ | 49.8 | 28.09 | 36.52 | - |
| YUV | 135.1 | 142.62 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 161 | 0 | 0.73 | 0.37 | 0 | 330.32 | 1 | 0.64 |
| Hex | FF | 45 | A1 | 0 | 49 | 25 | 0 | 14A | 64 | 40 |
| Octal | 377 | 105 | 241 | 0 | 111 | 45 | 0 | 512 | 144 | 100 |
| Binary | 11111111 | 1000101 | 10100001 | 0 | 1001001 | 100101 | 0 | 101001010 | 1100100 | 1000000 |
Color Harmonies of #FF45A1
Complementary color
Monochromatic Colors of #FF45A1
Black with #FF45A1
Text Example
Text Example
White with #FF45A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF45A1; }
p { color: rgb(255,69,161); }
H1.HeaderClassName
{
color: #FF45A1;
}
.AnyTagClassName
{
color: #FF45A1;
}
</style>
background-color css
<style>
a { background-color: #FF45A1; }
a { background-color: rgb(255,69,161); }
div.DivClassName
{
background-color: #FF45A1;
}
.BgClassName
{
background-color: #FF45A1;
}
</style>
border-color css
<style>
span { border-color: #FF45A1; }
span { border-color: rgb(255,69,161); }
td.TdClassName
{
border-color: #FF45A1;
}
.TagClassName
{
border-color: #FF45A1;
}
</style>