Shades of Razzle Dazzle Rose #F21BDD
Tints of Razzle Dazzle Rose #F21BDD
RGB
CMYK
RGB Variations
Color information
#F21BDD (or 0xF21BDD) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1B and DD. RGB value is (242,27,221). Sum of RGB (Red+Green+Blue) = 242+27+221=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 27 (10.94% from 255 or 5.51% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F21BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21BDD is #0DE422. Grayscale: #707070. Windows color (decimal): -910371 or 14490610. OLE color: 14490610.
HSL color Cylindrical-coordinate representation of color #F21BDD: hue angle of 305.86º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21BDD is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 221 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.05 |
| HSL | 305.86º | 0.89% | 0.53% | - |
| HSV(B) | 305.86º | 0.89% | 0.95% | - |
| XYZ | 50.06 | 24.88 | 70.57 | - |
| YUV | 113.4 | 188.73 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 221 | 0 | 0.89 | 0.09 | 0.05 | 305.86 | 0.89 | 0.53 |
| Hex | F2 | 1B | DD | 0 | 59 | 9 | 5 | 132 | 59 | 35 |
| Octal | 362 | 33 | 335 | 0 | 131 | 11 | 5 | 462 | 131 | 65 |
| Binary | 11110010 | 11011 | 11011101 | 0 | 1011001 | 1001 | 101 | 100110010 | 1011001 | 110101 |
Color Harmonies of #F21BDD
Complementary color
Monochromatic Colors of #F21BDD
Black with #F21BDD
Text Example
Text Example
White with #F21BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21BDD; }
p { color: rgb(242,27,221); }
H1.HeaderClassName
{
color: #F21BDD;
}
.AnyTagClassName
{
color: #F21BDD;
}
</style>
background-color css
<style>
a { background-color: #F21BDD; }
a { background-color: rgb(242,27,221); }
div.DivClassName
{
background-color: #F21BDD;
}
.BgClassName
{
background-color: #F21BDD;
}
</style>
border-color css
<style>
span { border-color: #F21BDD; }
span { border-color: rgb(242,27,221); }
td.TdClassName
{
border-color: #F21BDD;
}
.TagClassName
{
border-color: #F21BDD;
}
</style>