Shades of Razzle Dazzle Rose #F12CDD
Tints of Razzle Dazzle Rose #F12CDD
RGB
CMYK
RGB Variations
Color information
#F12CDD (or 0xF12CDD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2C and DD. RGB value is (241,44,221). Sum of RGB (Red+Green+Blue) = 241+44+221=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 44 (17.58% from 255 or 8.70% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12CDD is #0ED322. Grayscale: #7A7A7A. Windows color (decimal): -971555 or 14494961. OLE color: 14494961.
HSL color Cylindrical-coordinate representation of color #F12CDD: hue angle of 306.09º 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 #F12CDD is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 221 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.05 |
| HSL | 306.09º | 0.88% | 0.56% | - |
| HSV(B) | 306.09º | 0.82% | 0.95% | - |
| XYZ | 50.23 | 25.72 | 70.72 | - |
| YUV | 123.08 | 183.27 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 221 | 0 | 0.82 | 0.08 | 0.05 | 306.09 | 0.88 | 0.56 |
| Hex | F1 | 2C | DD | 0 | 52 | 8 | 5 | 132 | 58 | 38 |
| Octal | 361 | 54 | 335 | 0 | 122 | 10 | 5 | 462 | 130 | 70 |
| Binary | 11110001 | 101100 | 11011101 | 0 | 1010010 | 1000 | 101 | 100110010 | 1011000 | 111000 |
Color Harmonies of #F12CDD
Complementary color
Monochromatic Colors of #F12CDD
Black with #F12CDD
Text Example
Text Example
White with #F12CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12CDD; }
p { color: rgb(241,44,221); }
H1.HeaderClassName
{
color: #F12CDD;
}
.AnyTagClassName
{
color: #F12CDD;
}
</style>
background-color css
<style>
a { background-color: #F12CDD; }
a { background-color: rgb(241,44,221); }
div.DivClassName
{
background-color: #F12CDD;
}
.BgClassName
{
background-color: #F12CDD;
}
</style>
border-color css
<style>
span { border-color: #F12CDD; }
span { border-color: rgb(241,44,221); }
td.TdClassName
{
border-color: #F12CDD;
}
.TagClassName
{
border-color: #F12CDD;
}
</style>