Shades of Razzle Dazzle Rose #F92EC1
Tints of Razzle Dazzle Rose #F92EC1
RGB
CMYK
RGB Variations
Color information
#F92EC1 (or 0xF92EC1) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2E and C1. RGB value is (249,46,193). Sum of RGB (Red+Green+Blue) = 249+46+193=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F92EC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92EC1 is #06D13E. Grayscale: #7B7B7B. Windows color (decimal): -446783 or 12660473. OLE color: 12660473.
HSL color Cylindrical-coordinate representation of color #F92EC1: hue angle of 316.55º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92EC1 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 193 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.02 |
| HSL | 316.55º | 0.94% | 0.58% | - |
| HSV(B) | 316.55º | 0.82% | 0.98% | - |
| XYZ | 49.67 | 25.94 | 52.84 | - |
| YUV | 123.46 | 167.25 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 193 | 0 | 0.82 | 0.22 | 0.02 | 316.55 | 0.94 | 0.58 |
| Hex | F9 | 2E | C1 | 0 | 52 | 16 | 2 | 13D | 5E | 3A |
| Octal | 371 | 56 | 301 | 0 | 122 | 26 | 2 | 475 | 136 | 72 |
| Binary | 11111001 | 101110 | 11000001 | 0 | 1010010 | 10110 | 10 | 100111101 | 1011110 | 111010 |
Color Harmonies of #F92EC1
Complementary color
Monochromatic Colors of #F92EC1
Black with #F92EC1
Text Example
Text Example
White with #F92EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92EC1; }
p { color: rgb(249,46,193); }
H1.HeaderClassName
{
color: #F92EC1;
}
.AnyTagClassName
{
color: #F92EC1;
}
</style>
background-color css
<style>
a { background-color: #F92EC1; }
a { background-color: rgb(249,46,193); }
div.DivClassName
{
background-color: #F92EC1;
}
.BgClassName
{
background-color: #F92EC1;
}
</style>
border-color css
<style>
span { border-color: #F92EC1; }
span { border-color: rgb(249,46,193); }
td.TdClassName
{
border-color: #F92EC1;
}
.TagClassName
{
border-color: #F92EC1;
}
</style>