Shades of Brilliant Rose #FD49B8
Tints of Brilliant Rose #FD49B8
RGB
CMYK
RGB Variations
Color information
#FD49B8 (or 0xFD49B8) is known color: Brilliant Rose. HEX triplet: FD, 49 and B8. RGB value is (253,73,184). Sum of RGB (Red+Green+Blue) = 253+73+184=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD49B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD49B8 is #02B647. Grayscale: #8B8B8B. Windows color (decimal): -177736 or 12077565. OLE color: 12077565.
HSL color Cylindrical-coordinate representation of color #FD49B8: hue angle of 323º 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 #FD49B8 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 184 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.01 |
| HSL | 323º | 0.98% | 0.64% | - |
| HSV(B) | 323º | 0.71% | 0.99% | - |
| XYZ | 51.54 | 29.11 | 48.25 | - |
| YUV | 139.47 | 153.13 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 184 | 0 | 0.71 | 0.27 | 0.01 | 323 | 0.98 | 0.64 |
| Hex | FD | 49 | B8 | 0 | 47 | 1B | 1 | 143 | 62 | 40 |
| Octal | 375 | 111 | 270 | 0 | 107 | 33 | 1 | 503 | 142 | 100 |
| Binary | 11111101 | 1001001 | 10111000 | 0 | 1000111 | 11011 | 1 | 101000011 | 1100010 | 1000000 |
Color Harmonies of #FD49B8
Complementary color
Monochromatic Colors of #FD49B8
Black with #FD49B8
Text Example
Text Example
White with #FD49B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD49B8; }
p { color: rgb(253,73,184); }
H1.HeaderClassName
{
color: #FD49B8;
}
.AnyTagClassName
{
color: #FD49B8;
}
</style>
background-color css
<style>
a { background-color: #FD49B8; }
a { background-color: rgb(253,73,184); }
div.DivClassName
{
background-color: #FD49B8;
}
.BgClassName
{
background-color: #FD49B8;
}
</style>
border-color css
<style>
span { border-color: #FD49B8; }
span { border-color: rgb(253,73,184); }
td.TdClassName
{
border-color: #FD49B8;
}
.TagClassName
{
border-color: #FD49B8;
}
</style>