Shades of Razzle Dazzle Rose #FD50D0
Tints of Razzle Dazzle Rose #FD50D0
RGB
CMYK
RGB Variations
Color information
#FD50D0 (or 0xFD50D0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 50 and D0. RGB value is (253,80,208). Sum of RGB (Red+Green+Blue) = 253+80+208=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 80 (31.64% from 255 or 14.79% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD50D0 is #02AF2F. Grayscale: #919191. Windows color (decimal): -175920 or 13652221. OLE color: 13652221.
HSL color Cylindrical-coordinate representation of color #FD50D0: hue angle of 315.61º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD50D0 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 208 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.01 |
| HSL | 315.61º | 0.98% | 0.65% | - |
| HSV(B) | 315.61º | 0.68% | 0.99% | - |
| XYZ | 54.76 | 31.17 | 62.81 | - |
| YUV | 146.32 | 162.81 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 208 | 0 | 0.68 | 0.18 | 0.01 | 315.61 | 0.98 | 0.65 |
| Hex | FD | 50 | D0 | 0 | 44 | 12 | 1 | 13C | 62 | 41 |
| Octal | 375 | 120 | 320 | 0 | 104 | 22 | 1 | 474 | 142 | 101 |
| Binary | 11111101 | 1010000 | 11010000 | 0 | 1000100 | 10010 | 1 | 100111100 | 1100010 | 1000001 |
Color Harmonies of #FD50D0
Complementary color
Monochromatic Colors of #FD50D0
Black with #FD50D0
Text Example
Text Example
White with #FD50D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD50D0; }
p { color: rgb(253,80,208); }
H1.HeaderClassName
{
color: #FD50D0;
}
.AnyTagClassName
{
color: #FD50D0;
}
</style>
background-color css
<style>
a { background-color: #FD50D0; }
a { background-color: rgb(253,80,208); }
div.DivClassName
{
background-color: #FD50D0;
}
.BgClassName
{
background-color: #FD50D0;
}
</style>
border-color css
<style>
span { border-color: #FD50D0; }
span { border-color: rgb(253,80,208); }
td.TdClassName
{
border-color: #FD50D0;
}
.TagClassName
{
border-color: #FD50D0;
}
</style>