Shades of Razzle Dazzle Rose #FB1DDD
Tints of Razzle Dazzle Rose #FB1DDD
RGB
CMYK
RGB Variations
Color information
#FB1DDD (or 0xFB1DDD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 1D and DD. RGB value is (251,29,221). Sum of RGB (Red+Green+Blue) = 251+29+221=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 29 (11.72% from 255 or 5.79% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1DDD is #04E222. Grayscale: #747474. Windows color (decimal): -320035 or 14491131. OLE color: 14491131.
HSL color Cylindrical-coordinate representation of color #FB1DDD: hue angle of 308.11º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1DDD is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 221 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.02 |
| HSL | 308.11º | 0.97% | 0.55% | - |
| HSV(B) | 308.11º | 0.88% | 0.98% | - |
| XYZ | 53.27 | 26.61 | 70.73 | - |
| YUV | 117.27 | 186.55 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 221 | 0 | 0.88 | 0.12 | 0.02 | 308.11 | 0.97 | 0.55 |
| Hex | FB | 1D | DD | 0 | 58 | C | 2 | 134 | 61 | 37 |
| Octal | 373 | 35 | 335 | 0 | 130 | 14 | 2 | 464 | 141 | 67 |
| Binary | 11111011 | 11101 | 11011101 | 0 | 1011000 | 1100 | 10 | 100110100 | 1100001 | 110111 |
Color Harmonies of #FB1DDD
Complementary color
Monochromatic Colors of #FB1DDD
Black with #FB1DDD
Text Example
Text Example
White with #FB1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1DDD; }
p { color: rgb(251,29,221); }
H1.HeaderClassName
{
color: #FB1DDD;
}
.AnyTagClassName
{
color: #FB1DDD;
}
</style>
background-color css
<style>
a { background-color: #FB1DDD; }
a { background-color: rgb(251,29,221); }
div.DivClassName
{
background-color: #FB1DDD;
}
.BgClassName
{
background-color: #FB1DDD;
}
</style>
border-color css
<style>
span { border-color: #FB1DDD; }
span { border-color: rgb(251,29,221); }
td.TdClassName
{
border-color: #FB1DDD;
}
.TagClassName
{
border-color: #FB1DDD;
}
</style>