Shades of Razzle Dazzle Rose #FD28C0
Tints of Razzle Dazzle Rose #FD28C0
RGB
CMYK
RGB Variations
Color information
#FD28C0 (or 0xFD28C0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 28 and C0. RGB value is (253,40,192). Sum of RGB (Red+Green+Blue) = 253+40+192=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD28C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD28C0 is #02D73F. Grayscale: #787878. Windows color (decimal): -186176 or 12593405. OLE color: 12593405.
HSL color Cylindrical-coordinate representation of color #FD28C0: hue angle of 317.18º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD28C0 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 192 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.01 |
| HSL | 317.18º | 0.98% | 0.57% | - |
| HSV(B) | 317.18º | 0.84% | 0.99% | - |
| XYZ | 50.78 | 26.21 | 52.25 | - |
| YUV | 121.02 | 168.07 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 192 | 0 | 0.84 | 0.24 | 0.01 | 317.18 | 0.98 | 0.57 |
| Hex | FD | 28 | C0 | 0 | 54 | 18 | 1 | 13D | 62 | 39 |
| Octal | 375 | 50 | 300 | 0 | 124 | 30 | 1 | 475 | 142 | 71 |
| Binary | 11111101 | 101000 | 11000000 | 0 | 1010100 | 11000 | 1 | 100111101 | 1100010 | 111001 |
Color Harmonies of #FD28C0
Complementary color
Monochromatic Colors of #FD28C0
Black with #FD28C0
Text Example
Text Example
White with #FD28C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD28C0; }
p { color: rgb(253,40,192); }
H1.HeaderClassName
{
color: #FD28C0;
}
.AnyTagClassName
{
color: #FD28C0;
}
</style>
background-color css
<style>
a { background-color: #FD28C0; }
a { background-color: rgb(253,40,192); }
div.DivClassName
{
background-color: #FD28C0;
}
.BgClassName
{
background-color: #FD28C0;
}
</style>
border-color css
<style>
span { border-color: #FD28C0; }
span { border-color: rgb(253,40,192); }
td.TdClassName
{
border-color: #FD28C0;
}
.TagClassName
{
border-color: #FD28C0;
}
</style>