Shades of Brilliant Rose #FD4DB2
Tints of Brilliant Rose #FD4DB2
RGB
CMYK
RGB Variations
Color information
#FD4DB2 (or 0xFD4DB2) is known color: Brilliant Rose. HEX triplet: FD, 4D and B2. RGB value is (253,77,178). Sum of RGB (Red+Green+Blue) = 253+77+178=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD4DB2 is #02B24D. Grayscale: #8C8C8C. Windows color (decimal): -176718 or 11685373. OLE color: 11685373.
HSL color Cylindrical-coordinate representation of color #FD4DB2: hue angle of 325.57º 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 #FD4DB2 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 178 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.01 |
| HSL | 325.57º | 0.98% | 0.65% | - |
| HSV(B) | 325.57º | 0.7% | 0.99% | - |
| XYZ | 51.2 | 29.4 | 45.1 | - |
| YUV | 141.14 | 148.81 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 178 | 0 | 0.70 | 0.30 | 0.01 | 325.57 | 0.98 | 0.65 |
| Hex | FD | 4D | B2 | 0 | 46 | 1E | 1 | 146 | 62 | 41 |
| Octal | 375 | 115 | 262 | 0 | 106 | 36 | 1 | 506 | 142 | 101 |
| Binary | 11111101 | 1001101 | 10110010 | 0 | 1000110 | 11110 | 1 | 101000110 | 1100010 | 1000001 |
Color Harmonies of #FD4DB2
Complementary color
Monochromatic Colors of #FD4DB2
Black with #FD4DB2
Text Example
Text Example
White with #FD4DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4DB2; }
p { color: rgb(253,77,178); }
H1.HeaderClassName
{
color: #FD4DB2;
}
.AnyTagClassName
{
color: #FD4DB2;
}
</style>
background-color css
<style>
a { background-color: #FD4DB2; }
a { background-color: rgb(253,77,178); }
div.DivClassName
{
background-color: #FD4DB2;
}
.BgClassName
{
background-color: #FD4DB2;
}
</style>
border-color css
<style>
span { border-color: #FD4DB2; }
span { border-color: rgb(253,77,178); }
td.TdClassName
{
border-color: #FD4DB2;
}
.TagClassName
{
border-color: #FD4DB2;
}
</style>