Shades of Brilliant Rose #FA4AAF
Tints of Brilliant Rose #FA4AAF
RGB
CMYK
RGB Variations
Color information
#FA4AAF (or 0xFA4AAF) is known color: Brilliant Rose. HEX triplet: FA, 4A and AF. RGB value is (250,74,175). Sum of RGB (Red+Green+Blue) = 250+74+175=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4AAF is #05B550. Grayscale: #898989. Windows color (decimal): -374097 or 11487994. OLE color: 11487994.
HSL color Cylindrical-coordinate representation of color #FA4AAF: hue angle of 325.57º 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 #FA4AAF is Cyan = 0, Magento = 0.70, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 175 | - |
| CMYK | 0 | 0.70 | 0.3 | 0.02 |
| HSL | 325.57º | 0.95% | 0.64% | - |
| HSV(B) | 325.57º | 0.7% | 0.98% | - |
| XYZ | 49.61 | 28.32 | 43.41 | - |
| YUV | 138.14 | 148.81 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 175 | 0 | 0.70 | 0.3 | 0.02 | 325.57 | 0.95 | 0.64 |
| Hex | FA | 4A | AF | 0 | 46 | 1E | 2 | 146 | 5F | 40 |
| Octal | 372 | 112 | 257 | 0 | 106 | 36 | 2 | 506 | 137 | 100 |
| Binary | 11111010 | 1001010 | 10101111 | 0 | 1000110 | 11110 | 10 | 101000110 | 1011111 | 1000000 |
Color Harmonies of #FA4AAF
Complementary color
Monochromatic Colors of #FA4AAF
Black with #FA4AAF
Text Example
Text Example
White with #FA4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4AAF; }
p { color: rgb(250,74,175); }
H1.HeaderClassName
{
color: #FA4AAF;
}
.AnyTagClassName
{
color: #FA4AAF;
}
</style>
background-color css
<style>
a { background-color: #FA4AAF; }
a { background-color: rgb(250,74,175); }
div.DivClassName
{
background-color: #FA4AAF;
}
.BgClassName
{
background-color: #FA4AAF;
}
</style>
border-color css
<style>
span { border-color: #FA4AAF; }
span { border-color: rgb(250,74,175); }
td.TdClassName
{
border-color: #FA4AAF;
}
.TagClassName
{
border-color: #FA4AAF;
}
</style>