Shades of Razzle Dazzle Rose #FB31C2
Tints of Razzle Dazzle Rose #FB31C2
RGB
CMYK
RGB Variations
Color information
#FB31C2 (or 0xFB31C2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 31 and C2. RGB value is (251,49,194). Sum of RGB (Red+Green+Blue) = 251+49+194=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB31C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB31C2 is #04CE3D. Grayscale: #7D7D7D. Windows color (decimal): -314942 or 12726779. OLE color: 12726779.
HSL color Cylindrical-coordinate representation of color #FB31C2: hue angle of 316.93º 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 #FB31C2 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 194 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.02 |
| HSL | 316.93º | 0.96% | 0.59% | - |
| HSV(B) | 316.93º | 0.8% | 0.98% | - |
| XYZ | 50.62 | 26.6 | 53.51 | - |
| YUV | 125.93 | 166.42 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 194 | 0 | 0.80 | 0.23 | 0.02 | 316.93 | 0.96 | 0.59 |
| Hex | FB | 31 | C2 | 0 | 50 | 17 | 2 | 13D | 60 | 3B |
| Octal | 373 | 61 | 302 | 0 | 120 | 27 | 2 | 475 | 140 | 73 |
| Binary | 11111011 | 110001 | 11000010 | 0 | 1010000 | 10111 | 10 | 100111101 | 1100000 | 111011 |
Color Harmonies of #FB31C2
Complementary color
Monochromatic Colors of #FB31C2
Black with #FB31C2
Text Example
Text Example
White with #FB31C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB31C2; }
p { color: rgb(251,49,194); }
H1.HeaderClassName
{
color: #FB31C2;
}
.AnyTagClassName
{
color: #FB31C2;
}
</style>
background-color css
<style>
a { background-color: #FB31C2; }
a { background-color: rgb(251,49,194); }
div.DivClassName
{
background-color: #FB31C2;
}
.BgClassName
{
background-color: #FB31C2;
}
</style>
border-color css
<style>
span { border-color: #FB31C2; }
span { border-color: rgb(251,49,194); }
td.TdClassName
{
border-color: #FB31C2;
}
.TagClassName
{
border-color: #FB31C2;
}
</style>