Shades of Razzle Dazzle Rose #FB37DF
Tints of Razzle Dazzle Rose #FB37DF
RGB
CMYK
RGB Variations
Color information
#FB37DF (or 0xFB37DF) is known color: Razzle Dazzle Rose. HEX triplet: FB, 37 and DF. RGB value is (251,55,223). Sum of RGB (Red+Green+Blue) = 251+55+223=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 55 (21.88% from 255 or 10.40% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB37DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB37DF is #04C820. Grayscale: #848484. Windows color (decimal): -313377 or 14628859. OLE color: 14628859.
HSL color Cylindrical-coordinate representation of color #FB37DF: hue angle of 308.57º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB37DF is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 223 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.02 |
| HSL | 308.57º | 0.96% | 0.6% | - |
| HSV(B) | 308.57º | 0.78% | 0.98% | - |
| XYZ | 54.47 | 28.57 | 72.46 | - |
| YUV | 132.76 | 178.93 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 223 | 0 | 0.78 | 0.11 | 0.02 | 308.57 | 0.96 | 0.6 |
| Hex | FB | 37 | DF | 0 | 4E | B | 2 | 135 | 60 | 3C |
| Octal | 373 | 67 | 337 | 0 | 116 | 13 | 2 | 465 | 140 | 74 |
| Binary | 11111011 | 110111 | 11011111 | 0 | 1001110 | 1011 | 10 | 100110101 | 1100000 | 111100 |
Color Harmonies of #FB37DF
Complementary color
Monochromatic Colors of #FB37DF
Black with #FB37DF
Text Example
Text Example
White with #FB37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB37DF; }
p { color: rgb(251,55,223); }
H1.HeaderClassName
{
color: #FB37DF;
}
.AnyTagClassName
{
color: #FB37DF;
}
</style>
background-color css
<style>
a { background-color: #FB37DF; }
a { background-color: rgb(251,55,223); }
div.DivClassName
{
background-color: #FB37DF;
}
.BgClassName
{
background-color: #FB37DF;
}
</style>
border-color css
<style>
span { border-color: #FB37DF; }
span { border-color: rgb(251,55,223); }
td.TdClassName
{
border-color: #FB37DF;
}
.TagClassName
{
border-color: #FB37DF;
}
</style>