Shades of Razzle Dazzle Rose #FD50CC
Tints of Razzle Dazzle Rose #FD50CC
RGB
CMYK
RGB Variations
Color information
#FD50CC (or 0xFD50CC) is known color: Razzle Dazzle Rose. HEX triplet: FD, 50 and CC. RGB value is (253,80,204). Sum of RGB (Red+Green+Blue) = 253+80+204=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 80 (31.64% from 255 or 14.90% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD50CC is #02AF33. Grayscale: #919191. Windows color (decimal): -175924 or 13390077. OLE color: 13390077.
HSL color Cylindrical-coordinate representation of color #FD50CC: hue angle of 316.99º 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 #FD50CC is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 204 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.01 |
| HSL | 316.99º | 0.98% | 0.65% | - |
| HSV(B) | 316.99º | 0.68% | 0.99% | - |
| XYZ | 54.28 | 30.98 | 60.25 | - |
| YUV | 145.86 | 160.81 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 204 | 0 | 0.68 | 0.19 | 0.01 | 316.99 | 0.98 | 0.65 |
| Hex | FD | 50 | CC | 0 | 44 | 13 | 1 | 13D | 62 | 41 |
| Octal | 375 | 120 | 314 | 0 | 104 | 23 | 1 | 475 | 142 | 101 |
| Binary | 11111101 | 1010000 | 11001100 | 0 | 1000100 | 10011 | 1 | 100111101 | 1100010 | 1000001 |
Color Harmonies of #FD50CC
Complementary color
Monochromatic Colors of #FD50CC
Black with #FD50CC
Text Example
Text Example
White with #FD50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD50CC; }
p { color: rgb(253,80,204); }
H1.HeaderClassName
{
color: #FD50CC;
}
.AnyTagClassName
{
color: #FD50CC;
}
</style>
background-color css
<style>
a { background-color: #FD50CC; }
a { background-color: rgb(253,80,204); }
div.DivClassName
{
background-color: #FD50CC;
}
.BgClassName
{
background-color: #FD50CC;
}
</style>
border-color css
<style>
span { border-color: #FD50CC; }
span { border-color: rgb(253,80,204); }
td.TdClassName
{
border-color: #FD50CC;
}
.TagClassName
{
border-color: #FD50CC;
}
</style>