Shades of Brilliant Rose #FA43AD
Tints of Brilliant Rose #FA43AD
RGB
CMYK
RGB Variations
Color information
#FA43AD (or 0xFA43AD) is known color: Brilliant Rose. HEX triplet: FA, 43 and AD. RGB value is (250,67,173). Sum of RGB (Red+Green+Blue) = 250+67+173=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA43AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA43AD is #05BC52. Grayscale: #858585. Windows color (decimal): -375891 or 11355130. OLE color: 11355130.
HSL color Cylindrical-coordinate representation of color #FA43AD: hue angle of 325.25º 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 #FA43AD is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 173 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.02 |
| HSL | 325.25º | 0.95% | 0.62% | - |
| HSV(B) | 325.25º | 0.73% | 0.98% | - |
| XYZ | 48.97 | 27.36 | 42.23 | - |
| YUV | 133.8 | 150.13 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 173 | 0 | 0.73 | 0.31 | 0.02 | 325.25 | 0.95 | 0.62 |
| Hex | FA | 43 | AD | 0 | 49 | 1F | 2 | 145 | 5F | 3E |
| Octal | 372 | 103 | 255 | 0 | 111 | 37 | 2 | 505 | 137 | 76 |
| Binary | 11111010 | 1000011 | 10101101 | 0 | 1001001 | 11111 | 10 | 101000101 | 1011111 | 111110 |
Color Harmonies of #FA43AD
Complementary color
Monochromatic Colors of #FA43AD
Black with #FA43AD
Text Example
Text Example
White with #FA43AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA43AD; }
p { color: rgb(250,67,173); }
H1.HeaderClassName
{
color: #FA43AD;
}
.AnyTagClassName
{
color: #FA43AD;
}
</style>
background-color css
<style>
a { background-color: #FA43AD; }
a { background-color: rgb(250,67,173); }
div.DivClassName
{
background-color: #FA43AD;
}
.BgClassName
{
background-color: #FA43AD;
}
</style>
border-color css
<style>
span { border-color: #FA43AD; }
span { border-color: rgb(250,67,173); }
td.TdClassName
{
border-color: #FA43AD;
}
.TagClassName
{
border-color: #FA43AD;
}
</style>