Shades of Razzle Dazzle Rose #F21DDB
Tints of Razzle Dazzle Rose #F21DDB
RGB
CMYK
RGB Variations
Color information
#F21DDB (or 0xF21DDB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1D and DB. RGB value is (242,29,219). Sum of RGB (Red+Green+Blue) = 242+29+219=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 29 (11.72% from 255 or 5.92% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DDB is #0DE224. Grayscale: #717171. Windows color (decimal): -909861 or 14360050. OLE color: 14360050.
HSL color Cylindrical-coordinate representation of color #F21DDB: hue angle of 306.48º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21DDB is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 219 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.05 |
| HSL | 306.48º | 0.89% | 0.53% | - |
| HSV(B) | 306.48º | 0.88% | 0.95% | - |
| XYZ | 49.84 | 24.87 | 69.19 | - |
| YUV | 114.35 | 187.07 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 219 | 0 | 0.88 | 0.10 | 0.05 | 306.48 | 0.89 | 0.53 |
| Hex | F2 | 1D | DB | 0 | 58 | A | 5 | 132 | 59 | 35 |
| Octal | 362 | 35 | 333 | 0 | 130 | 12 | 5 | 462 | 131 | 65 |
| Binary | 11110010 | 11101 | 11011011 | 0 | 1011000 | 1010 | 101 | 100110010 | 1011001 | 110101 |
Color Harmonies of #F21DDB
Complementary color
Monochromatic Colors of #F21DDB
Black with #F21DDB
Text Example
Text Example
White with #F21DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DDB; }
p { color: rgb(242,29,219); }
H1.HeaderClassName
{
color: #F21DDB;
}
.AnyTagClassName
{
color: #F21DDB;
}
</style>
background-color css
<style>
a { background-color: #F21DDB; }
a { background-color: rgb(242,29,219); }
div.DivClassName
{
background-color: #F21DDB;
}
.BgClassName
{
background-color: #F21DDB;
}
</style>
border-color css
<style>
span { border-color: #F21DDB; }
span { border-color: rgb(242,29,219); }
td.TdClassName
{
border-color: #F21DDB;
}
.TagClassName
{
border-color: #F21DDB;
}
</style>