Shades of Razzle Dazzle Rose #FD1BDF
Tints of Razzle Dazzle Rose #FD1BDF
RGB
CMYK
RGB Variations
Color information
#FD1BDF (or 0xFD1BDF) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1B and DF. RGB value is (253,27,223). Sum of RGB (Red+Green+Blue) = 253+27+223=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 27 (10.94% from 255 or 5.37% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1BDF is #02E420. Grayscale: #747474. Windows color (decimal): -189473 or 14621693. OLE color: 14621693.
HSL color Cylindrical-coordinate representation of color #FD1BDF: hue angle of 307.96º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1BDF is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 223 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.01 |
| HSL | 307.96º | 0.98% | 0.55% | - |
| HSV(B) | 307.96º | 0.89% | 0.99% | - |
| XYZ | 54.22 | 26.99 | 72.16 | - |
| YUV | 116.92 | 187.87 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 223 | 0 | 0.89 | 0.12 | 0.01 | 307.96 | 0.98 | 0.55 |
| Hex | FD | 1B | DF | 0 | 59 | C | 1 | 134 | 62 | 37 |
| Octal | 375 | 33 | 337 | 0 | 131 | 14 | 1 | 464 | 142 | 67 |
| Binary | 11111101 | 11011 | 11011111 | 0 | 1011001 | 1100 | 1 | 100110100 | 1100010 | 110111 |
Color Harmonies of #FD1BDF
Complementary color
Monochromatic Colors of #FD1BDF
Black with #FD1BDF
Text Example
Text Example
White with #FD1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BDF; }
p { color: rgb(253,27,223); }
H1.HeaderClassName
{
color: #FD1BDF;
}
.AnyTagClassName
{
color: #FD1BDF;
}
</style>
background-color css
<style>
a { background-color: #FD1BDF; }
a { background-color: rgb(253,27,223); }
div.DivClassName
{
background-color: #FD1BDF;
}
.BgClassName
{
background-color: #FD1BDF;
}
</style>
border-color css
<style>
span { border-color: #FD1BDF; }
span { border-color: rgb(253,27,223); }
td.TdClassName
{
border-color: #FD1BDF;
}
.TagClassName
{
border-color: #FD1BDF;
}
</style>