Shades of Razzle Dazzle Rose #FB21D3
Tints of Razzle Dazzle Rose #FB21D3
RGB
CMYK
RGB Variations
Color information
#FB21D3 (or 0xFB21D3) is known color: Razzle Dazzle Rose. HEX triplet: FB, 21 and D3. RGB value is (251,33,211). Sum of RGB (Red+Green+Blue) = 251+33+211=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 33 (13.28% from 255 or 6.67% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB21D3 is #04DE2C. Grayscale: #757575. Windows color (decimal): -319021 or 13836795. OLE color: 13836795.
HSL color Cylindrical-coordinate representation of color #FB21D3: hue angle of 311.01º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB21D3 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 211 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.02 |
| HSL | 311.01º | 0.96% | 0.56% | - |
| HSV(B) | 311.01º | 0.87% | 0.98% | - |
| XYZ | 52.09 | 26.3 | 63.96 | - |
| YUV | 118.47 | 180.22 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 211 | 0 | 0.87 | 0.16 | 0.02 | 311.01 | 0.96 | 0.56 |
| Hex | FB | 21 | D3 | 0 | 57 | 10 | 2 | 137 | 60 | 38 |
| Octal | 373 | 41 | 323 | 0 | 127 | 20 | 2 | 467 | 140 | 70 |
| Binary | 11111011 | 100001 | 11010011 | 0 | 1010111 | 10000 | 10 | 100110111 | 1100000 | 111000 |
Color Harmonies of #FB21D3
Complementary color
Monochromatic Colors of #FB21D3
Black with #FB21D3
Text Example
Text Example
White with #FB21D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB21D3; }
p { color: rgb(251,33,211); }
H1.HeaderClassName
{
color: #FB21D3;
}
.AnyTagClassName
{
color: #FB21D3;
}
</style>
background-color css
<style>
a { background-color: #FB21D3; }
a { background-color: rgb(251,33,211); }
div.DivClassName
{
background-color: #FB21D3;
}
.BgClassName
{
background-color: #FB21D3;
}
</style>
border-color css
<style>
span { border-color: #FB21D3; }
span { border-color: rgb(251,33,211); }
td.TdClassName
{
border-color: #FB21D3;
}
.TagClassName
{
border-color: #FB21D3;
}
</style>