Shades of Razzle Dazzle Rose #FD1FDC
Tints of Razzle Dazzle Rose #FD1FDC
RGB
CMYK
RGB Variations
Color information
#FD1FDC (or 0xFD1FDC) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1F and DC. RGB value is (253,31,220). Sum of RGB (Red+Green+Blue) = 253+31+220=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 31 (12.5% from 255 or 6.15% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1FDC is #02E023. Grayscale: #767676. Windows color (decimal): -188452 or 14426109. OLE color: 14426109.
HSL color Cylindrical-coordinate representation of color #FD1FDC: hue angle of 308.92º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1FDC is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 31 | 220 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.01 |
| HSL | 308.92º | 0.98% | 0.56% | - |
| HSV(B) | 308.92º | 0.88% | 0.99% | - |
| XYZ | 53.92 | 27.03 | 70.09 | - |
| YUV | 118.92 | 185.05 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 31 | 220 | 0 | 0.88 | 0.13 | 0.01 | 308.92 | 0.98 | 0.56 |
| Hex | FD | 1F | DC | 0 | 58 | D | 1 | 135 | 62 | 38 |
| Octal | 375 | 37 | 334 | 0 | 130 | 15 | 1 | 465 | 142 | 70 |
| Binary | 11111101 | 11111 | 11011100 | 0 | 1011000 | 1101 | 1 | 100110101 | 1100010 | 111000 |
Color Harmonies of #FD1FDC
Complementary color
Monochromatic Colors of #FD1FDC
Black with #FD1FDC
Text Example
Text Example
White with #FD1FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1FDC; }
p { color: rgb(253,31,220); }
H1.HeaderClassName
{
color: #FD1FDC;
}
.AnyTagClassName
{
color: #FD1FDC;
}
</style>
background-color css
<style>
a { background-color: #FD1FDC; }
a { background-color: rgb(253,31,220); }
div.DivClassName
{
background-color: #FD1FDC;
}
.BgClassName
{
background-color: #FD1FDC;
}
</style>
border-color css
<style>
span { border-color: #FD1FDC; }
span { border-color: rgb(253,31,220); }
td.TdClassName
{
border-color: #FD1FDC;
}
.TagClassName
{
border-color: #FD1FDC;
}
</style>