Shades of Razzle Dazzle Rose #F21FDF
Tints of Razzle Dazzle Rose #F21FDF
RGB
CMYK
RGB Variations
Color information
#F21FDF (or 0xF21FDF) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1F and DF. RGB value is (242,31,223). Sum of RGB (Red+Green+Blue) = 242+31+223=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 31 (12.5% from 255 or 6.25% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21FDF is #0DE020. Grayscale: #737373. Windows color (decimal): -909345 or 14622706. OLE color: 14622706.
HSL color Cylindrical-coordinate representation of color #F21FDF: hue angle of 305.4º 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 #F21FDF is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 223 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.05 |
| HSL | 305.4º | 0.89% | 0.54% | - |
| HSV(B) | 305.4º | 0.87% | 0.95% | - |
| XYZ | 50.43 | 25.18 | 72.02 | - |
| YUV | 115.98 | 188.4 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 223 | 0 | 0.87 | 0.08 | 0.05 | 305.4 | 0.89 | 0.54 |
| Hex | F2 | 1F | DF | 0 | 57 | 8 | 5 | 131 | 59 | 36 |
| Octal | 362 | 37 | 337 | 0 | 127 | 10 | 5 | 461 | 131 | 66 |
| Binary | 11110010 | 11111 | 11011111 | 0 | 1010111 | 1000 | 101 | 100110001 | 1011001 | 110110 |
Color Harmonies of #F21FDF
Complementary color
Monochromatic Colors of #F21FDF
Black with #F21FDF
Text Example
Text Example
White with #F21FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21FDF; }
p { color: rgb(242,31,223); }
H1.HeaderClassName
{
color: #F21FDF;
}
.AnyTagClassName
{
color: #F21FDF;
}
</style>
background-color css
<style>
a { background-color: #F21FDF; }
a { background-color: rgb(242,31,223); }
div.DivClassName
{
background-color: #F21FDF;
}
.BgClassName
{
background-color: #F21FDF;
}
</style>
border-color css
<style>
span { border-color: #F21FDF; }
span { border-color: rgb(242,31,223); }
td.TdClassName
{
border-color: #F21FDF;
}
.TagClassName
{
border-color: #F21FDF;
}
</style>