Shades of Razzle Dazzle Rose #FF47C6
Tints of Razzle Dazzle Rose #FF47C6
RGB
CMYK
RGB Variations
Color information
#FF47C6 (or 0xFF47C6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and C6. RGB value is (255,71,198). Sum of RGB (Red+Green+Blue) = 255+71+198=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 71 (28.12% from 255 or 13.55% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47C6 is #00B839. Grayscale: #8C8C8C. Windows color (decimal): -47162 or 12994559. OLE color: 12994559.
HSL color Cylindrical-coordinate representation of color #FF47C6: hue angle of 318.59º 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 #FF47C6 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 198 | - |
| CMYK | 0 | 0.72 | 0.22 | 0 |
| HSL | 318.59º | 1% | 0.64% | - |
| HSV(B) | 318.59º | 0.72% | 1% | - |
| XYZ | 53.69 | 29.84 | 56.36 | - |
| YUV | 140.49 | 160.46 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 198 | 0 | 0.72 | 0.22 | 0 | 318.59 | 1 | 0.64 |
| Hex | FF | 47 | C6 | 0 | 48 | 16 | 0 | 13F | 64 | 40 |
| Octal | 377 | 107 | 306 | 0 | 110 | 26 | 0 | 477 | 144 | 100 |
| Binary | 11111111 | 1000111 | 11000110 | 0 | 1001000 | 10110 | 0 | 100111111 | 1100100 | 1000000 |
Color Harmonies of #FF47C6
Complementary color
Monochromatic Colors of #FF47C6
Black with #FF47C6
Text Example
Text Example
White with #FF47C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47C6; }
p { color: rgb(255,71,198); }
H1.HeaderClassName
{
color: #FF47C6;
}
.AnyTagClassName
{
color: #FF47C6;
}
</style>
background-color css
<style>
a { background-color: #FF47C6; }
a { background-color: rgb(255,71,198); }
div.DivClassName
{
background-color: #FF47C6;
}
.BgClassName
{
background-color: #FF47C6;
}
</style>
border-color css
<style>
span { border-color: #FF47C6; }
span { border-color: rgb(255,71,198); }
td.TdClassName
{
border-color: #FF47C6;
}
.TagClassName
{
border-color: #FF47C6;
}
</style>