Shades of Razzle Dazzle Rose #FD3CCC
Tints of Razzle Dazzle Rose #FD3CCC
RGB
CMYK
RGB Variations
Color information
#FD3CCC (or 0xFD3CCC) is known color: Razzle Dazzle Rose. HEX triplet: FD, 3C and CC. RGB value is (253,60,204). Sum of RGB (Red+Green+Blue) = 253+60+204=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 60 (23.83% from 255 or 11.61% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3CCC is #02C333. Grayscale: #858585. Windows color (decimal): -181044 or 13384957. OLE color: 13384957.
HSL color Cylindrical-coordinate representation of color #FD3CCC: hue angle of 315.23º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3CCC is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 204 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.01 |
| HSL | 315.23º | 0.98% | 0.61% | - |
| HSV(B) | 315.23º | 0.76% | 0.99% | - |
| XYZ | 53.02 | 28.47 | 59.83 | - |
| YUV | 134.12 | 167.44 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 204 | 0 | 0.76 | 0.19 | 0.01 | 315.23 | 0.98 | 0.61 |
| Hex | FD | 3C | CC | 0 | 4C | 13 | 1 | 13B | 62 | 3D |
| Octal | 375 | 74 | 314 | 0 | 114 | 23 | 1 | 473 | 142 | 75 |
| Binary | 11111101 | 111100 | 11001100 | 0 | 1001100 | 10011 | 1 | 100111011 | 1100010 | 111101 |
Color Harmonies of #FD3CCC
Complementary color
Monochromatic Colors of #FD3CCC
Black with #FD3CCC
Text Example
Text Example
White with #FD3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3CCC; }
p { color: rgb(253,60,204); }
H1.HeaderClassName
{
color: #FD3CCC;
}
.AnyTagClassName
{
color: #FD3CCC;
}
</style>
background-color css
<style>
a { background-color: #FD3CCC; }
a { background-color: rgb(253,60,204); }
div.DivClassName
{
background-color: #FD3CCC;
}
.BgClassName
{
background-color: #FD3CCC;
}
</style>
border-color css
<style>
span { border-color: #FD3CCC; }
span { border-color: rgb(253,60,204); }
td.TdClassName
{
border-color: #FD3CCC;
}
.TagClassName
{
border-color: #FD3CCC;
}
</style>