Shades of Razzle Dazzle Rose #FB37D6
Tints of Razzle Dazzle Rose #FB37D6
RGB
CMYK
RGB Variations
Color information
#FB37D6 (or 0xFB37D6) is known color: Razzle Dazzle Rose. HEX triplet: FB, 37 and D6. RGB value is (251,55,214). Sum of RGB (Red+Green+Blue) = 251+55+214=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 55 (21.88% from 255 or 10.58% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB37D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB37D6 is #04C829. Grayscale: #838383. Windows color (decimal): -313386 or 14039035. OLE color: 14039035.
HSL color Cylindrical-coordinate representation of color #FB37D6: hue angle of 311.33º 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 #FB37D6 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 214 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.02 |
| HSL | 311.33º | 0.96% | 0.6% | - |
| HSV(B) | 311.33º | 0.78% | 0.98% | - |
| XYZ | 53.29 | 28.1 | 66.23 | - |
| YUV | 131.73 | 174.43 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 214 | 0 | 0.78 | 0.15 | 0.02 | 311.33 | 0.96 | 0.6 |
| Hex | FB | 37 | D6 | 0 | 4E | F | 2 | 137 | 60 | 3C |
| Octal | 373 | 67 | 326 | 0 | 116 | 17 | 2 | 467 | 140 | 74 |
| Binary | 11111011 | 110111 | 11010110 | 0 | 1001110 | 1111 | 10 | 100110111 | 1100000 | 111100 |
Color Harmonies of #FB37D6
Complementary color
Monochromatic Colors of #FB37D6
Black with #FB37D6
Text Example
Text Example
White with #FB37D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB37D6; }
p { color: rgb(251,55,214); }
H1.HeaderClassName
{
color: #FB37D6;
}
.AnyTagClassName
{
color: #FB37D6;
}
</style>
background-color css
<style>
a { background-color: #FB37D6; }
a { background-color: rgb(251,55,214); }
div.DivClassName
{
background-color: #FB37D6;
}
.BgClassName
{
background-color: #FB37D6;
}
</style>
border-color css
<style>
span { border-color: #FB37D6; }
span { border-color: rgb(251,55,214); }
td.TdClassName
{
border-color: #FB37D6;
}
.TagClassName
{
border-color: #FB37D6;
}
</style>