Shades of Razzle Dazzle Rose #FB32F9
Tints of Razzle Dazzle Rose #FB32F9
RGB
CMYK
RGB Variations
Color information
#FB32F9 (or 0xFB32F9) is known color: Razzle Dazzle Rose. HEX triplet: FB, 32 and F9. RGB value is (251,50,249). Sum of RGB (Red+Green+Blue) = 251+50+249=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 50 (19.92% from 255 or 9.09% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB32F9 is #04CD06. Grayscale: #848484. Windows color (decimal): -314631 or 16331515. OLE color: 16331515.
HSL color Cylindrical-coordinate representation of color #FB32F9: hue angle of 300.6º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB32F9 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 249 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.02 |
| HSL | 300.6º | 0.96% | 0.59% | - |
| HSV(B) | 300.6º | 0.8% | 0.98% | - |
| XYZ | 58.02 | 29.63 | 92.28 | - |
| YUV | 132.79 | 193.59 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 249 | 0 | 0.80 | 0.01 | 0.02 | 300.6 | 0.96 | 0.59 |
| Hex | FB | 32 | F9 | 0 | 50 | 1 | 2 | 12D | 60 | 3B |
| Octal | 373 | 62 | 371 | 0 | 120 | 1 | 2 | 455 | 140 | 73 |
| Binary | 11111011 | 110010 | 11111001 | 0 | 1010000 | 1 | 10 | 100101101 | 1100000 | 111011 |
Color Harmonies of #FB32F9
Complementary color
Monochromatic Colors of #FB32F9
Black with #FB32F9
Text Example
Text Example
White with #FB32F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32F9; }
p { color: rgb(251,50,249); }
H1.HeaderClassName
{
color: #FB32F9;
}
.AnyTagClassName
{
color: #FB32F9;
}
</style>
background-color css
<style>
a { background-color: #FB32F9; }
a { background-color: rgb(251,50,249); }
div.DivClassName
{
background-color: #FB32F9;
}
.BgClassName
{
background-color: #FB32F9;
}
</style>
border-color css
<style>
span { border-color: #FB32F9; }
span { border-color: rgb(251,50,249); }
td.TdClassName
{
border-color: #FB32F9;
}
.TagClassName
{
border-color: #FB32F9;
}
</style>