Shades of Brilliant Rose #FA4AAA
Tints of Brilliant Rose #FA4AAA
RGB
CMYK
RGB Variations
Color information
#FA4AAA (or 0xFA4AAA) is known color: Brilliant Rose. HEX triplet: FA, 4A and AA. RGB value is (250,74,170). Sum of RGB (Red+Green+Blue) = 250+74+170=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4AAA is #05B555. Grayscale: #898989. Windows color (decimal): -374102 or 11160314. OLE color: 11160314.
HSL color Cylindrical-coordinate representation of color #FA4AAA: hue angle of 327.27º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4AAA is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 170 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.02 |
| HSL | 327.27º | 0.95% | 0.64% | - |
| HSV(B) | 327.27º | 0.7% | 0.98% | - |
| XYZ | 49.13 | 28.12 | 40.87 | - |
| YUV | 137.57 | 146.31 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 170 | 0 | 0.70 | 0.32 | 0.02 | 327.27 | 0.95 | 0.64 |
| Hex | FA | 4A | AA | 0 | 46 | 20 | 2 | 147 | 5F | 40 |
| Octal | 372 | 112 | 252 | 0 | 106 | 40 | 2 | 507 | 137 | 100 |
| Binary | 11111010 | 1001010 | 10101010 | 0 | 1000110 | 100000 | 10 | 101000111 | 1011111 | 1000000 |
Color Harmonies of #FA4AAA
Complementary color
Monochromatic Colors of #FA4AAA
Black with #FA4AAA
Text Example
Text Example
White with #FA4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4AAA; }
p { color: rgb(250,74,170); }
H1.HeaderClassName
{
color: #FA4AAA;
}
.AnyTagClassName
{
color: #FA4AAA;
}
</style>
background-color css
<style>
a { background-color: #FA4AAA; }
a { background-color: rgb(250,74,170); }
div.DivClassName
{
background-color: #FA4AAA;
}
.BgClassName
{
background-color: #FA4AAA;
}
</style>
border-color css
<style>
span { border-color: #FA4AAA; }
span { border-color: rgb(250,74,170); }
td.TdClassName
{
border-color: #FA4AAA;
}
.TagClassName
{
border-color: #FA4AAA;
}
</style>