Shades of Razzle Dazzle Rose #FD47C0
Tints of Razzle Dazzle Rose #FD47C0
RGB
CMYK
RGB Variations
Color information
#FD47C0 (or 0xFD47C0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 47 and C0. RGB value is (253,71,192). Sum of RGB (Red+Green+Blue) = 253+71+192=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD47C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD47C0 is #02B83F. Grayscale: #8A8A8A. Windows color (decimal): -178240 or 12601341. OLE color: 12601341.
HSL color Cylindrical-coordinate representation of color #FD47C0: hue angle of 320.11º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD47C0 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 71 | 192 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.01 |
| HSL | 320.11º | 0.98% | 0.64% | - |
| HSV(B) | 320.11º | 0.72% | 0.99% | - |
| XYZ | 52.28 | 29.19 | 52.75 | - |
| YUV | 139.21 | 157.8 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 71 | 192 | 0 | 0.72 | 0.24 | 0.01 | 320.11 | 0.98 | 0.64 |
| Hex | FD | 47 | C0 | 0 | 48 | 18 | 1 | 140 | 62 | 40 |
| Octal | 375 | 107 | 300 | 0 | 110 | 30 | 1 | 500 | 142 | 100 |
| Binary | 11111101 | 1000111 | 11000000 | 0 | 1001000 | 11000 | 1 | 101000000 | 1100010 | 1000000 |
Color Harmonies of #FD47C0
Complementary color
Monochromatic Colors of #FD47C0
Black with #FD47C0
Text Example
Text Example
White with #FD47C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD47C0; }
p { color: rgb(253,71,192); }
H1.HeaderClassName
{
color: #FD47C0;
}
.AnyTagClassName
{
color: #FD47C0;
}
</style>
background-color css
<style>
a { background-color: #FD47C0; }
a { background-color: rgb(253,71,192); }
div.DivClassName
{
background-color: #FD47C0;
}
.BgClassName
{
background-color: #FD47C0;
}
</style>
border-color css
<style>
span { border-color: #FD47C0; }
span { border-color: rgb(253,71,192); }
td.TdClassName
{
border-color: #FD47C0;
}
.TagClassName
{
border-color: #FD47C0;
}
</style>