Shades of Razzle Dazzle Rose #F12ECC
Tints of Razzle Dazzle Rose #F12ECC
RGB
CMYK
RGB Variations
Color information
#F12ECC (or 0xF12ECC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2E and CC. RGB value is (241,46,204). Sum of RGB (Red+Green+Blue) = 241+46+204=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F12ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12ECC is #0ED133. Grayscale: #797979. Windows color (decimal): -971060 or 13381361. OLE color: 13381361.
HSL color Cylindrical-coordinate representation of color #F12ECC: hue angle of 311.38º degrees, saturation: 0.87, 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 #F12ECC is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 46 | 204 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.05 |
| HSL | 311.38º | 0.87% | 0.56% | - |
| HSV(B) | 311.38º | 0.81% | 0.95% | - |
| XYZ | 48.15 | 25.01 | 59.42 | - |
| YUV | 122.32 | 174.1 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 46 | 204 | 0 | 0.81 | 0.15 | 0.05 | 311.38 | 0.87 | 0.56 |
| Hex | F1 | 2E | CC | 0 | 51 | F | 5 | 137 | 57 | 38 |
| Octal | 361 | 56 | 314 | 0 | 121 | 17 | 5 | 467 | 127 | 70 |
| Binary | 11110001 | 101110 | 11001100 | 0 | 1010001 | 1111 | 101 | 100110111 | 1010111 | 111000 |
Color Harmonies of #F12ECC
Complementary color
Monochromatic Colors of #F12ECC
Black with #F12ECC
Text Example
Text Example
White with #F12ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12ECC; }
p { color: rgb(241,46,204); }
H1.HeaderClassName
{
color: #F12ECC;
}
.AnyTagClassName
{
color: #F12ECC;
}
</style>
background-color css
<style>
a { background-color: #F12ECC; }
a { background-color: rgb(241,46,204); }
div.DivClassName
{
background-color: #F12ECC;
}
.BgClassName
{
background-color: #F12ECC;
}
</style>
border-color css
<style>
span { border-color: #F12ECC; }
span { border-color: rgb(241,46,204); }
td.TdClassName
{
border-color: #F12ECC;
}
.TagClassName
{
border-color: #F12ECC;
}
</style>