Shades of Razzle Dazzle Rose #F92CC0
Tints of Razzle Dazzle Rose #F92CC0
RGB
CMYK
RGB Variations
Color information
#F92CC0 (or 0xF92CC0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2C and C0. RGB value is (249,44,192). Sum of RGB (Red+Green+Blue) = 249+44+192=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 44 (17.58% from 255 or 9.07% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F92CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92CC0 is #06D33F. Grayscale: #797979. Windows color (decimal): -447296 or 12594425. OLE color: 12594425.
HSL color Cylindrical-coordinate representation of color #F92CC0: hue angle of 316.68º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92CC0 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 192 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.02 |
| HSL | 316.68º | 0.94% | 0.57% | - |
| HSV(B) | 316.68º | 0.82% | 0.98% | - |
| XYZ | 49.48 | 25.75 | 52.23 | - |
| YUV | 122.17 | 167.42 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 192 | 0 | 0.82 | 0.23 | 0.02 | 316.68 | 0.94 | 0.57 |
| Hex | F9 | 2C | C0 | 0 | 52 | 17 | 2 | 13D | 5E | 39 |
| Octal | 371 | 54 | 300 | 0 | 122 | 27 | 2 | 475 | 136 | 71 |
| Binary | 11111001 | 101100 | 11000000 | 0 | 1010010 | 10111 | 10 | 100111101 | 1011110 | 111001 |
Color Harmonies of #F92CC0
Complementary color
Monochromatic Colors of #F92CC0
Black with #F92CC0
Text Example
Text Example
White with #F92CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92CC0; }
p { color: rgb(249,44,192); }
H1.HeaderClassName
{
color: #F92CC0;
}
.AnyTagClassName
{
color: #F92CC0;
}
</style>
background-color css
<style>
a { background-color: #F92CC0; }
a { background-color: rgb(249,44,192); }
div.DivClassName
{
background-color: #F92CC0;
}
.BgClassName
{
background-color: #F92CC0;
}
</style>
border-color css
<style>
span { border-color: #F92CC0; }
span { border-color: rgb(249,44,192); }
td.TdClassName
{
border-color: #F92CC0;
}
.TagClassName
{
border-color: #F92CC0;
}
</style>