Shades of Razzle Dazzle Rose #F122DB
Tints of Razzle Dazzle Rose #F122DB
RGB
CMYK
RGB Variations
Color information
#F122DB (or 0xF122DB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 22 and DB. RGB value is (241,34,219). Sum of RGB (Red+Green+Blue) = 241+34+219=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 34 (13.67% from 255 or 6.88% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F122DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F122DB is #0EDD24. Grayscale: #747474. Windows color (decimal): -974117 or 14361329. OLE color: 14361329.
HSL color Cylindrical-coordinate representation of color #F122DB: hue angle of 306.38º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F122DB is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 219 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.05 |
| HSL | 306.38º | 0.88% | 0.54% | - |
| HSV(B) | 306.38º | 0.86% | 0.95% | - |
| XYZ | 49.63 | 24.96 | 69.22 | - |
| YUV | 116.98 | 185.58 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 219 | 0 | 0.86 | 0.09 | 0.05 | 306.38 | 0.88 | 0.54 |
| Hex | F1 | 22 | DB | 0 | 56 | 9 | 5 | 132 | 58 | 36 |
| Octal | 361 | 42 | 333 | 0 | 126 | 11 | 5 | 462 | 130 | 66 |
| Binary | 11110001 | 100010 | 11011011 | 0 | 1010110 | 1001 | 101 | 100110010 | 1011000 | 110110 |
Color Harmonies of #F122DB
Complementary color
Monochromatic Colors of #F122DB
Black with #F122DB
Text Example
Text Example
White with #F122DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122DB; }
p { color: rgb(241,34,219); }
H1.HeaderClassName
{
color: #F122DB;
}
.AnyTagClassName
{
color: #F122DB;
}
</style>
background-color css
<style>
a { background-color: #F122DB; }
a { background-color: rgb(241,34,219); }
div.DivClassName
{
background-color: #F122DB;
}
.BgClassName
{
background-color: #F122DB;
}
</style>
border-color css
<style>
span { border-color: #F122DB; }
span { border-color: rgb(241,34,219); }
td.TdClassName
{
border-color: #F122DB;
}
.TagClassName
{
border-color: #F122DB;
}
</style>