Shades of Razzle Dazzle Rose #FB29DC
Tints of Razzle Dazzle Rose #FB29DC
RGB
CMYK
RGB Variations
Color information
#FB29DC (or 0xFB29DC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 29 and DC. RGB value is (251,41,220). Sum of RGB (Red+Green+Blue) = 251+41+220=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 41 (16.41% from 255 or 8.01% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB29DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB29DC is #04D623. Grayscale: #7B7B7B. Windows color (decimal): -316964 or 14428667. OLE color: 14428667.
HSL color Cylindrical-coordinate representation of color #FB29DC: hue angle of 308.86º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB29DC is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 220 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.02 |
| HSL | 308.86º | 0.96% | 0.57% | - |
| HSV(B) | 308.86º | 0.84% | 0.98% | - |
| XYZ | 53.49 | 27.26 | 70.15 | - |
| YUV | 124.2 | 182.07 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 220 | 0 | 0.84 | 0.12 | 0.02 | 308.86 | 0.96 | 0.57 |
| Hex | FB | 29 | DC | 0 | 54 | C | 2 | 135 | 60 | 39 |
| Octal | 373 | 51 | 334 | 0 | 124 | 14 | 2 | 465 | 140 | 71 |
| Binary | 11111011 | 101001 | 11011100 | 0 | 1010100 | 1100 | 10 | 100110101 | 1100000 | 111001 |
Color Harmonies of #FB29DC
Complementary color
Monochromatic Colors of #FB29DC
Black with #FB29DC
Text Example
Text Example
White with #FB29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB29DC; }
p { color: rgb(251,41,220); }
H1.HeaderClassName
{
color: #FB29DC;
}
.AnyTagClassName
{
color: #FB29DC;
}
</style>
background-color css
<style>
a { background-color: #FB29DC; }
a { background-color: rgb(251,41,220); }
div.DivClassName
{
background-color: #FB29DC;
}
.BgClassName
{
background-color: #FB29DC;
}
</style>
border-color css
<style>
span { border-color: #FB29DC; }
span { border-color: rgb(251,41,220); }
td.TdClassName
{
border-color: #FB29DC;
}
.TagClassName
{
border-color: #FB29DC;
}
</style>