Shades of Razzle Dazzle Rose #FD2BDF
Tints of Razzle Dazzle Rose #FD2BDF
RGB
CMYK
RGB Variations
Color information
#FD2BDF (or 0xFD2BDF) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2B and DF. RGB value is (253,43,223). Sum of RGB (Red+Green+Blue) = 253+43+223=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 43 (17.19% from 255 or 8.29% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2BDF is #02D420. Grayscale: #7D7D7D. Windows color (decimal): -185377 or 14625789. OLE color: 14625789.
HSL color Cylindrical-coordinate representation of color #FD2BDF: hue angle of 308.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2BDF is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 43 | 223 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.01 |
| HSL | 308.57º | 0.98% | 0.58% | - |
| HSV(B) | 308.57º | 0.83% | 0.99% | - |
| XYZ | 54.69 | 27.94 | 72.32 | - |
| YUV | 126.31 | 182.57 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 223 | 0 | 0.83 | 0.12 | 0.01 | 308.57 | 0.98 | 0.58 |
| Hex | FD | 2B | DF | 0 | 53 | C | 1 | 135 | 62 | 3A |
| Octal | 375 | 53 | 337 | 0 | 123 | 14 | 1 | 465 | 142 | 72 |
| Binary | 11111101 | 101011 | 11011111 | 0 | 1010011 | 1100 | 1 | 100110101 | 1100010 | 111010 |
Color Harmonies of #FD2BDF
Complementary color
Monochromatic Colors of #FD2BDF
Black with #FD2BDF
Text Example
Text Example
White with #FD2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2BDF; }
p { color: rgb(253,43,223); }
H1.HeaderClassName
{
color: #FD2BDF;
}
.AnyTagClassName
{
color: #FD2BDF;
}
</style>
background-color css
<style>
a { background-color: #FD2BDF; }
a { background-color: rgb(253,43,223); }
div.DivClassName
{
background-color: #FD2BDF;
}
.BgClassName
{
background-color: #FD2BDF;
}
</style>
border-color css
<style>
span { border-color: #FD2BDF; }
span { border-color: rgb(253,43,223); }
td.TdClassName
{
border-color: #FD2BDF;
}
.TagClassName
{
border-color: #FD2BDF;
}
</style>