Shades of Razzle Dazzle Rose #FF21CA
Tints of Razzle Dazzle Rose #FF21CA
RGB
CMYK
RGB Variations
Color information
#FF21CA (or 0xFF21CA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 21 and CA. RGB value is (255,33,202). Sum of RGB (Red+Green+Blue) = 255+33+202=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 33 (13.28% from 255 or 6.73% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF21CA is #00DE35. Grayscale: #767676. Windows color (decimal): -56886 or 13246975. OLE color: 13246975.
HSL color Cylindrical-coordinate representation of color #FF21CA: hue angle of 314.32º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF21CA is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 202 | - |
| CMYK | 0 | 0.87 | 0.21 | 0 |
| HSL | 314.32º | 1% | 0.56% | - |
| HSV(B) | 314.32º | 0.87% | 1% | - |
| XYZ | 52.44 | 26.61 | 58.25 | - |
| YUV | 118.64 | 175.05 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 202 | 0 | 0.87 | 0.21 | 0 | 314.32 | 1 | 0.56 |
| Hex | FF | 21 | CA | 0 | 57 | 15 | 0 | 13A | 64 | 38 |
| Octal | 377 | 41 | 312 | 0 | 127 | 25 | 0 | 472 | 144 | 70 |
| Binary | 11111111 | 100001 | 11001010 | 0 | 1010111 | 10101 | 0 | 100111010 | 1100100 | 111000 |
Color Harmonies of #FF21CA
Complementary color
Monochromatic Colors of #FF21CA
Black with #FF21CA
Text Example
Text Example
White with #FF21CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF21CA; }
p { color: rgb(255,33,202); }
H1.HeaderClassName
{
color: #FF21CA;
}
.AnyTagClassName
{
color: #FF21CA;
}
</style>
background-color css
<style>
a { background-color: #FF21CA; }
a { background-color: rgb(255,33,202); }
div.DivClassName
{
background-color: #FF21CA;
}
.BgClassName
{
background-color: #FF21CA;
}
</style>
border-color css
<style>
span { border-color: #FF21CA; }
span { border-color: rgb(255,33,202); }
td.TdClassName
{
border-color: #FF21CA;
}
.TagClassName
{
border-color: #FF21CA;
}
</style>