Shades of Razzle Dazzle Rose #FF47C8
Tints of Razzle Dazzle Rose #FF47C8
RGB
CMYK
RGB Variations
Color information
#FF47C8 (or 0xFF47C8) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and C8. RGB value is (255,71,200). Sum of RGB (Red+Green+Blue) = 255+71+200=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 71 (28.12% from 255 or 13.50% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47C8 is #00B837. Grayscale: #8C8C8C. Windows color (decimal): -47160 or 13125631. OLE color: 13125631.
HSL color Cylindrical-coordinate representation of color #FF47C8: hue angle of 317.93º 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 #FF47C8 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 200 | - |
| CMYK | 0 | 0.72 | 0.22 | 0 |
| HSL | 317.93º | 1% | 0.64% | - |
| HSV(B) | 317.93º | 0.72% | 1% | - |
| XYZ | 53.92 | 29.94 | 57.58 | - |
| YUV | 140.72 | 161.46 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 200 | 0 | 0.72 | 0.22 | 0 | 317.93 | 1 | 0.64 |
| Hex | FF | 47 | C8 | 0 | 48 | 16 | 0 | 13E | 64 | 40 |
| Octal | 377 | 107 | 310 | 0 | 110 | 26 | 0 | 476 | 144 | 100 |
| Binary | 11111111 | 1000111 | 11001000 | 0 | 1001000 | 10110 | 0 | 100111110 | 1100100 | 1000000 |
Color Harmonies of #FF47C8
Complementary color
Monochromatic Colors of #FF47C8
Black with #FF47C8
Text Example
Text Example
White with #FF47C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47C8; }
p { color: rgb(255,71,200); }
H1.HeaderClassName
{
color: #FF47C8;
}
.AnyTagClassName
{
color: #FF47C8;
}
</style>
background-color css
<style>
a { background-color: #FF47C8; }
a { background-color: rgb(255,71,200); }
div.DivClassName
{
background-color: #FF47C8;
}
.BgClassName
{
background-color: #FF47C8;
}
</style>
border-color css
<style>
span { border-color: #FF47C8; }
span { border-color: rgb(255,71,200); }
td.TdClassName
{
border-color: #FF47C8;
}
.TagClassName
{
border-color: #FF47C8;
}
</style>