Shades of Razzle Dazzle Rose #FB37C8
Tints of Razzle Dazzle Rose #FB37C8
RGB
CMYK
RGB Variations
Color information
#FB37C8 (or 0xFB37C8) is known color: Razzle Dazzle Rose. HEX triplet: FB, 37 and C8. RGB value is (251,55,200). Sum of RGB (Red+Green+Blue) = 251+55+200=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 55 (21.88% from 255 or 10.87% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB37C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB37C8 is #04C837. Grayscale: #818181. Windows color (decimal): -313400 or 13121531. OLE color: 13121531.
HSL color Cylindrical-coordinate representation of color #FB37C8: hue angle of 315.61º 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 #FB37C8 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 200 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.02 |
| HSL | 315.61º | 0.96% | 0.6% | - |
| HSV(B) | 315.61º | 0.78% | 0.98% | - |
| XYZ | 51.58 | 27.41 | 57.22 | - |
| YUV | 130.13 | 167.43 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 200 | 0 | 0.78 | 0.20 | 0.02 | 315.61 | 0.96 | 0.6 |
| Hex | FB | 37 | C8 | 0 | 4E | 14 | 2 | 13C | 60 | 3C |
| Octal | 373 | 67 | 310 | 0 | 116 | 24 | 2 | 474 | 140 | 74 |
| Binary | 11111011 | 110111 | 11001000 | 0 | 1001110 | 10100 | 10 | 100111100 | 1100000 | 111100 |
Color Harmonies of #FB37C8
Complementary color
Monochromatic Colors of #FB37C8
Black with #FB37C8
Text Example
Text Example
White with #FB37C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB37C8; }
p { color: rgb(251,55,200); }
H1.HeaderClassName
{
color: #FB37C8;
}
.AnyTagClassName
{
color: #FB37C8;
}
</style>
background-color css
<style>
a { background-color: #FB37C8; }
a { background-color: rgb(251,55,200); }
div.DivClassName
{
background-color: #FB37C8;
}
.BgClassName
{
background-color: #FB37C8;
}
</style>
border-color css
<style>
span { border-color: #FB37C8; }
span { border-color: rgb(251,55,200); }
td.TdClassName
{
border-color: #FB37C8;
}
.TagClassName
{
border-color: #FB37C8;
}
</style>