Shades of Razzle Dazzle Rose #F12CDA
Tints of Razzle Dazzle Rose #F12CDA
RGB
CMYK
RGB Variations
Color information
#F12CDA (or 0xF12CDA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2C and DA. RGB value is (241,44,218). Sum of RGB (Red+Green+Blue) = 241+44+218=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 44 (17.58% from 255 or 8.75% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12CDA is #0ED325. Grayscale: #7A7A7A. Windows color (decimal): -971558 or 14298353. OLE color: 14298353.
HSL color Cylindrical-coordinate representation of color #F12CDA: hue angle of 307.01º 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 #F12CDA is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 218 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.05 |
| HSL | 307.01º | 0.88% | 0.56% | - |
| HSV(B) | 307.01º | 0.82% | 0.95% | - |
| XYZ | 49.83 | 25.56 | 68.64 | - |
| YUV | 122.74 | 181.77 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 218 | 0 | 0.82 | 0.10 | 0.05 | 307.01 | 0.88 | 0.56 |
| Hex | F1 | 2C | DA | 0 | 52 | A | 5 | 133 | 58 | 38 |
| Octal | 361 | 54 | 332 | 0 | 122 | 12 | 5 | 463 | 130 | 70 |
| Binary | 11110001 | 101100 | 11011010 | 0 | 1010010 | 1010 | 101 | 100110011 | 1011000 | 111000 |
Color Harmonies of #F12CDA
Complementary color
Monochromatic Colors of #F12CDA
Black with #F12CDA
Text Example
Text Example
White with #F12CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12CDA; }
p { color: rgb(241,44,218); }
H1.HeaderClassName
{
color: #F12CDA;
}
.AnyTagClassName
{
color: #F12CDA;
}
</style>
background-color css
<style>
a { background-color: #F12CDA; }
a { background-color: rgb(241,44,218); }
div.DivClassName
{
background-color: #F12CDA;
}
.BgClassName
{
background-color: #F12CDA;
}
</style>
border-color css
<style>
span { border-color: #F12CDA; }
span { border-color: rgb(241,44,218); }
td.TdClassName
{
border-color: #F12CDA;
}
.TagClassName
{
border-color: #F12CDA;
}
</style>