Shades of Brilliant Rose #FA4DBC
Tints of Brilliant Rose #FA4DBC
RGB
CMYK
RGB Variations
Color information
#FA4DBC (or 0xFA4DBC) is known color: Brilliant Rose. HEX triplet: FA, 4D and BC. RGB value is (250,77,188). Sum of RGB (Red+Green+Blue) = 250+77+188=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DBC is #05B243. Grayscale: #8D8D8D. Windows color (decimal): -373316 or 12340730. OLE color: 12340730.
HSL color Cylindrical-coordinate representation of color #FA4DBC: hue angle of 321.5º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4DBC is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 188 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.02 |
| HSL | 321.5º | 0.95% | 0.64% | - |
| HSV(B) | 321.5º | 0.69% | 0.98% | - |
| XYZ | 51.16 | 29.26 | 50.53 | - |
| YUV | 141.38 | 154.31 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 188 | 0 | 0.69 | 0.25 | 0.02 | 321.5 | 0.95 | 0.64 |
| Hex | FA | 4D | BC | 0 | 45 | 19 | 2 | 142 | 5F | 40 |
| Octal | 372 | 115 | 274 | 0 | 105 | 31 | 2 | 502 | 137 | 100 |
| Binary | 11111010 | 1001101 | 10111100 | 0 | 1000101 | 11001 | 10 | 101000010 | 1011111 | 1000000 |
Color Harmonies of #FA4DBC
Complementary color
Monochromatic Colors of #FA4DBC
Black with #FA4DBC
Text Example
Text Example
White with #FA4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DBC; }
p { color: rgb(250,77,188); }
H1.HeaderClassName
{
color: #FA4DBC;
}
.AnyTagClassName
{
color: #FA4DBC;
}
</style>
background-color css
<style>
a { background-color: #FA4DBC; }
a { background-color: rgb(250,77,188); }
div.DivClassName
{
background-color: #FA4DBC;
}
.BgClassName
{
background-color: #FA4DBC;
}
</style>
border-color css
<style>
span { border-color: #FA4DBC; }
span { border-color: rgb(250,77,188); }
td.TdClassName
{
border-color: #FA4DBC;
}
.TagClassName
{
border-color: #FA4DBC;
}
</style>