Shades of Razzle Dazzle Rose #F12CCD
Tints of Razzle Dazzle Rose #F12CCD
RGB
CMYK
RGB Variations
Color information
#F12CCD (or 0xF12CCD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2C and CD. RGB value is (241,44,205). Sum of RGB (Red+Green+Blue) = 241+44+205=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 44 (17.58% from 255 or 8.98% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12CCD is #0ED332. Grayscale: #787878. Windows color (decimal): -971571 or 13446385. OLE color: 13446385.
HSL color Cylindrical-coordinate representation of color #F12CCD: hue angle of 310.96º 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 #F12CCD is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 205 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.05 |
| HSL | 310.96º | 0.88% | 0.56% | - |
| HSV(B) | 310.96º | 0.82% | 0.95% | - |
| XYZ | 48.2 | 24.91 | 60.03 | - |
| YUV | 121.26 | 175.27 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 205 | 0 | 0.82 | 0.15 | 0.05 | 310.96 | 0.88 | 0.56 |
| Hex | F1 | 2C | CD | 0 | 52 | F | 5 | 137 | 58 | 38 |
| Octal | 361 | 54 | 315 | 0 | 122 | 17 | 5 | 467 | 130 | 70 |
| Binary | 11110001 | 101100 | 11001101 | 0 | 1010010 | 1111 | 101 | 100110111 | 1011000 | 111000 |
Color Harmonies of #F12CCD
Complementary color
Monochromatic Colors of #F12CCD
Black with #F12CCD
Text Example
Text Example
White with #F12CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12CCD; }
p { color: rgb(241,44,205); }
H1.HeaderClassName
{
color: #F12CCD;
}
.AnyTagClassName
{
color: #F12CCD;
}
</style>
background-color css
<style>
a { background-color: #F12CCD; }
a { background-color: rgb(241,44,205); }
div.DivClassName
{
background-color: #F12CCD;
}
.BgClassName
{
background-color: #F12CCD;
}
</style>
border-color css
<style>
span { border-color: #F12CCD; }
span { border-color: rgb(241,44,205); }
td.TdClassName
{
border-color: #F12CCD;
}
.TagClassName
{
border-color: #F12CCD;
}
</style>