Shades of Razzle Dazzle Rose #FD4BCD
Tints of Razzle Dazzle Rose #FD4BCD
RGB
CMYK
RGB Variations
Color information
#FD4BCD (or 0xFD4BCD) is known color: Razzle Dazzle Rose. HEX triplet: FD, 4B and CD. RGB value is (253,75,205). Sum of RGB (Red+Green+Blue) = 253+75+205=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 75 (29.69% from 255 or 14.07% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4BCD is #02B432. Grayscale: #8E8E8E. Windows color (decimal): -177203 or 13454333. OLE color: 13454333.
HSL color Cylindrical-coordinate representation of color #FD4BCD: hue angle of 316.18º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4BCD is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 75 | 205 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.01 |
| HSL | 316.18º | 0.98% | 0.64% | - |
| HSV(B) | 316.18º | 0.7% | 0.99% | - |
| XYZ | 54.04 | 30.32 | 60.76 | - |
| YUV | 143.04 | 162.97 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 75 | 205 | 0 | 0.70 | 0.19 | 0.01 | 316.18 | 0.98 | 0.64 |
| Hex | FD | 4B | CD | 0 | 46 | 13 | 1 | 13C | 62 | 40 |
| Octal | 375 | 113 | 315 | 0 | 106 | 23 | 1 | 474 | 142 | 100 |
| Binary | 11111101 | 1001011 | 11001101 | 0 | 1000110 | 10011 | 1 | 100111100 | 1100010 | 1000000 |
Color Harmonies of #FD4BCD
Complementary color
Monochromatic Colors of #FD4BCD
Black with #FD4BCD
Text Example
Text Example
White with #FD4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4BCD; }
p { color: rgb(253,75,205); }
H1.HeaderClassName
{
color: #FD4BCD;
}
.AnyTagClassName
{
color: #FD4BCD;
}
</style>
background-color css
<style>
a { background-color: #FD4BCD; }
a { background-color: rgb(253,75,205); }
div.DivClassName
{
background-color: #FD4BCD;
}
.BgClassName
{
background-color: #FD4BCD;
}
</style>
border-color css
<style>
span { border-color: #FD4BCD; }
span { border-color: rgb(253,75,205); }
td.TdClassName
{
border-color: #FD4BCD;
}
.TagClassName
{
border-color: #FD4BCD;
}
</style>