Shades of Razzle Dazzle Rose #FD50C5
Tints of Razzle Dazzle Rose #FD50C5
RGB
CMYK
RGB Variations
Color information
#FD50C5 (or 0xFD50C5) is known color: Razzle Dazzle Rose. HEX triplet: FD, 50 and C5. RGB value is (253,80,197). Sum of RGB (Red+Green+Blue) = 253+80+197=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD50C5 is #02AF3A. Grayscale: #909090. Windows color (decimal): -175931 or 12931325. OLE color: 12931325.
HSL color Cylindrical-coordinate representation of color #FD50C5: hue angle of 319.42º 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 #FD50C5 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 197 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.01 |
| HSL | 319.42º | 0.98% | 0.65% | - |
| HSV(B) | 319.42º | 0.68% | 0.99% | - |
| XYZ | 53.45 | 30.65 | 55.92 | - |
| YUV | 145.07 | 157.31 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 197 | 0 | 0.68 | 0.22 | 0.01 | 319.42 | 0.98 | 0.65 |
| Hex | FD | 50 | C5 | 0 | 44 | 16 | 1 | 13F | 62 | 41 |
| Octal | 375 | 120 | 305 | 0 | 104 | 26 | 1 | 477 | 142 | 101 |
| Binary | 11111101 | 1010000 | 11000101 | 0 | 1000100 | 10110 | 1 | 100111111 | 1100010 | 1000001 |
Color Harmonies of #FD50C5
Complementary color
Monochromatic Colors of #FD50C5
Black with #FD50C5
Text Example
Text Example
White with #FD50C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD50C5; }
p { color: rgb(253,80,197); }
H1.HeaderClassName
{
color: #FD50C5;
}
.AnyTagClassName
{
color: #FD50C5;
}
</style>
background-color css
<style>
a { background-color: #FD50C5; }
a { background-color: rgb(253,80,197); }
div.DivClassName
{
background-color: #FD50C5;
}
.BgClassName
{
background-color: #FD50C5;
}
</style>
border-color css
<style>
span { border-color: #FD50C5; }
span { border-color: rgb(253,80,197); }
td.TdClassName
{
border-color: #FD50C5;
}
.TagClassName
{
border-color: #FD50C5;
}
</style>