Shades of Brilliant Rose #FA47B5
Tints of Brilliant Rose #FA47B5
RGB
CMYK
RGB Variations
Color information
#FA47B5 (or 0xFA47B5) is known color: Brilliant Rose. HEX triplet: FA, 47 and B5. RGB value is (250,71,181). Sum of RGB (Red+Green+Blue) = 250+71+181=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA47B5 is #05B84A. Grayscale: #888888. Windows color (decimal): -374859 or 11880442. OLE color: 11880442.
HSL color Cylindrical-coordinate representation of color #FA47B5: hue angle of 323.13º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA47B5 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 71 | 181 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.02 |
| HSL | 323.13º | 0.95% | 0.63% | - |
| HSV(B) | 323.13º | 0.72% | 0.98% | - |
| XYZ | 50.02 | 28.17 | 46.52 | - |
| YUV | 137.06 | 152.8 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 181 | 0 | 0.72 | 0.28 | 0.02 | 323.13 | 0.95 | 0.63 |
| Hex | FA | 47 | B5 | 0 | 48 | 1C | 2 | 143 | 5F | 3F |
| Octal | 372 | 107 | 265 | 0 | 110 | 34 | 2 | 503 | 137 | 77 |
| Binary | 11111010 | 1000111 | 10110101 | 0 | 1001000 | 11100 | 10 | 101000011 | 1011111 | 111111 |
Color Harmonies of #FA47B5
Complementary color
Monochromatic Colors of #FA47B5
Black with #FA47B5
Text Example
Text Example
White with #FA47B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA47B5; }
p { color: rgb(250,71,181); }
H1.HeaderClassName
{
color: #FA47B5;
}
.AnyTagClassName
{
color: #FA47B5;
}
</style>
background-color css
<style>
a { background-color: #FA47B5; }
a { background-color: rgb(250,71,181); }
div.DivClassName
{
background-color: #FA47B5;
}
.BgClassName
{
background-color: #FA47B5;
}
</style>
border-color css
<style>
span { border-color: #FA47B5; }
span { border-color: rgb(250,71,181); }
td.TdClassName
{
border-color: #FA47B5;
}
.TagClassName
{
border-color: #FA47B5;
}
</style>