Shades of Razzle Dazzle Rose #FB37F2
Tints of Razzle Dazzle Rose #FB37F2
RGB
CMYK
RGB Variations
Color information
#FB37F2 (or 0xFB37F2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 37 and F2. RGB value is (251,55,242). Sum of RGB (Red+Green+Blue) = 251+55+242=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 55 (21.88% from 255 or 10.04% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB37F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB37F2 is #04C80D. Grayscale: #868686. Windows color (decimal): -313358 or 15874043. OLE color: 15874043.
HSL color Cylindrical-coordinate representation of color #FB37F2: hue angle of 302.76º 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 #FB37F2 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 242 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.02 |
| HSL | 302.76º | 0.96% | 0.6% | - |
| HSV(B) | 302.76º | 0.78% | 0.98% | - |
| XYZ | 57.18 | 29.65 | 86.71 | - |
| YUV | 134.92 | 188.43 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 242 | 0 | 0.78 | 0.04 | 0.02 | 302.76 | 0.96 | 0.6 |
| Hex | FB | 37 | F2 | 0 | 4E | 4 | 2 | 12F | 60 | 3C |
| Octal | 373 | 67 | 362 | 0 | 116 | 4 | 2 | 457 | 140 | 74 |
| Binary | 11111011 | 110111 | 11110010 | 0 | 1001110 | 100 | 10 | 100101111 | 1100000 | 111100 |
Color Harmonies of #FB37F2
Complementary color
Monochromatic Colors of #FB37F2
Black with #FB37F2
Text Example
Text Example
White with #FB37F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB37F2; }
p { color: rgb(251,55,242); }
H1.HeaderClassName
{
color: #FB37F2;
}
.AnyTagClassName
{
color: #FB37F2;
}
</style>
background-color css
<style>
a { background-color: #FB37F2; }
a { background-color: rgb(251,55,242); }
div.DivClassName
{
background-color: #FB37F2;
}
.BgClassName
{
background-color: #FB37F2;
}
</style>
border-color css
<style>
span { border-color: #FB37F2; }
span { border-color: rgb(251,55,242); }
td.TdClassName
{
border-color: #FB37F2;
}
.TagClassName
{
border-color: #FB37F2;
}
</style>