Shades of Razzle Dazzle Rose #FF47CE
Tints of Razzle Dazzle Rose #FF47CE
RGB
CMYK
RGB Variations
Color information
#FF47CE (or 0xFF47CE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and CE. RGB value is (255,71,206). Sum of RGB (Red+Green+Blue) = 255+71+206=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 71 (28.12% from 255 or 13.35% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47CE is #00B831. Grayscale: #8D8D8D. Windows color (decimal): -47154 or 13518847. OLE color: 13518847.
HSL color Cylindrical-coordinate representation of color #FF47CE: hue angle of 315.98º 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 #FF47CE is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 206 | - |
| CMYK | 0 | 0.72 | 0.19 | 0 |
| HSL | 315.98º | 1% | 0.64% | - |
| HSV(B) | 315.98º | 0.72% | 1% | - |
| XYZ | 54.63 | 30.22 | 61.35 | - |
| YUV | 141.41 | 164.46 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 206 | 0 | 0.72 | 0.19 | 0 | 315.98 | 1 | 0.64 |
| Hex | FF | 47 | CE | 0 | 48 | 13 | 0 | 13C | 64 | 40 |
| Octal | 377 | 107 | 316 | 0 | 110 | 23 | 0 | 474 | 144 | 100 |
| Binary | 11111111 | 1000111 | 11001110 | 0 | 1001000 | 10011 | 0 | 100111100 | 1100100 | 1000000 |
Color Harmonies of #FF47CE
Complementary color
Monochromatic Colors of #FF47CE
Black with #FF47CE
Text Example
Text Example
White with #FF47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47CE; }
p { color: rgb(255,71,206); }
H1.HeaderClassName
{
color: #FF47CE;
}
.AnyTagClassName
{
color: #FF47CE;
}
</style>
background-color css
<style>
a { background-color: #FF47CE; }
a { background-color: rgb(255,71,206); }
div.DivClassName
{
background-color: #FF47CE;
}
.BgClassName
{
background-color: #FF47CE;
}
</style>
border-color css
<style>
span { border-color: #FF47CE; }
span { border-color: rgb(255,71,206); }
td.TdClassName
{
border-color: #FF47CE;
}
.TagClassName
{
border-color: #FF47CE;
}
</style>