Shades of Brilliant Rose #FD4AAB
Tints of Brilliant Rose #FD4AAB
RGB
CMYK
RGB Variations
Color information
#FD4AAB (or 0xFD4AAB) is known color: Brilliant Rose. HEX triplet: FD, 4A and AB. RGB value is (253,74,171). Sum of RGB (Red+Green+Blue) = 253+74+171=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4AAB is #02B554. Grayscale: #8A8A8A. Windows color (decimal): -177493 or 11225853. OLE color: 11225853.
HSL color Cylindrical-coordinate representation of color #FD4AAB: hue angle of 327.49º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4AAB is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 171 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.01 |
| HSL | 327.49º | 0.98% | 0.64% | - |
| HSV(B) | 327.49º | 0.71% | 0.99% | - |
| XYZ | 50.31 | 28.72 | 41.42 | - |
| YUV | 138.58 | 146.3 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 171 | 0 | 0.71 | 0.32 | 0.01 | 327.49 | 0.98 | 0.64 |
| Hex | FD | 4A | AB | 0 | 47 | 20 | 1 | 147 | 62 | 40 |
| Octal | 375 | 112 | 253 | 0 | 107 | 40 | 1 | 507 | 142 | 100 |
| Binary | 11111101 | 1001010 | 10101011 | 0 | 1000111 | 100000 | 1 | 101000111 | 1100010 | 1000000 |
Color Harmonies of #FD4AAB
Complementary color
Monochromatic Colors of #FD4AAB
Black with #FD4AAB
Text Example
Text Example
White with #FD4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4AAB; }
p { color: rgb(253,74,171); }
H1.HeaderClassName
{
color: #FD4AAB;
}
.AnyTagClassName
{
color: #FD4AAB;
}
</style>
background-color css
<style>
a { background-color: #FD4AAB; }
a { background-color: rgb(253,74,171); }
div.DivClassName
{
background-color: #FD4AAB;
}
.BgClassName
{
background-color: #FD4AAB;
}
</style>
border-color css
<style>
span { border-color: #FD4AAB; }
span { border-color: rgb(253,74,171); }
td.TdClassName
{
border-color: #FD4AAB;
}
.TagClassName
{
border-color: #FD4AAB;
}
</style>