Shades of Razzle Dazzle Rose #F21FDC
Tints of Razzle Dazzle Rose #F21FDC
RGB
CMYK
RGB Variations
Color information
#F21FDC (or 0xF21FDC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1F and DC. RGB value is (242,31,220). Sum of RGB (Red+Green+Blue) = 242+31+220=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 31 (12.5% from 255 or 6.29% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21FDC is #0DE023. Grayscale: #737373. Windows color (decimal): -909348 or 14426098. OLE color: 14426098.
HSL color Cylindrical-coordinate representation of color #F21FDC: hue angle of 306.26º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21FDC is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 220 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.05 |
| HSL | 306.26º | 0.89% | 0.54% | - |
| HSV(B) | 306.26º | 0.87% | 0.95% | - |
| XYZ | 50.03 | 25.02 | 69.9 | - |
| YUV | 115.64 | 186.9 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 220 | 0 | 0.87 | 0.09 | 0.05 | 306.26 | 0.89 | 0.54 |
| Hex | F2 | 1F | DC | 0 | 57 | 9 | 5 | 132 | 59 | 36 |
| Octal | 362 | 37 | 334 | 0 | 127 | 11 | 5 | 462 | 131 | 66 |
| Binary | 11110010 | 11111 | 11011100 | 0 | 1010111 | 1001 | 101 | 100110010 | 1011001 | 110110 |
Color Harmonies of #F21FDC
Complementary color
Monochromatic Colors of #F21FDC
Black with #F21FDC
Text Example
Text Example
White with #F21FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21FDC; }
p { color: rgb(242,31,220); }
H1.HeaderClassName
{
color: #F21FDC;
}
.AnyTagClassName
{
color: #F21FDC;
}
</style>
background-color css
<style>
a { background-color: #F21FDC; }
a { background-color: rgb(242,31,220); }
div.DivClassName
{
background-color: #F21FDC;
}
.BgClassName
{
background-color: #F21FDC;
}
</style>
border-color css
<style>
span { border-color: #F21FDC; }
span { border-color: rgb(242,31,220); }
td.TdClassName
{
border-color: #F21FDC;
}
.TagClassName
{
border-color: #F21FDC;
}
</style>