Shades of Brilliant Rose #FA58AD
Tints of Brilliant Rose #FA58AD
RGB
CMYK
RGB Variations
Color information
#FA58AD (or 0xFA58AD) is known color: Brilliant Rose. HEX triplet: FA, 58 and AD. RGB value is (250,88,173). Sum of RGB (Red+Green+Blue) = 250+88+173=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA58AD is #05A752. Grayscale: #919191. Windows color (decimal): -370515 or 11360506. OLE color: 11360506.
HSL color Cylindrical-coordinate representation of color #FA58AD: hue angle of 328.52º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA58AD is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 173 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.02 |
| HSL | 328.52º | 0.94% | 0.66% | - |
| HSV(B) | 328.52º | 0.65% | 0.98% | - |
| XYZ | 50.46 | 30.32 | 42.73 | - |
| YUV | 146.13 | 143.17 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 173 | 0 | 0.65 | 0.31 | 0.02 | 328.52 | 0.94 | 0.66 |
| Hex | FA | 58 | AD | 0 | 41 | 1F | 2 | 149 | 5E | 42 |
| Octal | 372 | 130 | 255 | 0 | 101 | 37 | 2 | 511 | 136 | 102 |
| Binary | 11111010 | 1011000 | 10101101 | 0 | 1000001 | 11111 | 10 | 101001001 | 1011110 | 1000010 |
Color Harmonies of #FA58AD
Complementary color
Monochromatic Colors of #FA58AD
Black with #FA58AD
Text Example
Text Example
White with #FA58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA58AD; }
p { color: rgb(250,88,173); }
H1.HeaderClassName
{
color: #FA58AD;
}
.AnyTagClassName
{
color: #FA58AD;
}
</style>
background-color css
<style>
a { background-color: #FA58AD; }
a { background-color: rgb(250,88,173); }
div.DivClassName
{
background-color: #FA58AD;
}
.BgClassName
{
background-color: #FA58AD;
}
</style>
border-color css
<style>
span { border-color: #FA58AD; }
span { border-color: rgb(250,88,173); }
td.TdClassName
{
border-color: #FA58AD;
}
.TagClassName
{
border-color: #FA58AD;
}
</style>