Shades of Brilliant Rose #FF47A1
Tints of Brilliant Rose #FF47A1
RGB
CMYK
RGB Variations
Color information
#FF47A1 (or 0xFF47A1) is known color: Brilliant Rose. HEX triplet: FF, 47 and A1. RGB value is (255,71,161). Sum of RGB (Red+Green+Blue) = 255+71+161=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF47A1 is #00B85E. Grayscale: #888888. Windows color (decimal): -47199 or 10569727. OLE color: 10569727.
HSL color Cylindrical-coordinate representation of color #FF47A1: hue angle of 330.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF47A1 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 161 | - |
| CMYK | 0 | 0.72 | 0.37 | 0 |
| HSL | 330.65º | 1% | 0.64% | - |
| HSV(B) | 330.65º | 0.72% | 1% | - |
| XYZ | 49.93 | 28.34 | 36.56 | - |
| YUV | 136.28 | 141.96 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 161 | 0 | 0.72 | 0.37 | 0 | 330.65 | 1 | 0.64 |
| Hex | FF | 47 | A1 | 0 | 48 | 25 | 0 | 14B | 64 | 40 |
| Octal | 377 | 107 | 241 | 0 | 110 | 45 | 0 | 513 | 144 | 100 |
| Binary | 11111111 | 1000111 | 10100001 | 0 | 1001000 | 100101 | 0 | 101001011 | 1100100 | 1000000 |
Color Harmonies of #FF47A1
Complementary color
Monochromatic Colors of #FF47A1
Black with #FF47A1
Text Example
Text Example
White with #FF47A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47A1; }
p { color: rgb(255,71,161); }
H1.HeaderClassName
{
color: #FF47A1;
}
.AnyTagClassName
{
color: #FF47A1;
}
</style>
background-color css
<style>
a { background-color: #FF47A1; }
a { background-color: rgb(255,71,161); }
div.DivClassName
{
background-color: #FF47A1;
}
.BgClassName
{
background-color: #FF47A1;
}
</style>
border-color css
<style>
span { border-color: #FF47A1; }
span { border-color: rgb(255,71,161); }
td.TdClassName
{
border-color: #FF47A1;
}
.TagClassName
{
border-color: #FF47A1;
}
</style>