Shades of Razzle Dazzle Rose #FF47BD
Tints of Razzle Dazzle Rose #FF47BD
RGB
CMYK
RGB Variations
Color information
#FF47BD (or 0xFF47BD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and BD. RGB value is (255,71,189). Sum of RGB (Red+Green+Blue) = 255+71+189=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 71 (28.12% from 255 or 13.79% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47BD is #00B842. Grayscale: #8B8B8B. Windows color (decimal): -47171 or 12404735. OLE color: 12404735.
HSL color Cylindrical-coordinate representation of color #FF47BD: hue angle of 321.52º 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 #FF47BD is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 189 | - |
| CMYK | 0 | 0.72 | 0.26 | 0 |
| HSL | 321.52º | 1% | 0.64% | - |
| HSV(B) | 321.52º | 0.72% | 1% | - |
| XYZ | 52.68 | 29.44 | 51.05 | - |
| YUV | 139.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 189 | 0 | 0.72 | 0.26 | 0 | 321.52 | 1 | 0.64 |
| Hex | FF | 47 | BD | 0 | 48 | 1A | 0 | 142 | 64 | 40 |
| Octal | 377 | 107 | 275 | 0 | 110 | 32 | 0 | 502 | 144 | 100 |
| Binary | 11111111 | 1000111 | 10111101 | 0 | 1001000 | 11010 | 0 | 101000010 | 1100100 | 1000000 |
Color Harmonies of #FF47BD
Complementary color
Monochromatic Colors of #FF47BD
Black with #FF47BD
Text Example
Text Example
White with #FF47BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47BD; }
p { color: rgb(255,71,189); }
H1.HeaderClassName
{
color: #FF47BD;
}
.AnyTagClassName
{
color: #FF47BD;
}
</style>
background-color css
<style>
a { background-color: #FF47BD; }
a { background-color: rgb(255,71,189); }
div.DivClassName
{
background-color: #FF47BD;
}
.BgClassName
{
background-color: #FF47BD;
}
</style>
border-color css
<style>
span { border-color: #FF47BD; }
span { border-color: rgb(255,71,189); }
td.TdClassName
{
border-color: #FF47BD;
}
.TagClassName
{
border-color: #FF47BD;
}
</style>