Shades of Razzle Dazzle Rose #FD2CC0
Tints of Razzle Dazzle Rose #FD2CC0
RGB
CMYK
RGB Variations
Color information
#FD2CC0 (or 0xFD2CC0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2C and C0. RGB value is (253,44,192). Sum of RGB (Red+Green+Blue) = 253+44+192=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 44 (17.58% from 255 or 9.00% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2CC0 is #02D33F. Grayscale: #7A7A7A. Windows color (decimal): -185152 or 12594429. OLE color: 12594429.
HSL color Cylindrical-coordinate representation of color #FD2CC0: hue angle of 317.51º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2CC0 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 192 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.01 |
| HSL | 317.51º | 0.98% | 0.58% | - |
| HSV(B) | 317.51º | 0.83% | 0.99% | - |
| XYZ | 50.92 | 26.49 | 52.3 | - |
| YUV | 123.36 | 166.74 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 192 | 0 | 0.83 | 0.24 | 0.01 | 317.51 | 0.98 | 0.58 |
| Hex | FD | 2C | C0 | 0 | 53 | 18 | 1 | 13E | 62 | 3A |
| Octal | 375 | 54 | 300 | 0 | 123 | 30 | 1 | 476 | 142 | 72 |
| Binary | 11111101 | 101100 | 11000000 | 0 | 1010011 | 11000 | 1 | 100111110 | 1100010 | 111010 |
Color Harmonies of #FD2CC0
Complementary color
Monochromatic Colors of #FD2CC0
Black with #FD2CC0
Text Example
Text Example
White with #FD2CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2CC0; }
p { color: rgb(253,44,192); }
H1.HeaderClassName
{
color: #FD2CC0;
}
.AnyTagClassName
{
color: #FD2CC0;
}
</style>
background-color css
<style>
a { background-color: #FD2CC0; }
a { background-color: rgb(253,44,192); }
div.DivClassName
{
background-color: #FD2CC0;
}
.BgClassName
{
background-color: #FD2CC0;
}
</style>
border-color css
<style>
span { border-color: #FD2CC0; }
span { border-color: rgb(253,44,192); }
td.TdClassName
{
border-color: #FD2CC0;
}
.TagClassName
{
border-color: #FD2CC0;
}
</style>