Shades of Razzle Dazzle Rose #FD3BCD
Tints of Razzle Dazzle Rose #FD3BCD
RGB
CMYK
RGB Variations
Color information
#FD3BCD (or 0xFD3BCD) is known color: Razzle Dazzle Rose. HEX triplet: FD, 3B and CD. RGB value is (253,59,205). Sum of RGB (Red+Green+Blue) = 253+59+205=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 59 (23.44% from 255 or 11.41% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3BCD is #02C432. Grayscale: #858585. Windows color (decimal): -181299 or 13450237. OLE color: 13450237.
HSL color Cylindrical-coordinate representation of color #FD3BCD: hue angle of 314.85º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3BCD is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 59 | 205 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.01 |
| HSL | 314.85º | 0.98% | 0.61% | - |
| HSV(B) | 314.85º | 0.77% | 0.99% | - |
| XYZ | 53.09 | 28.42 | 60.44 | - |
| YUV | 133.65 | 168.27 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 59 | 205 | 0 | 0.77 | 0.19 | 0.01 | 314.85 | 0.98 | 0.61 |
| Hex | FD | 3B | CD | 0 | 4D | 13 | 1 | 13B | 62 | 3D |
| Octal | 375 | 73 | 315 | 0 | 115 | 23 | 1 | 473 | 142 | 75 |
| Binary | 11111101 | 111011 | 11001101 | 0 | 1001101 | 10011 | 1 | 100111011 | 1100010 | 111101 |
Color Harmonies of #FD3BCD
Complementary color
Monochromatic Colors of #FD3BCD
Black with #FD3BCD
Text Example
Text Example
White with #FD3BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3BCD; }
p { color: rgb(253,59,205); }
H1.HeaderClassName
{
color: #FD3BCD;
}
.AnyTagClassName
{
color: #FD3BCD;
}
</style>
background-color css
<style>
a { background-color: #FD3BCD; }
a { background-color: rgb(253,59,205); }
div.DivClassName
{
background-color: #FD3BCD;
}
.BgClassName
{
background-color: #FD3BCD;
}
</style>
border-color css
<style>
span { border-color: #FD3BCD; }
span { border-color: rgb(253,59,205); }
td.TdClassName
{
border-color: #FD3BCD;
}
.TagClassName
{
border-color: #FD3BCD;
}
</style>