Shades of Razzle Dazzle Rose #FD3BDF
Tints of Razzle Dazzle Rose #FD3BDF
RGB
CMYK
RGB Variations
Color information
#FD3BDF (or 0xFD3BDF) is known color: Razzle Dazzle Rose. HEX triplet: FD, 3B and DF. RGB value is (253,59,223). Sum of RGB (Red+Green+Blue) = 253+59+223=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 59 (23.44% from 255 or 11.03% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3BDF is #02C420. Grayscale: #878787. Windows color (decimal): -181281 or 14629885. OLE color: 14629885.
HSL color Cylindrical-coordinate representation of color #FD3BDF: hue angle of 309.28º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3BDF is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 59 | 223 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.01 |
| HSL | 309.28º | 0.98% | 0.61% | - |
| HSV(B) | 309.28º | 0.77% | 0.99% | - |
| XYZ | 55.39 | 29.34 | 72.56 | - |
| YUV | 135.7 | 177.27 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 59 | 223 | 0 | 0.77 | 0.12 | 0.01 | 309.28 | 0.98 | 0.61 |
| Hex | FD | 3B | DF | 0 | 4D | C | 1 | 135 | 62 | 3D |
| Octal | 375 | 73 | 337 | 0 | 115 | 14 | 1 | 465 | 142 | 75 |
| Binary | 11111101 | 111011 | 11011111 | 0 | 1001101 | 1100 | 1 | 100110101 | 1100010 | 111101 |
Color Harmonies of #FD3BDF
Complementary color
Monochromatic Colors of #FD3BDF
Black with #FD3BDF
Text Example
Text Example
White with #FD3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3BDF; }
p { color: rgb(253,59,223); }
H1.HeaderClassName
{
color: #FD3BDF;
}
.AnyTagClassName
{
color: #FD3BDF;
}
</style>
background-color css
<style>
a { background-color: #FD3BDF; }
a { background-color: rgb(253,59,223); }
div.DivClassName
{
background-color: #FD3BDF;
}
.BgClassName
{
background-color: #FD3BDF;
}
</style>
border-color css
<style>
span { border-color: #FD3BDF; }
span { border-color: rgb(253,59,223); }
td.TdClassName
{
border-color: #FD3BDF;
}
.TagClassName
{
border-color: #FD3BDF;
}
</style>