Shades of Brilliant Rose #FD4DBB
Tints of Brilliant Rose #FD4DBB
RGB
CMYK
RGB Variations
Color information
#FD4DBB (or 0xFD4DBB) is known color: Brilliant Rose. HEX triplet: FD, 4D and BB. RGB value is (253,77,187). Sum of RGB (Red+Green+Blue) = 253+77+187=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4DBB is #02B244. Grayscale: #8D8D8D. Windows color (decimal): -176709 or 12275197. OLE color: 12275197.
HSL color Cylindrical-coordinate representation of color #FD4DBB: hue angle of 322.5º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4DBB is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 187 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.01 |
| HSL | 322.5º | 0.98% | 0.65% | - |
| HSV(B) | 322.5º | 0.7% | 0.99% | - |
| XYZ | 52.13 | 29.78 | 50.01 | - |
| YUV | 142.16 | 153.31 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 187 | 0 | 0.70 | 0.26 | 0.01 | 322.5 | 0.98 | 0.65 |
| Hex | FD | 4D | BB | 0 | 46 | 1A | 1 | 142 | 62 | 41 |
| Octal | 375 | 115 | 273 | 0 | 106 | 32 | 1 | 502 | 142 | 101 |
| Binary | 11111101 | 1001101 | 10111011 | 0 | 1000110 | 11010 | 1 | 101000010 | 1100010 | 1000001 |
Color Harmonies of #FD4DBB
Complementary color
Monochromatic Colors of #FD4DBB
Black with #FD4DBB
Text Example
Text Example
White with #FD4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4DBB; }
p { color: rgb(253,77,187); }
H1.HeaderClassName
{
color: #FD4DBB;
}
.AnyTagClassName
{
color: #FD4DBB;
}
</style>
background-color css
<style>
a { background-color: #FD4DBB; }
a { background-color: rgb(253,77,187); }
div.DivClassName
{
background-color: #FD4DBB;
}
.BgClassName
{
background-color: #FD4DBB;
}
</style>
border-color css
<style>
span { border-color: #FD4DBB; }
span { border-color: rgb(253,77,187); }
td.TdClassName
{
border-color: #FD4DBB;
}
.TagClassName
{
border-color: #FD4DBB;
}
</style>