Shades of Razzle Dazzle Rose #F12DC0
Tints of Razzle Dazzle Rose #F12DC0
RGB
CMYK
RGB Variations
Color information
#F12DC0 (or 0xF12DC0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2D and C0. RGB value is (241,45,192). Sum of RGB (Red+Green+Blue) = 241+45+192=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DC0 is #0ED23F. Grayscale: #777777. Windows color (decimal): -971328 or 12594673. OLE color: 12594673.
HSL color Cylindrical-coordinate representation of color #F12DC0: hue angle of 315º 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 #F12DC0 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 192 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.05 |
| HSL | 315º | 0.88% | 0.56% | - |
| HSV(B) | 315º | 0.81% | 0.95% | - |
| XYZ | 46.73 | 24.38 | 52.11 | - |
| YUV | 120.36 | 168.43 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 192 | 0 | 0.81 | 0.20 | 0.05 | 315 | 0.88 | 0.56 |
| Hex | F1 | 2D | C0 | 0 | 51 | 14 | 5 | 13B | 58 | 38 |
| Octal | 361 | 55 | 300 | 0 | 121 | 24 | 5 | 473 | 130 | 70 |
| Binary | 11110001 | 101101 | 11000000 | 0 | 1010001 | 10100 | 101 | 100111011 | 1011000 | 111000 |
Color Harmonies of #F12DC0
Complementary color
Monochromatic Colors of #F12DC0
Black with #F12DC0
Text Example
Text Example
White with #F12DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12DC0; }
p { color: rgb(241,45,192); }
H1.HeaderClassName
{
color: #F12DC0;
}
.AnyTagClassName
{
color: #F12DC0;
}
</style>
background-color css
<style>
a { background-color: #F12DC0; }
a { background-color: rgb(241,45,192); }
div.DivClassName
{
background-color: #F12DC0;
}
.BgClassName
{
background-color: #F12DC0;
}
</style>
border-color css
<style>
span { border-color: #F12DC0; }
span { border-color: rgb(241,45,192); }
td.TdClassName
{
border-color: #F12DC0;
}
.TagClassName
{
border-color: #F12DC0;
}
</style>