Shades of Razzle Dazzle Rose #F12EC5
Tints of Razzle Dazzle Rose #F12EC5
RGB
CMYK
RGB Variations
Color information
#F12EC5 (or 0xF12EC5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2E and C5. RGB value is (241,46,197). Sum of RGB (Red+Green+Blue) = 241+46+197=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F12EC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12EC5 is #0ED13A. Grayscale: #797979. Windows color (decimal): -971067 or 12922609. OLE color: 12922609.
HSL color Cylindrical-coordinate representation of color #F12EC5: hue angle of 313.54º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12EC5 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 46 | 197 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.05 |
| HSL | 313.54º | 0.87% | 0.56% | - |
| HSV(B) | 313.54º | 0.81% | 0.95% | - |
| XYZ | 47.33 | 24.69 | 55.09 | - |
| YUV | 121.52 | 170.6 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 46 | 197 | 0 | 0.81 | 0.18 | 0.05 | 313.54 | 0.87 | 0.56 |
| Hex | F1 | 2E | C5 | 0 | 51 | 12 | 5 | 13A | 57 | 38 |
| Octal | 361 | 56 | 305 | 0 | 121 | 22 | 5 | 472 | 127 | 70 |
| Binary | 11110001 | 101110 | 11000101 | 0 | 1010001 | 10010 | 101 | 100111010 | 1010111 | 111000 |
Color Harmonies of #F12EC5
Complementary color
Monochromatic Colors of #F12EC5
Black with #F12EC5
Text Example
Text Example
White with #F12EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12EC5; }
p { color: rgb(241,46,197); }
H1.HeaderClassName
{
color: #F12EC5;
}
.AnyTagClassName
{
color: #F12EC5;
}
</style>
background-color css
<style>
a { background-color: #F12EC5; }
a { background-color: rgb(241,46,197); }
div.DivClassName
{
background-color: #F12EC5;
}
.BgClassName
{
background-color: #F12EC5;
}
</style>
border-color css
<style>
span { border-color: #F12EC5; }
span { border-color: rgb(241,46,197); }
td.TdClassName
{
border-color: #F12EC5;
}
.TagClassName
{
border-color: #F12EC5;
}
</style>