Shades of Razzle Dazzle Rose #FF47DF
Tints of Razzle Dazzle Rose #FF47DF
RGB
CMYK
RGB Variations
Color information
#FF47DF (or 0xFF47DF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and DF. RGB value is (255,71,223). Sum of RGB (Red+Green+Blue) = 255+71+223=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 71 (28.12% from 255 or 12.93% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47DF is #00B820. Grayscale: #8E8E8E. Windows color (decimal): -47137 or 14632959. OLE color: 14632959.
HSL color Cylindrical-coordinate representation of color #FF47DF: hue angle of 310.43º 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 #FF47DF is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 223 | - |
| CMYK | 0 | 0.72 | 0.13 | 0 |
| HSL | 310.43º | 1% | 0.64% | - |
| HSV(B) | 310.43º | 0.72% | 1% | - |
| XYZ | 56.81 | 31.09 | 72.82 | - |
| YUV | 143.34 | 172.96 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 223 | 0 | 0.72 | 0.13 | 0 | 310.43 | 1 | 0.64 |
| Hex | FF | 47 | DF | 0 | 48 | D | 0 | 136 | 64 | 40 |
| Octal | 377 | 107 | 337 | 0 | 110 | 15 | 0 | 466 | 144 | 100 |
| Binary | 11111111 | 1000111 | 11011111 | 0 | 1001000 | 1101 | 0 | 100110110 | 1100100 | 1000000 |
Color Harmonies of #FF47DF
Complementary color
Monochromatic Colors of #FF47DF
Black with #FF47DF
Text Example
Text Example
White with #FF47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47DF; }
p { color: rgb(255,71,223); }
H1.HeaderClassName
{
color: #FF47DF;
}
.AnyTagClassName
{
color: #FF47DF;
}
</style>
background-color css
<style>
a { background-color: #FF47DF; }
a { background-color: rgb(255,71,223); }
div.DivClassName
{
background-color: #FF47DF;
}
.BgClassName
{
background-color: #FF47DF;
}
</style>
border-color css
<style>
span { border-color: #FF47DF; }
span { border-color: rgb(255,71,223); }
td.TdClassName
{
border-color: #FF47DF;
}
.TagClassName
{
border-color: #FF47DF;
}
</style>