Shades of Razzle Dazzle Rose #FD2CE0
Tints of Razzle Dazzle Rose #FD2CE0
RGB
CMYK
RGB Variations
Color information
#FD2CE0 (or 0xFD2CE0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2C and E0. RGB value is (253,44,224). Sum of RGB (Red+Green+Blue) = 253+44+224=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 44 (17.58% from 255 or 8.45% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2CE0 is #02D31F. Grayscale: #7E7E7E. Windows color (decimal): -185120 or 14691581. OLE color: 14691581.
HSL color Cylindrical-coordinate representation of color #FD2CE0: hue angle of 308.33º 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 #FD2CE0 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 224 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.01 |
| HSL | 308.33º | 0.98% | 0.58% | - |
| HSV(B) | 308.33º | 0.83% | 0.99% | - |
| XYZ | 54.86 | 28.07 | 73.05 | - |
| YUV | 127.01 | 182.74 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 224 | 0 | 0.83 | 0.11 | 0.01 | 308.33 | 0.98 | 0.58 |
| Hex | FD | 2C | E0 | 0 | 53 | B | 1 | 134 | 62 | 3A |
| Octal | 375 | 54 | 340 | 0 | 123 | 13 | 1 | 464 | 142 | 72 |
| Binary | 11111101 | 101100 | 11100000 | 0 | 1010011 | 1011 | 1 | 100110100 | 1100010 | 111010 |
Color Harmonies of #FD2CE0
Complementary color
Monochromatic Colors of #FD2CE0
Black with #FD2CE0
Text Example
Text Example
White with #FD2CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2CE0; }
p { color: rgb(253,44,224); }
H1.HeaderClassName
{
color: #FD2CE0;
}
.AnyTagClassName
{
color: #FD2CE0;
}
</style>
background-color css
<style>
a { background-color: #FD2CE0; }
a { background-color: rgb(253,44,224); }
div.DivClassName
{
background-color: #FD2CE0;
}
.BgClassName
{
background-color: #FD2CE0;
}
</style>
border-color css
<style>
span { border-color: #FD2CE0; }
span { border-color: rgb(253,44,224); }
td.TdClassName
{
border-color: #FD2CE0;
}
.TagClassName
{
border-color: #FD2CE0;
}
</style>