Shades of Razzle Dazzle Rose #FF37F4
Tints of Razzle Dazzle Rose #FF37F4
RGB
CMYK
RGB Variations
Color information
#FF37F4 (or 0xFF37F4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 37 and F4. RGB value is (255,55,244). Sum of RGB (Red+Green+Blue) = 255+55+244=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 55 (21.88% from 255 or 9.93% from 554); Blue value is 244 (95.70% from 255 or 44.04% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF37F4 is #00C80B. Grayscale: #878787. Windows color (decimal): -51212 or 16005119. OLE color: 16005119.
HSL color Cylindrical-coordinate representation of color #FF37F4: hue angle of 303.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 #FF37F4 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 244 | - |
| CMYK | 0 | 0.78 | 0.04 | 0 |
| HSL | 303.3º | 1% | 0.61% | - |
| HSV(B) | 303.3º | 0.78% | 1% | - |
| XYZ | 58.94 | 30.52 | 88.37 | - |
| YUV | 136.35 | 188.76 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 244 | 0 | 0.78 | 0.04 | 0 | 303.3 | 1 | 0.61 |
| Hex | FF | 37 | F4 | 0 | 4E | 4 | 0 | 12F | 64 | 3D |
| Octal | 377 | 67 | 364 | 0 | 116 | 4 | 0 | 457 | 144 | 75 |
| Binary | 11111111 | 110111 | 11110100 | 0 | 1001110 | 100 | 0 | 100101111 | 1100100 | 111101 |
Color Harmonies of #FF37F4
Complementary color
Monochromatic Colors of #FF37F4
Black with #FF37F4
Text Example
Text Example
White with #FF37F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37F4; }
p { color: rgb(255,55,244); }
H1.HeaderClassName
{
color: #FF37F4;
}
.AnyTagClassName
{
color: #FF37F4;
}
</style>
background-color css
<style>
a { background-color: #FF37F4; }
a { background-color: rgb(255,55,244); }
div.DivClassName
{
background-color: #FF37F4;
}
.BgClassName
{
background-color: #FF37F4;
}
</style>
border-color css
<style>
span { border-color: #FF37F4; }
span { border-color: rgb(255,55,244); }
td.TdClassName
{
border-color: #FF37F4;
}
.TagClassName
{
border-color: #FF37F4;
}
</style>