Shades of Razzle Dazzle Rose #F12DB9
Tints of Razzle Dazzle Rose #F12DB9
RGB
CMYK
RGB Variations
Color information
#F12DB9 (or 0xF12DB9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2D and B9. RGB value is (241,45,185). Sum of RGB (Red+Green+Blue) = 241+45+185=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DB9 is #0ED246. Grayscale: #777777. Windows color (decimal): -971335 or 12135921. OLE color: 12135921.
HSL color Cylindrical-coordinate representation of color #F12DB9: hue angle of 317.14º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12DB9 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 185 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.05 |
| HSL | 317.14º | 0.88% | 0.56% | - |
| HSV(B) | 317.14º | 0.81% | 0.95% | - |
| XYZ | 45.97 | 24.08 | 48.12 | - |
| YUV | 119.56 | 164.93 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 185 | 0 | 0.81 | 0.23 | 0.05 | 317.14 | 0.88 | 0.56 |
| Hex | F1 | 2D | B9 | 0 | 51 | 17 | 5 | 13D | 58 | 38 |
| Octal | 361 | 55 | 271 | 0 | 121 | 27 | 5 | 475 | 130 | 70 |
| Binary | 11110001 | 101101 | 10111001 | 0 | 1010001 | 10111 | 101 | 100111101 | 1011000 | 111000 |
Color Harmonies of #F12DB9
Complementary color
Monochromatic Colors of #F12DB9
Black with #F12DB9
Text Example
Text Example
White with #F12DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12DB9; }
p { color: rgb(241,45,185); }
H1.HeaderClassName
{
color: #F12DB9;
}
.AnyTagClassName
{
color: #F12DB9;
}
</style>
background-color css
<style>
a { background-color: #F12DB9; }
a { background-color: rgb(241,45,185); }
div.DivClassName
{
background-color: #F12DB9;
}
.BgClassName
{
background-color: #F12DB9;
}
</style>
border-color css
<style>
span { border-color: #F12DB9; }
span { border-color: rgb(241,45,185); }
td.TdClassName
{
border-color: #F12DB9;
}
.TagClassName
{
border-color: #F12DB9;
}
</style>