Shades of Razzle Dazzle Rose #FB29C8
Tints of Razzle Dazzle Rose #FB29C8
RGB
CMYK
RGB Variations
Color information
#FB29C8 (or 0xFB29C8) is known color: Razzle Dazzle Rose. HEX triplet: FB, 29 and C8. RGB value is (251,41,200). Sum of RGB (Red+Green+Blue) = 251+41+200=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB29C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB29C8 is #04D637. Grayscale: #797979. Windows color (decimal): -316984 or 13117947. OLE color: 13117947.
HSL color Cylindrical-coordinate representation of color #FB29C8: hue angle of 314.57º 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 #FB29C8 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 200 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.02 |
| HSL | 314.57º | 0.96% | 0.57% | - |
| HSV(B) | 314.57º | 0.84% | 0.98% | - |
| XYZ | 51 | 26.27 | 57.03 | - |
| YUV | 121.92 | 172.07 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 200 | 0 | 0.84 | 0.20 | 0.02 | 314.57 | 0.96 | 0.57 |
| Hex | FB | 29 | C8 | 0 | 54 | 14 | 2 | 13B | 60 | 39 |
| Octal | 373 | 51 | 310 | 0 | 124 | 24 | 2 | 473 | 140 | 71 |
| Binary | 11111011 | 101001 | 11001000 | 0 | 1010100 | 10100 | 10 | 100111011 | 1100000 | 111001 |
Color Harmonies of #FB29C8
Complementary color
Monochromatic Colors of #FB29C8
Black with #FB29C8
Text Example
Text Example
White with #FB29C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB29C8; }
p { color: rgb(251,41,200); }
H1.HeaderClassName
{
color: #FB29C8;
}
.AnyTagClassName
{
color: #FB29C8;
}
</style>
background-color css
<style>
a { background-color: #FB29C8; }
a { background-color: rgb(251,41,200); }
div.DivClassName
{
background-color: #FB29C8;
}
.BgClassName
{
background-color: #FB29C8;
}
</style>
border-color css
<style>
span { border-color: #FB29C8; }
span { border-color: rgb(251,41,200); }
td.TdClassName
{
border-color: #FB29C8;
}
.TagClassName
{
border-color: #FB29C8;
}
</style>