Shades of Razzle Dazzle Rose #FB1BDF
Tints of Razzle Dazzle Rose #FB1BDF
RGB
CMYK
RGB Variations
Color information
#FB1BDF (or 0xFB1BDF) is known color: Razzle Dazzle Rose. HEX triplet: FB, 1B and DF. RGB value is (251,27,223). Sum of RGB (Red+Green+Blue) = 251+27+223=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 27 (10.94% from 255 or 5.39% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1BDF is #04E420. Grayscale: #737373. Windows color (decimal): -320545 or 14621691. OLE color: 14621691.
HSL color Cylindrical-coordinate representation of color #FB1BDF: hue angle of 307.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1BDF is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 223 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.02 |
| HSL | 307.5º | 0.97% | 0.55% | - |
| HSV(B) | 307.5º | 0.89% | 0.98% | - |
| XYZ | 53.49 | 26.62 | 72.13 | - |
| YUV | 116.32 | 188.21 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 223 | 0 | 0.89 | 0.11 | 0.02 | 307.5 | 0.97 | 0.55 |
| Hex | FB | 1B | DF | 0 | 59 | B | 2 | 134 | 61 | 37 |
| Octal | 373 | 33 | 337 | 0 | 131 | 13 | 2 | 464 | 141 | 67 |
| Binary | 11111011 | 11011 | 11011111 | 0 | 1011001 | 1011 | 10 | 100110100 | 1100001 | 110111 |
Color Harmonies of #FB1BDF
Complementary color
Monochromatic Colors of #FB1BDF
Black with #FB1BDF
Text Example
Text Example
White with #FB1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1BDF; }
p { color: rgb(251,27,223); }
H1.HeaderClassName
{
color: #FB1BDF;
}
.AnyTagClassName
{
color: #FB1BDF;
}
</style>
background-color css
<style>
a { background-color: #FB1BDF; }
a { background-color: rgb(251,27,223); }
div.DivClassName
{
background-color: #FB1BDF;
}
.BgClassName
{
background-color: #FB1BDF;
}
</style>
border-color css
<style>
span { border-color: #FB1BDF; }
span { border-color: rgb(251,27,223); }
td.TdClassName
{
border-color: #FB1BDF;
}
.TagClassName
{
border-color: #FB1BDF;
}
</style>