Shades of Brilliant Rose #FF47AB
Tints of Brilliant Rose #FF47AB
RGB
CMYK
RGB Variations
Color information
#FF47AB (or 0xFF47AB) is known color: Brilliant Rose. HEX triplet: FF, 47 and AB. RGB value is (255,71,171). Sum of RGB (Red+Green+Blue) = 255+71+171=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF47AB is #00B854. Grayscale: #898989. Windows color (decimal): -47189 or 11225087. OLE color: 11225087.
HSL color Cylindrical-coordinate representation of color #FF47AB: hue angle of 327.39º 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 #FF47AB is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 171 | - |
| CMYK | 0 | 0.72 | 0.33 | 0 |
| HSL | 327.39º | 1% | 0.64% | - |
| HSV(B) | 327.39º | 0.72% | 1% | - |
| XYZ | 50.84 | 28.71 | 41.39 | - |
| YUV | 137.42 | 146.96 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 171 | 0 | 0.72 | 0.33 | 0 | 327.39 | 1 | 0.64 |
| Hex | FF | 47 | AB | 0 | 48 | 21 | 0 | 147 | 64 | 40 |
| Octal | 377 | 107 | 253 | 0 | 110 | 41 | 0 | 507 | 144 | 100 |
| Binary | 11111111 | 1000111 | 10101011 | 0 | 1001000 | 100001 | 0 | 101000111 | 1100100 | 1000000 |
Color Harmonies of #FF47AB
Complementary color
Monochromatic Colors of #FF47AB
Black with #FF47AB
Text Example
Text Example
White with #FF47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47AB; }
p { color: rgb(255,71,171); }
H1.HeaderClassName
{
color: #FF47AB;
}
.AnyTagClassName
{
color: #FF47AB;
}
</style>
background-color css
<style>
a { background-color: #FF47AB; }
a { background-color: rgb(255,71,171); }
div.DivClassName
{
background-color: #FF47AB;
}
.BgClassName
{
background-color: #FF47AB;
}
</style>
border-color css
<style>
span { border-color: #FF47AB; }
span { border-color: rgb(255,71,171); }
td.TdClassName
{
border-color: #FF47AB;
}
.TagClassName
{
border-color: #FF47AB;
}
</style>