Shades of Brilliant Rose #FE41AD
Tints of Brilliant Rose #FE41AD
RGB
CMYK
RGB Variations
Color information
#FE41AD (or 0xFE41AD) is known color: Brilliant Rose. HEX triplet: FE, 41 and AD. RGB value is (254,65,173). Sum of RGB (Red+Green+Blue) = 254+65+173=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE41AD is #01BE52. Grayscale: #858585. Windows color (decimal): -114259 or 11354622. OLE color: 11354622.
HSL color Cylindrical-coordinate representation of color #FE41AD: hue angle of 325.71º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE41AD is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 173 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.00 |
| HSL | 325.71º | 0.99% | 0.63% | - |
| HSV(B) | 325.71º | 0.74% | 1% | - |
| XYZ | 50.31 | 27.87 | 42.26 | - |
| YUV | 133.82 | 150.12 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 173 | 0 | 0.74 | 0.32 | 0.00 | 325.71 | 0.99 | 0.63 |
| Hex | FE | 41 | AD | 0 | 4A | 20 | 0 | 146 | 63 | 3F |
| Octal | 376 | 101 | 255 | 0 | 112 | 40 | 0 | 506 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10101101 | 0 | 1001010 | 100000 | 0 | 101000110 | 1100011 | 111111 |
Color Harmonies of #FE41AD
Complementary color
Monochromatic Colors of #FE41AD
Black with #FE41AD
Text Example
Text Example
White with #FE41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE41AD; }
p { color: rgb(254,65,173); }
H1.HeaderClassName
{
color: #FE41AD;
}
.AnyTagClassName
{
color: #FE41AD;
}
</style>
background-color css
<style>
a { background-color: #FE41AD; }
a { background-color: rgb(254,65,173); }
div.DivClassName
{
background-color: #FE41AD;
}
.BgClassName
{
background-color: #FE41AD;
}
</style>
border-color css
<style>
span { border-color: #FE41AD; }
span { border-color: rgb(254,65,173); }
td.TdClassName
{
border-color: #FE41AD;
}
.TagClassName
{
border-color: #FE41AD;
}
</style>