Shades of Brilliant Rose #FA4DB8
Tints of Brilliant Rose #FA4DB8
RGB
CMYK
RGB Variations
Color information
#FA4DB8 (or 0xFA4DB8) is known color: Brilliant Rose. HEX triplet: FA, 4D and B8. RGB value is (250,77,184). Sum of RGB (Red+Green+Blue) = 250+77+184=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DB8 is #05B247. Grayscale: #8C8C8C. Windows color (decimal): -373320 or 12078586. OLE color: 12078586.
HSL color Cylindrical-coordinate representation of color #FA4DB8: hue angle of 322.89º 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 #FA4DB8 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 184 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.02 |
| HSL | 322.89º | 0.95% | 0.64% | - |
| HSV(B) | 322.89º | 0.69% | 0.98% | - |
| XYZ | 50.73 | 29.09 | 48.29 | - |
| YUV | 140.93 | 152.31 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 184 | 0 | 0.69 | 0.26 | 0.02 | 322.89 | 0.95 | 0.64 |
| Hex | FA | 4D | B8 | 0 | 45 | 1A | 2 | 143 | 5F | 40 |
| Octal | 372 | 115 | 270 | 0 | 105 | 32 | 2 | 503 | 137 | 100 |
| Binary | 11111010 | 1001101 | 10111000 | 0 | 1000101 | 11010 | 10 | 101000011 | 1011111 | 1000000 |
Color Harmonies of #FA4DB8
Complementary color
Monochromatic Colors of #FA4DB8
Black with #FA4DB8
Text Example
Text Example
White with #FA4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DB8; }
p { color: rgb(250,77,184); }
H1.HeaderClassName
{
color: #FA4DB8;
}
.AnyTagClassName
{
color: #FA4DB8;
}
</style>
background-color css
<style>
a { background-color: #FA4DB8; }
a { background-color: rgb(250,77,184); }
div.DivClassName
{
background-color: #FA4DB8;
}
.BgClassName
{
background-color: #FA4DB8;
}
</style>
border-color css
<style>
span { border-color: #FA4DB8; }
span { border-color: rgb(250,77,184); }
td.TdClassName
{
border-color: #FA4DB8;
}
.TagClassName
{
border-color: #FA4DB8;
}
</style>