Shades of Razzle Dazzle Rose #FF37B9
Tints of Razzle Dazzle Rose #FF37B9
RGB
CMYK
RGB Variations
Color information
#FF37B9 (or 0xFF37B9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 37 and B9. RGB value is (255,55,185). Sum of RGB (Red+Green+Blue) = 255+55+185=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 55 (21.88% from 255 or 11.11% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF37B9 is #00C846. Grayscale: #818181. Windows color (decimal): -51271 or 12138495. OLE color: 12138495.
HSL color Cylindrical-coordinate representation of color #FF37B9: hue angle of 321º 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 #FF37B9 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 185 | - |
| CMYK | 0 | 0.78 | 0.27 | 0 |
| HSL | 321º | 1% | 0.61% | - |
| HSV(B) | 321º | 0.78% | 1% | - |
| XYZ | 51.36 | 27.5 | 48.5 | - |
| YUV | 129.62 | 159.26 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 185 | 0 | 0.78 | 0.27 | 0 | 321 | 1 | 0.61 |
| Hex | FF | 37 | B9 | 0 | 4E | 1B | 0 | 141 | 64 | 3D |
| Octal | 377 | 67 | 271 | 0 | 116 | 33 | 0 | 501 | 144 | 75 |
| Binary | 11111111 | 110111 | 10111001 | 0 | 1001110 | 11011 | 0 | 101000001 | 1100100 | 111101 |
Color Harmonies of #FF37B9
Complementary color
Monochromatic Colors of #FF37B9
Black with #FF37B9
Text Example
Text Example
White with #FF37B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37B9; }
p { color: rgb(255,55,185); }
H1.HeaderClassName
{
color: #FF37B9;
}
.AnyTagClassName
{
color: #FF37B9;
}
</style>
background-color css
<style>
a { background-color: #FF37B9; }
a { background-color: rgb(255,55,185); }
div.DivClassName
{
background-color: #FF37B9;
}
.BgClassName
{
background-color: #FF37B9;
}
</style>
border-color css
<style>
span { border-color: #FF37B9; }
span { border-color: rgb(255,55,185); }
td.TdClassName
{
border-color: #FF37B9;
}
.TagClassName
{
border-color: #FF37B9;
}
</style>