Shades of Brilliant Rose #FA4DA3
Tints of Brilliant Rose #FA4DA3
RGB
CMYK
RGB Variations
Color information
#FA4DA3 (or 0xFA4DA3) is known color: Brilliant Rose. HEX triplet: FA, 4D and A3. RGB value is (250,77,163). Sum of RGB (Red+Green+Blue) = 250+77+163=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4DA3 is #05B25C. Grayscale: #8A8A8A. Windows color (decimal): -373341 or 10702330. OLE color: 10702330.
HSL color Cylindrical-coordinate representation of color #FA4DA3: hue angle of 330.17º 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 #FA4DA3 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 163 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.02 |
| HSL | 330.17º | 0.95% | 0.64% | - |
| HSV(B) | 330.17º | 0.69% | 0.98% | - |
| XYZ | 48.69 | 28.28 | 37.54 | - |
| YUV | 138.53 | 141.81 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 163 | 0 | 0.69 | 0.35 | 0.02 | 330.17 | 0.95 | 0.64 |
| Hex | FA | 4D | A3 | 0 | 45 | 23 | 2 | 14A | 5F | 40 |
| Octal | 372 | 115 | 243 | 0 | 105 | 43 | 2 | 512 | 137 | 100 |
| Binary | 11111010 | 1001101 | 10100011 | 0 | 1000101 | 100011 | 10 | 101001010 | 1011111 | 1000000 |
Color Harmonies of #FA4DA3
Complementary color
Monochromatic Colors of #FA4DA3
Black with #FA4DA3
Text Example
Text Example
White with #FA4DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DA3; }
p { color: rgb(250,77,163); }
H1.HeaderClassName
{
color: #FA4DA3;
}
.AnyTagClassName
{
color: #FA4DA3;
}
</style>
background-color css
<style>
a { background-color: #FA4DA3; }
a { background-color: rgb(250,77,163); }
div.DivClassName
{
background-color: #FA4DA3;
}
.BgClassName
{
background-color: #FA4DA3;
}
</style>
border-color css
<style>
span { border-color: #FA4DA3; }
span { border-color: rgb(250,77,163); }
td.TdClassName
{
border-color: #FA4DA3;
}
.TagClassName
{
border-color: #FA4DA3;
}
</style>