Shades of Razzle Dazzle Rose #F12DBA
Tints of Razzle Dazzle Rose #F12DBA
RGB
CMYK
RGB Variations
Color information
#F12DBA (or 0xF12DBA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2D and BA. RGB value is (241,45,186). Sum of RGB (Red+Green+Blue) = 241+45+186=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DBA is #0ED245. Grayscale: #777777. Windows color (decimal): -971334 or 12201457. OLE color: 12201457.
HSL color Cylindrical-coordinate representation of color #F12DBA: hue angle of 316.84º 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 #F12DBA is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 186 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.05 |
| HSL | 316.84º | 0.88% | 0.56% | - |
| HSV(B) | 316.84º | 0.81% | 0.95% | - |
| XYZ | 46.08 | 24.12 | 48.68 | - |
| YUV | 119.68 | 165.43 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 186 | 0 | 0.81 | 0.23 | 0.05 | 316.84 | 0.88 | 0.56 |
| Hex | F1 | 2D | BA | 0 | 51 | 17 | 5 | 13D | 58 | 38 |
| Octal | 361 | 55 | 272 | 0 | 121 | 27 | 5 | 475 | 130 | 70 |
| Binary | 11110001 | 101101 | 10111010 | 0 | 1010001 | 10111 | 101 | 100111101 | 1011000 | 111000 |
Color Harmonies of #F12DBA
Complementary color
Monochromatic Colors of #F12DBA
Black with #F12DBA
Text Example
Text Example
White with #F12DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12DBA; }
p { color: rgb(241,45,186); }
H1.HeaderClassName
{
color: #F12DBA;
}
.AnyTagClassName
{
color: #F12DBA;
}
</style>
background-color css
<style>
a { background-color: #F12DBA; }
a { background-color: rgb(241,45,186); }
div.DivClassName
{
background-color: #F12DBA;
}
.BgClassName
{
background-color: #F12DBA;
}
</style>
border-color css
<style>
span { border-color: #F12DBA; }
span { border-color: rgb(241,45,186); }
td.TdClassName
{
border-color: #F12DBA;
}
.TagClassName
{
border-color: #F12DBA;
}
</style>