Shades of Brilliant Rose #FF41AD
Tints of Brilliant Rose #FF41AD
RGB
CMYK
RGB Variations
Color information
#FF41AD (or 0xFF41AD) is known color: Brilliant Rose. HEX triplet: FF, 41 and AD. RGB value is (255,65,173). Sum of RGB (Red+Green+Blue) = 255+65+173=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF41AD is #00BE52. Grayscale: #858585. Windows color (decimal): -48723 or 11354623. OLE color: 11354623.
HSL color Cylindrical-coordinate representation of color #FF41AD: hue angle of 325.89º 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 #FF41AD is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 173 | - |
| CMYK | 0 | 0.75 | 0.32 | 0 |
| HSL | 325.89º | 1% | 0.63% | - |
| HSV(B) | 325.89º | 0.75% | 1% | - |
| XYZ | 50.67 | 28.06 | 42.28 | - |
| YUV | 134.12 | 149.95 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 173 | 0 | 0.75 | 0.32 | 0 | 325.89 | 1 | 0.63 |
| Hex | FF | 41 | AD | 0 | 4B | 20 | 0 | 146 | 64 | 3F |
| Octal | 377 | 101 | 255 | 0 | 113 | 40 | 0 | 506 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10101101 | 0 | 1001011 | 100000 | 0 | 101000110 | 1100100 | 111111 |
Color Harmonies of #FF41AD
Complementary color
Monochromatic Colors of #FF41AD
Black with #FF41AD
Text Example
Text Example
White with #FF41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41AD; }
p { color: rgb(255,65,173); }
H1.HeaderClassName
{
color: #FF41AD;
}
.AnyTagClassName
{
color: #FF41AD;
}
</style>
background-color css
<style>
a { background-color: #FF41AD; }
a { background-color: rgb(255,65,173); }
div.DivClassName
{
background-color: #FF41AD;
}
.BgClassName
{
background-color: #FF41AD;
}
</style>
border-color css
<style>
span { border-color: #FF41AD; }
span { border-color: rgb(255,65,173); }
td.TdClassName
{
border-color: #FF41AD;
}
.TagClassName
{
border-color: #FF41AD;
}
</style>