Shades of Razzle Dazzle Rose #FF37CF
Tints of Razzle Dazzle Rose #FF37CF
RGB
CMYK
RGB Variations
Color information
#FF37CF (or 0xFF37CF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 37 and CF. RGB value is (255,55,207). Sum of RGB (Red+Green+Blue) = 255+55+207=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 55 (21.88% from 255 or 10.64% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF37CF is #00C830. Grayscale: #838383. Windows color (decimal): -51249 or 13580287. OLE color: 13580287.
HSL color Cylindrical-coordinate representation of color #FF37CF: hue angle of 314.4º 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 #FF37CF is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 207 | - |
| CMYK | 0 | 0.78 | 0.19 | 0 |
| HSL | 314.4º | 1% | 0.61% | - |
| HSV(B) | 314.4º | 0.78% | 1% | - |
| XYZ | 53.87 | 28.5 | 61.69 | - |
| YUV | 132.13 | 170.26 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 207 | 0 | 0.78 | 0.19 | 0 | 314.4 | 1 | 0.61 |
| Hex | FF | 37 | CF | 0 | 4E | 13 | 0 | 13A | 64 | 3D |
| Octal | 377 | 67 | 317 | 0 | 116 | 23 | 0 | 472 | 144 | 75 |
| Binary | 11111111 | 110111 | 11001111 | 0 | 1001110 | 10011 | 0 | 100111010 | 1100100 | 111101 |
Color Harmonies of #FF37CF
Complementary color
Monochromatic Colors of #FF37CF
Black with #FF37CF
Text Example
Text Example
White with #FF37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37CF; }
p { color: rgb(255,55,207); }
H1.HeaderClassName
{
color: #FF37CF;
}
.AnyTagClassName
{
color: #FF37CF;
}
</style>
background-color css
<style>
a { background-color: #FF37CF; }
a { background-color: rgb(255,55,207); }
div.DivClassName
{
background-color: #FF37CF;
}
.BgClassName
{
background-color: #FF37CF;
}
</style>
border-color css
<style>
span { border-color: #FF37CF; }
span { border-color: rgb(255,55,207); }
td.TdClassName
{
border-color: #FF37CF;
}
.TagClassName
{
border-color: #FF37CF;
}
</style>