Shades of Brilliant Rose #FD46AD
Tints of Brilliant Rose #FD46AD
RGB
CMYK
RGB Variations
Color information
#FD46AD (or 0xFD46AD) is known color: Brilliant Rose. HEX triplet: FD, 46 and AD. RGB value is (253,70,173). Sum of RGB (Red+Green+Blue) = 253+70+173=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD46AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD46AD is #02B952. Grayscale: #888888. Windows color (decimal): -178515 or 11355901. OLE color: 11355901.
HSL color Cylindrical-coordinate representation of color #FD46AD: hue angle of 326.23º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD46AD is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 70 | 173 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.01 |
| HSL | 326.23º | 0.98% | 0.63% | - |
| HSV(B) | 326.23º | 0.72% | 0.99% | - |
| XYZ | 50.24 | 28.28 | 42.35 | - |
| YUV | 136.46 | 148.63 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 70 | 173 | 0 | 0.72 | 0.32 | 0.01 | 326.23 | 0.98 | 0.63 |
| Hex | FD | 46 | AD | 0 | 48 | 20 | 1 | 146 | 62 | 3F |
| Octal | 375 | 106 | 255 | 0 | 110 | 40 | 1 | 506 | 142 | 77 |
| Binary | 11111101 | 1000110 | 10101101 | 0 | 1001000 | 100000 | 1 | 101000110 | 1100010 | 111111 |
Color Harmonies of #FD46AD
Complementary color
Monochromatic Colors of #FD46AD
Black with #FD46AD
Text Example
Text Example
White with #FD46AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD46AD; }
p { color: rgb(253,70,173); }
H1.HeaderClassName
{
color: #FD46AD;
}
.AnyTagClassName
{
color: #FD46AD;
}
</style>
background-color css
<style>
a { background-color: #FD46AD; }
a { background-color: rgb(253,70,173); }
div.DivClassName
{
background-color: #FD46AD;
}
.BgClassName
{
background-color: #FD46AD;
}
</style>
border-color css
<style>
span { border-color: #FD46AD; }
span { border-color: rgb(253,70,173); }
td.TdClassName
{
border-color: #FD46AD;
}
.TagClassName
{
border-color: #FD46AD;
}
</style>