Shades of Razzle Dazzle Rose #FF37CA
Tints of Razzle Dazzle Rose #FF37CA
RGB
CMYK
RGB Variations
Color information
#FF37CA (or 0xFF37CA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 37 and CA. RGB value is (255,55,202). Sum of RGB (Red+Green+Blue) = 255+55+202=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 55 (21.88% from 255 or 10.74% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF37CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF37CA is #00C835. Grayscale: #838383. Windows color (decimal): -51254 or 13252607. OLE color: 13252607.
HSL color Cylindrical-coordinate representation of color #FF37CA: hue angle of 315.9º 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 #FF37CA is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 202 | - |
| CMYK | 0 | 0.78 | 0.21 | 0 |
| HSL | 315.9º | 1% | 0.61% | - |
| HSV(B) | 315.9º | 0.78% | 1% | - |
| XYZ | 53.27 | 28.26 | 58.52 | - |
| YUV | 131.56 | 167.76 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 202 | 0 | 0.78 | 0.21 | 0 | 315.9 | 1 | 0.61 |
| Hex | FF | 37 | CA | 0 | 4E | 15 | 0 | 13C | 64 | 3D |
| Octal | 377 | 67 | 312 | 0 | 116 | 25 | 0 | 474 | 144 | 75 |
| Binary | 11111111 | 110111 | 11001010 | 0 | 1001110 | 10101 | 0 | 100111100 | 1100100 | 111101 |
Color Harmonies of #FF37CA
Complementary color
Monochromatic Colors of #FF37CA
Black with #FF37CA
Text Example
Text Example
White with #FF37CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF37CA; }
p { color: rgb(255,55,202); }
H1.HeaderClassName
{
color: #FF37CA;
}
.AnyTagClassName
{
color: #FF37CA;
}
</style>
background-color css
<style>
a { background-color: #FF37CA; }
a { background-color: rgb(255,55,202); }
div.DivClassName
{
background-color: #FF37CA;
}
.BgClassName
{
background-color: #FF37CA;
}
</style>
border-color css
<style>
span { border-color: #FF37CA; }
span { border-color: rgb(255,55,202); }
td.TdClassName
{
border-color: #FF37CA;
}
.TagClassName
{
border-color: #FF37CA;
}
</style>