Shades of Razzle Dazzle Rose #FB29E2
Tints of Razzle Dazzle Rose #FB29E2
RGB
CMYK
RGB Variations
Color information
#FB29E2 (or 0xFB29E2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 29 and E2. RGB value is (251,41,226). Sum of RGB (Red+Green+Blue) = 251+41+226=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 41 (16.41% from 255 or 7.92% from 518); Blue value is 226 (88.67% from 255 or 43.63% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB29E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB29E2 is #04D61D. Grayscale: #7C7C7C. Windows color (decimal): -316958 or 14821883. OLE color: 14821883.
HSL color Cylindrical-coordinate representation of color #FB29E2: hue angle of 307.14º 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 #FB29E2 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 226 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.02 |
| HSL | 307.14º | 0.96% | 0.57% | - |
| HSV(B) | 307.14º | 0.84% | 0.98% | - |
| XYZ | 54.3 | 27.59 | 74.41 | - |
| YUV | 124.88 | 185.07 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 226 | 0 | 0.84 | 0.10 | 0.02 | 307.14 | 0.96 | 0.57 |
| Hex | FB | 29 | E2 | 0 | 54 | A | 2 | 133 | 60 | 39 |
| Octal | 373 | 51 | 342 | 0 | 124 | 12 | 2 | 463 | 140 | 71 |
| Binary | 11111011 | 101001 | 11100010 | 0 | 1010100 | 1010 | 10 | 100110011 | 1100000 | 111001 |
Color Harmonies of #FB29E2
Complementary color
Monochromatic Colors of #FB29E2
Black with #FB29E2
Text Example
Text Example
White with #FB29E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB29E2; }
p { color: rgb(251,41,226); }
H1.HeaderClassName
{
color: #FB29E2;
}
.AnyTagClassName
{
color: #FB29E2;
}
</style>
background-color css
<style>
a { background-color: #FB29E2; }
a { background-color: rgb(251,41,226); }
div.DivClassName
{
background-color: #FB29E2;
}
.BgClassName
{
background-color: #FB29E2;
}
</style>
border-color css
<style>
span { border-color: #FB29E2; }
span { border-color: rgb(251,41,226); }
td.TdClassName
{
border-color: #FB29E2;
}
.TagClassName
{
border-color: #FB29E2;
}
</style>