Shades of Razzle Dazzle Rose #FD2CE4
Tints of Razzle Dazzle Rose #FD2CE4
RGB
CMYK
RGB Variations
Color information
#FD2CE4 (or 0xFD2CE4) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2C and E4. RGB value is (253,44,228). Sum of RGB (Red+Green+Blue) = 253+44+228=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 44 (17.58% from 255 or 8.38% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2CE4 is #02D31B. Grayscale: #7E7E7E. Windows color (decimal): -185116 or 14953725. OLE color: 14953725.
HSL color Cylindrical-coordinate representation of color #FD2CE4: hue angle of 307.18º 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 #FD2CE4 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 228 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.01 |
| HSL | 307.18º | 0.98% | 0.58% | - |
| HSV(B) | 307.18º | 0.83% | 0.99% | - |
| XYZ | 55.41 | 28.29 | 75.94 | - |
| YUV | 127.47 | 184.74 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 228 | 0 | 0.83 | 0.10 | 0.01 | 307.18 | 0.98 | 0.58 |
| Hex | FD | 2C | E4 | 0 | 53 | A | 1 | 133 | 62 | 3A |
| Octal | 375 | 54 | 344 | 0 | 123 | 12 | 1 | 463 | 142 | 72 |
| Binary | 11111101 | 101100 | 11100100 | 0 | 1010011 | 1010 | 1 | 100110011 | 1100010 | 111010 |
Color Harmonies of #FD2CE4
Complementary color
Monochromatic Colors of #FD2CE4
Black with #FD2CE4
Text Example
Text Example
White with #FD2CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2CE4; }
p { color: rgb(253,44,228); }
H1.HeaderClassName
{
color: #FD2CE4;
}
.AnyTagClassName
{
color: #FD2CE4;
}
</style>
background-color css
<style>
a { background-color: #FD2CE4; }
a { background-color: rgb(253,44,228); }
div.DivClassName
{
background-color: #FD2CE4;
}
.BgClassName
{
background-color: #FD2CE4;
}
</style>
border-color css
<style>
span { border-color: #FD2CE4; }
span { border-color: rgb(253,44,228); }
td.TdClassName
{
border-color: #FD2CE4;
}
.TagClassName
{
border-color: #FD2CE4;
}
</style>