Shades of Razzle Dazzle Rose #F12FCD
Tints of Razzle Dazzle Rose #F12FCD
RGB
CMYK
RGB Variations
Color information
#F12FCD (or 0xF12FCD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2F and CD. RGB value is (241,47,205). Sum of RGB (Red+Green+Blue) = 241+47+205=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 47 (18.75% from 255 or 9.53% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F12FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12FCD is #0ED032. Grayscale: #7A7A7A. Windows color (decimal): -970803 or 13447153. OLE color: 13447153.
HSL color Cylindrical-coordinate representation of color #F12FCD: hue angle of 311.13º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12FCD is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 205 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.05 |
| HSL | 311.13º | 0.87% | 0.56% | - |
| HSV(B) | 311.13º | 0.8% | 0.95% | - |
| XYZ | 48.31 | 25.14 | 60.06 | - |
| YUV | 123.02 | 174.27 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 205 | 0 | 0.80 | 0.15 | 0.05 | 311.13 | 0.87 | 0.56 |
| Hex | F1 | 2F | CD | 0 | 50 | F | 5 | 137 | 57 | 38 |
| Octal | 361 | 57 | 315 | 0 | 120 | 17 | 5 | 467 | 127 | 70 |
| Binary | 11110001 | 101111 | 11001101 | 0 | 1010000 | 1111 | 101 | 100110111 | 1010111 | 111000 |
Color Harmonies of #F12FCD
Complementary color
Monochromatic Colors of #F12FCD
Black with #F12FCD
Text Example
Text Example
White with #F12FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12FCD; }
p { color: rgb(241,47,205); }
H1.HeaderClassName
{
color: #F12FCD;
}
.AnyTagClassName
{
color: #F12FCD;
}
</style>
background-color css
<style>
a { background-color: #F12FCD; }
a { background-color: rgb(241,47,205); }
div.DivClassName
{
background-color: #F12FCD;
}
.BgClassName
{
background-color: #F12FCD;
}
</style>
border-color css
<style>
span { border-color: #F12FCD; }
span { border-color: rgb(241,47,205); }
td.TdClassName
{
border-color: #F12FCD;
}
.TagClassName
{
border-color: #F12FCD;
}
</style>