Shades of Razzle Dazzle Rose #F122D0
Tints of Razzle Dazzle Rose #F122D0
RGB
CMYK
RGB Variations
Color information
#F122D0 (or 0xF122D0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 22 and D0. RGB value is (241,34,208). Sum of RGB (Red+Green+Blue) = 241+34+208=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 34 (13.67% from 255 or 7.04% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F122D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F122D0 is #0EDD2F. Grayscale: #737373. Windows color (decimal): -974128 or 13640433. OLE color: 13640433.
HSL color Cylindrical-coordinate representation of color #F122D0: hue angle of 309.57º 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 #F122D0 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 208 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.05 |
| HSL | 309.57º | 0.88% | 0.54% | - |
| HSV(B) | 309.57º | 0.86% | 0.95% | - |
| XYZ | 48.23 | 24.4 | 61.84 | - |
| YUV | 115.73 | 180.08 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 208 | 0 | 0.86 | 0.14 | 0.05 | 309.57 | 0.88 | 0.54 |
| Hex | F1 | 22 | D0 | 0 | 56 | E | 5 | 136 | 58 | 36 |
| Octal | 361 | 42 | 320 | 0 | 126 | 16 | 5 | 466 | 130 | 66 |
| Binary | 11110001 | 100010 | 11010000 | 0 | 1010110 | 1110 | 101 | 100110110 | 1011000 | 110110 |
Color Harmonies of #F122D0
Complementary color
Monochromatic Colors of #F122D0
Black with #F122D0
Text Example
Text Example
White with #F122D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122D0; }
p { color: rgb(241,34,208); }
H1.HeaderClassName
{
color: #F122D0;
}
.AnyTagClassName
{
color: #F122D0;
}
</style>
background-color css
<style>
a { background-color: #F122D0; }
a { background-color: rgb(241,34,208); }
div.DivClassName
{
background-color: #F122D0;
}
.BgClassName
{
background-color: #F122D0;
}
</style>
border-color css
<style>
span { border-color: #F122D0; }
span { border-color: rgb(241,34,208); }
td.TdClassName
{
border-color: #F122D0;
}
.TagClassName
{
border-color: #F122D0;
}
</style>