Shades of Razzle Dazzle Rose #F92CCC
Tints of Razzle Dazzle Rose #F92CCC
RGB
CMYK
RGB Variations
Color information
#F92CCC (or 0xF92CCC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2C and CC. RGB value is (249,44,204). Sum of RGB (Red+Green+Blue) = 249+44+204=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 44 (17.58% from 255 or 8.85% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F92CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92CCC is #06D333. Grayscale: #7B7B7B. Windows color (decimal): -447284 or 13380857. OLE color: 13380857.
HSL color Cylindrical-coordinate representation of color #F92CCC: hue angle of 313.17º 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 #F92CCC is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 204 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.02 |
| HSL | 313.17º | 0.94% | 0.57% | - |
| HSV(B) | 313.17º | 0.82% | 0.98% | - |
| XYZ | 50.87 | 26.3 | 59.52 | - |
| YUV | 123.54 | 173.42 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 204 | 0 | 0.82 | 0.18 | 0.02 | 313.17 | 0.94 | 0.57 |
| Hex | F9 | 2C | CC | 0 | 52 | 12 | 2 | 139 | 5E | 39 |
| Octal | 371 | 54 | 314 | 0 | 122 | 22 | 2 | 471 | 136 | 71 |
| Binary | 11111001 | 101100 | 11001100 | 0 | 1010010 | 10010 | 10 | 100111001 | 1011110 | 111001 |
Color Harmonies of #F92CCC
Complementary color
Monochromatic Colors of #F92CCC
Black with #F92CCC
Text Example
Text Example
White with #F92CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92CCC; }
p { color: rgb(249,44,204); }
H1.HeaderClassName
{
color: #F92CCC;
}
.AnyTagClassName
{
color: #F92CCC;
}
</style>
background-color css
<style>
a { background-color: #F92CCC; }
a { background-color: rgb(249,44,204); }
div.DivClassName
{
background-color: #F92CCC;
}
.BgClassName
{
background-color: #F92CCC;
}
</style>
border-color css
<style>
span { border-color: #F92CCC; }
span { border-color: rgb(249,44,204); }
td.TdClassName
{
border-color: #F92CCC;
}
.TagClassName
{
border-color: #F92CCC;
}
</style>