Shades of Brilliant Rose #FF47B7
Tints of Brilliant Rose #FF47B7
RGB
CMYK
RGB Variations
Color information
#FF47B7 (or 0xFF47B7) is known color: Brilliant Rose. HEX triplet: FF, 47 and B7. RGB value is (255,71,183). Sum of RGB (Red+Green+Blue) = 255+71+183=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 71 (28.12% from 255 or 13.95% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47B7 is #00B848. Grayscale: #8A8A8A. Windows color (decimal): -47177 or 12011519. OLE color: 12011519.
HSL color Cylindrical-coordinate representation of color #FF47B7: hue angle of 323.48º 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 #FF47B7 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 183 | - |
| CMYK | 0 | 0.72 | 0.28 | 0 |
| HSL | 323.48º | 1% | 0.64% | - |
| HSV(B) | 323.48º | 0.72% | 1% | - |
| XYZ | 52.04 | 29.19 | 47.69 | - |
| YUV | 138.78 | 152.96 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 183 | 0 | 0.72 | 0.28 | 0 | 323.48 | 1 | 0.64 |
| Hex | FF | 47 | B7 | 0 | 48 | 1C | 0 | 143 | 64 | 40 |
| Octal | 377 | 107 | 267 | 0 | 110 | 34 | 0 | 503 | 144 | 100 |
| Binary | 11111111 | 1000111 | 10110111 | 0 | 1001000 | 11100 | 0 | 101000011 | 1100100 | 1000000 |
Color Harmonies of #FF47B7
Complementary color
Monochromatic Colors of #FF47B7
Black with #FF47B7
Text Example
Text Example
White with #FF47B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47B7; }
p { color: rgb(255,71,183); }
H1.HeaderClassName
{
color: #FF47B7;
}
.AnyTagClassName
{
color: #FF47B7;
}
</style>
background-color css
<style>
a { background-color: #FF47B7; }
a { background-color: rgb(255,71,183); }
div.DivClassName
{
background-color: #FF47B7;
}
.BgClassName
{
background-color: #FF47B7;
}
</style>
border-color css
<style>
span { border-color: #FF47B7; }
span { border-color: rgb(255,71,183); }
td.TdClassName
{
border-color: #FF47B7;
}
.TagClassName
{
border-color: #FF47B7;
}
</style>