Shades of Razzle Dazzle Rose #FB31C9
Tints of Razzle Dazzle Rose #FB31C9
RGB
CMYK
RGB Variations
Color information
#FB31C9 (or 0xFB31C9) is known color: Razzle Dazzle Rose. HEX triplet: FB, 31 and C9. RGB value is (251,49,201). Sum of RGB (Red+Green+Blue) = 251+49+201=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB31C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB31C9 is #04CE36. Grayscale: #7E7E7E. Windows color (decimal): -314935 or 13185531. OLE color: 13185531.
HSL color Cylindrical-coordinate representation of color #FB31C9: hue angle of 314.85º 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 #FB31C9 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 201 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.02 |
| HSL | 314.85º | 0.96% | 0.59% | - |
| HSV(B) | 314.85º | 0.8% | 0.98% | - |
| XYZ | 51.42 | 26.92 | 57.74 | - |
| YUV | 126.73 | 169.92 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 201 | 0 | 0.80 | 0.20 | 0.02 | 314.85 | 0.96 | 0.59 |
| Hex | FB | 31 | C9 | 0 | 50 | 14 | 2 | 13B | 60 | 3B |
| Octal | 373 | 61 | 311 | 0 | 120 | 24 | 2 | 473 | 140 | 73 |
| Binary | 11111011 | 110001 | 11001001 | 0 | 1010000 | 10100 | 10 | 100111011 | 1100000 | 111011 |
Color Harmonies of #FB31C9
Complementary color
Monochromatic Colors of #FB31C9
Black with #FB31C9
Text Example
Text Example
White with #FB31C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB31C9; }
p { color: rgb(251,49,201); }
H1.HeaderClassName
{
color: #FB31C9;
}
.AnyTagClassName
{
color: #FB31C9;
}
</style>
background-color css
<style>
a { background-color: #FB31C9; }
a { background-color: rgb(251,49,201); }
div.DivClassName
{
background-color: #FB31C9;
}
.BgClassName
{
background-color: #FB31C9;
}
</style>
border-color css
<style>
span { border-color: #FB31C9; }
span { border-color: rgb(251,49,201); }
td.TdClassName
{
border-color: #FB31C9;
}
.TagClassName
{
border-color: #FB31C9;
}
</style>