Shades of Razzle Dazzle Rose #F12CDC
Tints of Razzle Dazzle Rose #F12CDC
RGB
CMYK
RGB Variations
Color information
#F12CDC (or 0xF12CDC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2C and DC. RGB value is (241,44,220). Sum of RGB (Red+Green+Blue) = 241+44+220=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 44 (17.58% from 255 or 8.71% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12CDC is #0ED323. Grayscale: #7A7A7A. Windows color (decimal): -971556 or 14429425. OLE color: 14429425.
HSL color Cylindrical-coordinate representation of color #F12CDC: hue angle of 306.4º 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 #F12CDC is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 220 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.05 |
| HSL | 306.4º | 0.88% | 0.56% | - |
| HSV(B) | 306.4º | 0.82% | 0.95% | - |
| XYZ | 50.09 | 25.67 | 70.02 | - |
| YUV | 122.97 | 182.77 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 220 | 0 | 0.82 | 0.09 | 0.05 | 306.4 | 0.88 | 0.56 |
| Hex | F1 | 2C | DC | 0 | 52 | 9 | 5 | 132 | 58 | 38 |
| Octal | 361 | 54 | 334 | 0 | 122 | 11 | 5 | 462 | 130 | 70 |
| Binary | 11110001 | 101100 | 11011100 | 0 | 1010010 | 1001 | 101 | 100110010 | 1011000 | 111000 |
Color Harmonies of #F12CDC
Complementary color
Monochromatic Colors of #F12CDC
Black with #F12CDC
Text Example
Text Example
White with #F12CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12CDC; }
p { color: rgb(241,44,220); }
H1.HeaderClassName
{
color: #F12CDC;
}
.AnyTagClassName
{
color: #F12CDC;
}
</style>
background-color css
<style>
a { background-color: #F12CDC; }
a { background-color: rgb(241,44,220); }
div.DivClassName
{
background-color: #F12CDC;
}
.BgClassName
{
background-color: #F12CDC;
}
</style>
border-color css
<style>
span { border-color: #F12CDC; }
span { border-color: rgb(241,44,220); }
td.TdClassName
{
border-color: #F12CDC;
}
.TagClassName
{
border-color: #F12CDC;
}
</style>