Shades of Brilliant Rose #FD4DBC
Tints of Brilliant Rose #FD4DBC
RGB
CMYK
RGB Variations
Color information
#FD4DBC (or 0xFD4DBC) is known color: Brilliant Rose. HEX triplet: FD, 4D and BC. RGB value is (253,77,188). Sum of RGB (Red+Green+Blue) = 253+77+188=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4DBC is #02B243. Grayscale: #8E8E8E. Windows color (decimal): -176708 or 12340733. OLE color: 12340733.
HSL color Cylindrical-coordinate representation of color #FD4DBC: hue angle of 322.16º 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 #FD4DBC is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 77 | 188 | - |
CMYK | 0 | 0.70 | 0.26 | 0.01 |
HSL | 322.16º | 0.98% | 0.65% | - |
HSV(B) | 322.16º | 0.7% | 0.99% | - |
XYZ | 52.24 | 29.82 | 50.58 | - |
YUV | 142.28 | 153.81 | 206.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 77 | 188 | 0 | 0.70 | 0.26 | 0.01 | 322.16 | 0.98 | 0.65 |
Hex | FD | 4D | BC | 0 | 46 | 1A | 1 | 142 | 62 | 41 |
Octal | 375 | 115 | 274 | 0 | 106 | 32 | 1 | 502 | 142 | 101 |
Binary | 11111101 | 1001101 | 10111100 | 0 | 1000110 | 11010 | 1 | 101000010 | 1100010 | 1000001 |
Color Harmonies of #FD4DBC
Complementary color
Monochromatic Colors of #FD4DBC
Black with #FD4DBC
Text Example
Text Example
White with #FD4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4DBC; }
p { color: rgb(253,77,188); }
H1.HeaderClassName
{
color: #FD4DBC;
}
.AnyTagClassName
{
color: #FD4DBC;
}
</style>
background-color css
<style>
a { background-color: #FD4DBC; }
a { background-color: rgb(253,77,188); }
div.DivClassName
{
background-color: #FD4DBC;
}
.BgClassName
{
background-color: #FD4DBC;
}
</style>
border-color css
<style>
span { border-color: #FD4DBC; }
span { border-color: rgb(253,77,188); }
td.TdClassName
{
border-color: #FD4DBC;
}
.TagClassName
{
border-color: #FD4DBC;
}
</style>