Shades of Razzle Dazzle Rose #FF37C2
Tints of Razzle Dazzle Rose #FF37C2
RGB
CMYK
RGB Variations
Color information
#FF37C2 (or 0xFF37C2) is known color: Razzle Dazzle Rose. HEX triplet: FF, 37 and C2. RGB value is (255,55,194). Sum of RGB (Red+Green+Blue) = 255+55+194=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 55 (21.88% from 255 or 10.91% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF37C2 is #00C83D. Grayscale: #828282. Windows color (decimal): -51262 or 12728319. OLE color: 12728319.
HSL color Cylindrical-coordinate representation of color #FF37C2: hue angle of 318.3º 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 #FF37C2 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 194 | - |
| CMYK | 0 | 0.78 | 0.24 | 0 |
| HSL | 318.3º | 1% | 0.61% | - |
| HSV(B) | 318.3º | 0.78% | 1% | - |
| XYZ | 52.34 | 27.89 | 53.66 | - |
| YUV | 130.65 | 163.76 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 194 | 0 | 0.78 | 0.24 | 0 | 318.3 | 1 | 0.61 |
| Hex | FF | 37 | C2 | 0 | 4E | 18 | 0 | 13E | 64 | 3D |
| Octal | 377 | 67 | 302 | 0 | 116 | 30 | 0 | 476 | 144 | 75 |
| Binary | 11111111 | 110111 | 11000010 | 0 | 1001110 | 11000 | 0 | 100111110 | 1100100 | 111101 |
Color Harmonies of #FF37C2
Complementary color
Monochromatic Colors of #FF37C2
Black with #FF37C2
Text Example
Text Example
White with #FF37C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37C2; }
p { color: rgb(255,55,194); }
H1.HeaderClassName
{
color: #FF37C2;
}
.AnyTagClassName
{
color: #FF37C2;
}
</style>
background-color css
<style>
a { background-color: #FF37C2; }
a { background-color: rgb(255,55,194); }
div.DivClassName
{
background-color: #FF37C2;
}
.BgClassName
{
background-color: #FF37C2;
}
</style>
border-color css
<style>
span { border-color: #FF37C2; }
span { border-color: rgb(255,55,194); }
td.TdClassName
{
border-color: #FF37C2;
}
.TagClassName
{
border-color: #FF37C2;
}
</style>