Shades of Razzle Dazzle Rose #FF37BA
Tints of Razzle Dazzle Rose #FF37BA
RGB
CMYK
RGB Variations
Color information
#FF37BA (or 0xFF37BA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 37 and BA. RGB value is (255,55,186). Sum of RGB (Red+Green+Blue) = 255+55+186=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 55 (21.88% from 255 or 11.09% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF37BA is #00C845. Grayscale: #818181. Windows color (decimal): -51270 or 12204031. OLE color: 12204031.
HSL color Cylindrical-coordinate representation of color #FF37BA: hue angle of 320.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF37BA is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 186 | - |
| CMYK | 0 | 0.78 | 0.27 | 0 |
| HSL | 320.7º | 1% | 0.61% | - |
| HSV(B) | 320.7º | 0.78% | 1% | - |
| XYZ | 51.47 | 27.54 | 49.06 | - |
| YUV | 129.73 | 159.76 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 186 | 0 | 0.78 | 0.27 | 0 | 320.7 | 1 | 0.61 |
| Hex | FF | 37 | BA | 0 | 4E | 1B | 0 | 141 | 64 | 3D |
| Octal | 377 | 67 | 272 | 0 | 116 | 33 | 0 | 501 | 144 | 75 |
| Binary | 11111111 | 110111 | 10111010 | 0 | 1001110 | 11011 | 0 | 101000001 | 1100100 | 111101 |
Color Harmonies of #FF37BA
Complementary color
Monochromatic Colors of #FF37BA
Black with #FF37BA
Text Example
Text Example
White with #FF37BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37BA; }
p { color: rgb(255,55,186); }
H1.HeaderClassName
{
color: #FF37BA;
}
.AnyTagClassName
{
color: #FF37BA;
}
</style>
background-color css
<style>
a { background-color: #FF37BA; }
a { background-color: rgb(255,55,186); }
div.DivClassName
{
background-color: #FF37BA;
}
.BgClassName
{
background-color: #FF37BA;
}
</style>
border-color css
<style>
span { border-color: #FF37BA; }
span { border-color: rgb(255,55,186); }
td.TdClassName
{
border-color: #FF37BA;
}
.TagClassName
{
border-color: #FF37BA;
}
</style>