Shades of Razzle Dazzle Rose #FD4ADD
Tints of Razzle Dazzle Rose #FD4ADD
RGB
CMYK
RGB Variations
Color information
#FD4ADD (or 0xFD4ADD) is known color: Razzle Dazzle Rose. HEX triplet: FD, 4A and DD. RGB value is (253,74,221). Sum of RGB (Red+Green+Blue) = 253+74+221=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 74 (29.30% from 255 or 13.50% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4ADD is #02B522. Grayscale: #8F8F8F. Windows color (decimal): -177443 or 14502653. OLE color: 14502653.
HSL color Cylindrical-coordinate representation of color #FD4ADD: hue angle of 310.73º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4ADD is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 221 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.01 |
| HSL | 310.73º | 0.98% | 0.64% | - |
| HSV(B) | 310.73º | 0.71% | 0.99% | - |
| XYZ | 56.01 | 31 | 71.44 | - |
| YUV | 144.28 | 171.3 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 221 | 0 | 0.71 | 0.13 | 0.01 | 310.73 | 0.98 | 0.64 |
| Hex | FD | 4A | DD | 0 | 47 | D | 1 | 137 | 62 | 40 |
| Octal | 375 | 112 | 335 | 0 | 107 | 15 | 1 | 467 | 142 | 100 |
| Binary | 11111101 | 1001010 | 11011101 | 0 | 1000111 | 1101 | 1 | 100110111 | 1100010 | 1000000 |
Color Harmonies of #FD4ADD
Complementary color
Monochromatic Colors of #FD4ADD
Black with #FD4ADD
Text Example
Text Example
White with #FD4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4ADD; }
p { color: rgb(253,74,221); }
H1.HeaderClassName
{
color: #FD4ADD;
}
.AnyTagClassName
{
color: #FD4ADD;
}
</style>
background-color css
<style>
a { background-color: #FD4ADD; }
a { background-color: rgb(253,74,221); }
div.DivClassName
{
background-color: #FD4ADD;
}
.BgClassName
{
background-color: #FD4ADD;
}
</style>
border-color css
<style>
span { border-color: #FD4ADD; }
span { border-color: rgb(253,74,221); }
td.TdClassName
{
border-color: #FD4ADD;
}
.TagClassName
{
border-color: #FD4ADD;
}
</style>