Shades of Brilliant Rose #FA44AD
Tints of Brilliant Rose #FA44AD
RGB
CMYK
RGB Variations
Color information
#FA44AD (or 0xFA44AD) is known color: Brilliant Rose. HEX triplet: FA, 44 and AD. RGB value is (250,68,173). Sum of RGB (Red+Green+Blue) = 250+68+173=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA44AD is #05BB52. Grayscale: #868686. Windows color (decimal): -375635 or 11355386. OLE color: 11355386.
HSL color Cylindrical-coordinate representation of color #FA44AD: hue angle of 325.38º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA44AD is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 173 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.02 |
| HSL | 325.38º | 0.95% | 0.62% | - |
| HSV(B) | 325.38º | 0.73% | 0.98% | - |
| XYZ | 49.03 | 27.48 | 42.25 | - |
| YUV | 134.39 | 149.8 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 173 | 0 | 0.73 | 0.31 | 0.02 | 325.38 | 0.95 | 0.62 |
| Hex | FA | 44 | AD | 0 | 49 | 1F | 2 | 145 | 5F | 3E |
| Octal | 372 | 104 | 255 | 0 | 111 | 37 | 2 | 505 | 137 | 76 |
| Binary | 11111010 | 1000100 | 10101101 | 0 | 1001001 | 11111 | 10 | 101000101 | 1011111 | 111110 |
Color Harmonies of #FA44AD
Complementary color
Monochromatic Colors of #FA44AD
Black with #FA44AD
Text Example
Text Example
White with #FA44AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA44AD; }
p { color: rgb(250,68,173); }
H1.HeaderClassName
{
color: #FA44AD;
}
.AnyTagClassName
{
color: #FA44AD;
}
</style>
background-color css
<style>
a { background-color: #FA44AD; }
a { background-color: rgb(250,68,173); }
div.DivClassName
{
background-color: #FA44AD;
}
.BgClassName
{
background-color: #FA44AD;
}
</style>
border-color css
<style>
span { border-color: #FA44AD; }
span { border-color: rgb(250,68,173); }
td.TdClassName
{
border-color: #FA44AD;
}
.TagClassName
{
border-color: #FA44AD;
}
</style>