Shades of Brilliant Rose #FF41AC
Tints of Brilliant Rose #FF41AC
RGB
CMYK
RGB Variations
Color information
#FF41AC (or 0xFF41AC) is known color: Brilliant Rose. HEX triplet: FF, 41 and AC. RGB value is (255,65,172). Sum of RGB (Red+Green+Blue) = 255+65+172=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF41AC is #00BE53. Grayscale: #858585. Windows color (decimal): -48724 or 11289087. OLE color: 11289087.
HSL color Cylindrical-coordinate representation of color #FF41AC: hue angle of 326.21º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF41AC is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 172 | - |
| CMYK | 0 | 0.75 | 0.33 | 0 |
| HSL | 326.21º | 1% | 0.63% | - |
| HSV(B) | 326.21º | 0.75% | 1% | - |
| XYZ | 50.58 | 28.02 | 41.77 | - |
| YUV | 134.01 | 149.45 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 172 | 0 | 0.75 | 0.33 | 0 | 326.21 | 1 | 0.63 |
| Hex | FF | 41 | AC | 0 | 4B | 21 | 0 | 146 | 64 | 3F |
| Octal | 377 | 101 | 254 | 0 | 113 | 41 | 0 | 506 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10101100 | 0 | 1001011 | 100001 | 0 | 101000110 | 1100100 | 111111 |
Color Harmonies of #FF41AC
Complementary color
Monochromatic Colors of #FF41AC
Black with #FF41AC
Text Example
Text Example
White with #FF41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41AC; }
p { color: rgb(255,65,172); }
H1.HeaderClassName
{
color: #FF41AC;
}
.AnyTagClassName
{
color: #FF41AC;
}
</style>
background-color css
<style>
a { background-color: #FF41AC; }
a { background-color: rgb(255,65,172); }
div.DivClassName
{
background-color: #FF41AC;
}
.BgClassName
{
background-color: #FF41AC;
}
</style>
border-color css
<style>
span { border-color: #FF41AC; }
span { border-color: rgb(255,65,172); }
td.TdClassName
{
border-color: #FF41AC;
}
.TagClassName
{
border-color: #FF41AC;
}
</style>