Shades of Razzle Dazzle Rose #F12CC0
Tints of Razzle Dazzle Rose #F12CC0
RGB
CMYK
RGB Variations
Color information
#F12CC0 (or 0xF12CC0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2C and C0. RGB value is (241,44,192). Sum of RGB (Red+Green+Blue) = 241+44+192=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12CC0 is #0ED33F. Grayscale: #777777. Windows color (decimal): -971584 or 12594417. OLE color: 12594417.
HSL color Cylindrical-coordinate representation of color #F12CC0: hue angle of 314.92º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12CC0 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 192 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.05 |
| HSL | 314.92º | 0.88% | 0.56% | - |
| HSV(B) | 314.92º | 0.82% | 0.95% | - |
| XYZ | 46.69 | 24.31 | 52.1 | - |
| YUV | 119.78 | 168.77 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 192 | 0 | 0.82 | 0.20 | 0.05 | 314.92 | 0.88 | 0.56 |
| Hex | F1 | 2C | C0 | 0 | 52 | 14 | 5 | 13B | 58 | 38 |
| Octal | 361 | 54 | 300 | 0 | 122 | 24 | 5 | 473 | 130 | 70 |
| Binary | 11110001 | 101100 | 11000000 | 0 | 1010010 | 10100 | 101 | 100111011 | 1011000 | 111000 |
Color Harmonies of #F12CC0
Complementary color
Monochromatic Colors of #F12CC0
Black with #F12CC0
Text Example
Text Example
White with #F12CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12CC0; }
p { color: rgb(241,44,192); }
H1.HeaderClassName
{
color: #F12CC0;
}
.AnyTagClassName
{
color: #F12CC0;
}
</style>
background-color css
<style>
a { background-color: #F12CC0; }
a { background-color: rgb(241,44,192); }
div.DivClassName
{
background-color: #F12CC0;
}
.BgClassName
{
background-color: #F12CC0;
}
</style>
border-color css
<style>
span { border-color: #F12CC0; }
span { border-color: rgb(241,44,192); }
td.TdClassName
{
border-color: #F12CC0;
}
.TagClassName
{
border-color: #F12CC0;
}
</style>