Shades of Razzle Dazzle Rose #FF37C5
Tints of Razzle Dazzle Rose #FF37C5
RGB
CMYK
RGB Variations
Color information
#FF37C5 (or 0xFF37C5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 37 and C5. RGB value is (255,55,197). Sum of RGB (Red+Green+Blue) = 255+55+197=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 55 (21.88% from 255 or 10.85% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF37C5 is #00C83A. Grayscale: #828282. Windows color (decimal): -51259 or 12924927. OLE color: 12924927.
HSL color Cylindrical-coordinate representation of color #FF37C5: hue angle of 317.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 #FF37C5 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 197 | - |
| CMYK | 0 | 0.78 | 0.23 | 0 |
| HSL | 317.4º | 1% | 0.61% | - |
| HSV(B) | 317.4º | 0.78% | 1% | - |
| XYZ | 52.68 | 28.02 | 55.46 | - |
| YUV | 130.99 | 165.26 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 197 | 0 | 0.78 | 0.23 | 0 | 317.4 | 1 | 0.61 |
| Hex | FF | 37 | C5 | 0 | 4E | 17 | 0 | 13D | 64 | 3D |
| Octal | 377 | 67 | 305 | 0 | 116 | 27 | 0 | 475 | 144 | 75 |
| Binary | 11111111 | 110111 | 11000101 | 0 | 1001110 | 10111 | 0 | 100111101 | 1100100 | 111101 |
Color Harmonies of #FF37C5
Complementary color
Monochromatic Colors of #FF37C5
Black with #FF37C5
Text Example
Text Example
White with #FF37C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37C5; }
p { color: rgb(255,55,197); }
H1.HeaderClassName
{
color: #FF37C5;
}
.AnyTagClassName
{
color: #FF37C5;
}
</style>
background-color css
<style>
a { background-color: #FF37C5; }
a { background-color: rgb(255,55,197); }
div.DivClassName
{
background-color: #FF37C5;
}
.BgClassName
{
background-color: #FF37C5;
}
</style>
border-color css
<style>
span { border-color: #FF37C5; }
span { border-color: rgb(255,55,197); }
td.TdClassName
{
border-color: #FF37C5;
}
.TagClassName
{
border-color: #FF37C5;
}
</style>