Shades of Razzle Dazzle Rose #F12FC1
Tints of Razzle Dazzle Rose #F12FC1
RGB
CMYK
RGB Variations
Color information
#F12FC1 (or 0xF12FC1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2F and C1. RGB value is (241,47,193). Sum of RGB (Red+Green+Blue) = 241+47+193=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F12FC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12FC1 is #0ED03E. Grayscale: #797979. Windows color (decimal): -970815 or 12660721. OLE color: 12660721.
HSL color Cylindrical-coordinate representation of color #F12FC1: hue angle of 314.85º 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 #F12FC1 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 193 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.05 |
| HSL | 314.85º | 0.87% | 0.56% | - |
| HSV(B) | 314.85º | 0.8% | 0.95% | - |
| XYZ | 46.92 | 24.58 | 52.72 | - |
| YUV | 121.65 | 168.27 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 193 | 0 | 0.80 | 0.20 | 0.05 | 314.85 | 0.87 | 0.56 |
| Hex | F1 | 2F | C1 | 0 | 50 | 14 | 5 | 13B | 57 | 38 |
| Octal | 361 | 57 | 301 | 0 | 120 | 24 | 5 | 473 | 127 | 70 |
| Binary | 11110001 | 101111 | 11000001 | 0 | 1010000 | 10100 | 101 | 100111011 | 1010111 | 111000 |
Color Harmonies of #F12FC1
Complementary color
Monochromatic Colors of #F12FC1
Black with #F12FC1
Text Example
Text Example
White with #F12FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12FC1; }
p { color: rgb(241,47,193); }
H1.HeaderClassName
{
color: #F12FC1;
}
.AnyTagClassName
{
color: #F12FC1;
}
</style>
background-color css
<style>
a { background-color: #F12FC1; }
a { background-color: rgb(241,47,193); }
div.DivClassName
{
background-color: #F12FC1;
}
.BgClassName
{
background-color: #F12FC1;
}
</style>
border-color css
<style>
span { border-color: #F12FC1; }
span { border-color: rgb(241,47,193); }
td.TdClassName
{
border-color: #F12FC1;
}
.TagClassName
{
border-color: #F12FC1;
}
</style>