Shades of Razzle Dazzle Rose #FF47C2
Tints of Razzle Dazzle Rose #FF47C2
RGB
CMYK
RGB Variations
Color information
#FF47C2 (or 0xFF47C2) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and C2. RGB value is (255,71,194). Sum of RGB (Red+Green+Blue) = 255+71+194=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 71 (28.12% from 255 or 13.65% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47C2 is #00B83D. Grayscale: #8B8B8B. Windows color (decimal): -47166 or 12732415. OLE color: 12732415.
HSL color Cylindrical-coordinate representation of color #FF47C2: hue angle of 319.89º 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 #FF47C2 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 194 | - |
| CMYK | 0 | 0.72 | 0.24 | 0 |
| HSL | 319.89º | 1% | 0.64% | - |
| HSV(B) | 319.89º | 0.72% | 1% | - |
| XYZ | 53.23 | 29.66 | 53.96 | - |
| YUV | 140.04 | 158.46 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 194 | 0 | 0.72 | 0.24 | 0 | 319.89 | 1 | 0.64 |
| Hex | FF | 47 | C2 | 0 | 48 | 18 | 0 | 140 | 64 | 40 |
| Octal | 377 | 107 | 302 | 0 | 110 | 30 | 0 | 500 | 144 | 100 |
| Binary | 11111111 | 1000111 | 11000010 | 0 | 1001000 | 11000 | 0 | 101000000 | 1100100 | 1000000 |
Color Harmonies of #FF47C2
Complementary color
Monochromatic Colors of #FF47C2
Black with #FF47C2
Text Example
Text Example
White with #FF47C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47C2; }
p { color: rgb(255,71,194); }
H1.HeaderClassName
{
color: #FF47C2;
}
.AnyTagClassName
{
color: #FF47C2;
}
</style>
background-color css
<style>
a { background-color: #FF47C2; }
a { background-color: rgb(255,71,194); }
div.DivClassName
{
background-color: #FF47C2;
}
.BgClassName
{
background-color: #FF47C2;
}
</style>
border-color css
<style>
span { border-color: #FF47C2; }
span { border-color: rgb(255,71,194); }
td.TdClassName
{
border-color: #FF47C2;
}
.TagClassName
{
border-color: #FF47C2;
}
</style>