Shades of Razzle Dazzle Rose #FD25C0
Tints of Razzle Dazzle Rose #FD25C0
RGB
CMYK
RGB Variations
Color information
#FD25C0 (or 0xFD25C0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 25 and C0. RGB value is (253,37,192). Sum of RGB (Red+Green+Blue) = 253+37+192=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD25C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD25C0 is #02DA3F. Grayscale: #767676. Windows color (decimal): -186944 or 12592637. OLE color: 12592637.
HSL color Cylindrical-coordinate representation of color #FD25C0: hue angle of 316.94º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD25C0 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 192 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.01 |
| HSL | 316.94º | 0.98% | 0.57% | - |
| HSV(B) | 316.94º | 0.85% | 0.99% | - |
| XYZ | 50.68 | 26.01 | 52.22 | - |
| YUV | 119.25 | 169.06 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 192 | 0 | 0.85 | 0.24 | 0.01 | 316.94 | 0.98 | 0.57 |
| Hex | FD | 25 | C0 | 0 | 55 | 18 | 1 | 13D | 62 | 39 |
| Octal | 375 | 45 | 300 | 0 | 125 | 30 | 1 | 475 | 142 | 71 |
| Binary | 11111101 | 100101 | 11000000 | 0 | 1010101 | 11000 | 1 | 100111101 | 1100010 | 111001 |
Color Harmonies of #FD25C0
Complementary color
Monochromatic Colors of #FD25C0
Black with #FD25C0
Text Example
Text Example
White with #FD25C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD25C0; }
p { color: rgb(253,37,192); }
H1.HeaderClassName
{
color: #FD25C0;
}
.AnyTagClassName
{
color: #FD25C0;
}
</style>
background-color css
<style>
a { background-color: #FD25C0; }
a { background-color: rgb(253,37,192); }
div.DivClassName
{
background-color: #FD25C0;
}
.BgClassName
{
background-color: #FD25C0;
}
</style>
border-color css
<style>
span { border-color: #FD25C0; }
span { border-color: rgb(253,37,192); }
td.TdClassName
{
border-color: #FD25C0;
}
.TagClassName
{
border-color: #FD25C0;
}
</style>