Shades of Brilliant Rose #FA5FA4
Tints of Brilliant Rose #FA5FA4
RGB
CMYK
RGB Variations
Color information
#FA5FA4 (or 0xFA5FA4) is known color: Brilliant Rose. HEX triplet: FA, 5F and A4. RGB value is (250,95,164). Sum of RGB (Red+Green+Blue) = 250+95+164=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5FA4 is #05A05B. Grayscale: #959595. Windows color (decimal): -368732 or 10772474. OLE color: 10772474.
HSL color Cylindrical-coordinate representation of color #FA5FA4: hue angle of 333.29º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5FA4 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 95 | 164 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.02 |
| HSL | 333.29º | 0.94% | 0.68% | - |
| HSV(B) | 333.29º | 0.62% | 0.98% | - |
| XYZ | 50.22 | 31.19 | 38.5 | - |
| YUV | 149.21 | 136.35 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 95 | 164 | 0 | 0.62 | 0.34 | 0.02 | 333.29 | 0.94 | 0.68 |
| Hex | FA | 5F | A4 | 0 | 3E | 22 | 2 | 14D | 5E | 44 |
| Octal | 372 | 137 | 244 | 0 | 76 | 42 | 2 | 515 | 136 | 104 |
| Binary | 11111010 | 1011111 | 10100100 | 0 | 111110 | 100010 | 10 | 101001101 | 1011110 | 1000100 |
Color Harmonies of #FA5FA4
Complementary color
Monochromatic Colors of #FA5FA4
Black with #FA5FA4
Text Example
Text Example
White with #FA5FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5FA4; }
p { color: rgb(250,95,164); }
H1.HeaderClassName
{
color: #FA5FA4;
}
.AnyTagClassName
{
color: #FA5FA4;
}
</style>
background-color css
<style>
a { background-color: #FA5FA4; }
a { background-color: rgb(250,95,164); }
div.DivClassName
{
background-color: #FA5FA4;
}
.BgClassName
{
background-color: #FA5FA4;
}
</style>
border-color css
<style>
span { border-color: #FA5FA4; }
span { border-color: rgb(250,95,164); }
td.TdClassName
{
border-color: #FA5FA4;
}
.TagClassName
{
border-color: #FA5FA4;
}
</style>