Shades of Razzle Dazzle Rose #FD1CE0
Tints of Razzle Dazzle Rose #FD1CE0
RGB
CMYK
RGB Variations
Color information
#FD1CE0 (or 0xFD1CE0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1C and E0. RGB value is (253,28,224). Sum of RGB (Red+Green+Blue) = 253+28+224=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 28 (11.33% from 255 or 5.54% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CE0 is #02E31F. Grayscale: #757575. Windows color (decimal): -189216 or 14687485. OLE color: 14687485.
HSL color Cylindrical-coordinate representation of color #FD1CE0: hue angle of 307.73º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1CE0 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 224 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.01 |
| HSL | 307.73º | 0.98% | 0.55% | - |
| HSV(B) | 307.73º | 0.89% | 0.99% | - |
| XYZ | 54.38 | 27.09 | 72.88 | - |
| YUV | 117.62 | 188.04 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 224 | 0 | 0.89 | 0.11 | 0.01 | 307.73 | 0.98 | 0.55 |
| Hex | FD | 1C | E0 | 0 | 59 | B | 1 | 134 | 62 | 37 |
| Octal | 375 | 34 | 340 | 0 | 131 | 13 | 1 | 464 | 142 | 67 |
| Binary | 11111101 | 11100 | 11100000 | 0 | 1011001 | 1011 | 1 | 100110100 | 1100010 | 110111 |
Color Harmonies of #FD1CE0
Complementary color
Monochromatic Colors of #FD1CE0
Black with #FD1CE0
Text Example
Text Example
White with #FD1CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1CE0; }
p { color: rgb(253,28,224); }
H1.HeaderClassName
{
color: #FD1CE0;
}
.AnyTagClassName
{
color: #FD1CE0;
}
</style>
background-color css
<style>
a { background-color: #FD1CE0; }
a { background-color: rgb(253,28,224); }
div.DivClassName
{
background-color: #FD1CE0;
}
.BgClassName
{
background-color: #FD1CE0;
}
</style>
border-color css
<style>
span { border-color: #FD1CE0; }
span { border-color: rgb(253,28,224); }
td.TdClassName
{
border-color: #FD1CE0;
}
.TagClassName
{
border-color: #FD1CE0;
}
</style>