Shades of Razzle Dazzle Rose #F92FCC
Tints of Razzle Dazzle Rose #F92FCC
RGB
CMYK
RGB Variations
Color information
#F92FCC (or 0xF92FCC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2F and CC. RGB value is (249,47,204). Sum of RGB (Red+Green+Blue) = 249+47+204=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 47 (18.75% from 255 or 9.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92FCC is #06D033. Grayscale: #7C7C7C. Windows color (decimal): -446516 or 13381625. OLE color: 13381625.
HSL color Cylindrical-coordinate representation of color #F92FCC: hue angle of 313.37º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F92FCC is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 204 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.02 |
| HSL | 313.37º | 0.94% | 0.58% | - |
| HSV(B) | 313.37º | 0.81% | 0.98% | - |
| XYZ | 50.98 | 26.53 | 59.56 | - |
| YUV | 125.3 | 172.42 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 204 | 0 | 0.81 | 0.18 | 0.02 | 313.37 | 0.94 | 0.58 |
| Hex | F9 | 2F | CC | 0 | 51 | 12 | 2 | 139 | 5E | 3A |
| Octal | 371 | 57 | 314 | 0 | 121 | 22 | 2 | 471 | 136 | 72 |
| Binary | 11111001 | 101111 | 11001100 | 0 | 1010001 | 10010 | 10 | 100111001 | 1011110 | 111010 |
Color Harmonies of #F92FCC
Complementary color
Monochromatic Colors of #F92FCC
Black with #F92FCC
Text Example
Text Example
White with #F92FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92FCC; }
p { color: rgb(249,47,204); }
H1.HeaderClassName
{
color: #F92FCC;
}
.AnyTagClassName
{
color: #F92FCC;
}
</style>
background-color css
<style>
a { background-color: #F92FCC; }
a { background-color: rgb(249,47,204); }
div.DivClassName
{
background-color: #F92FCC;
}
.BgClassName
{
background-color: #F92FCC;
}
</style>
border-color css
<style>
span { border-color: #F92FCC; }
span { border-color: rgb(249,47,204); }
td.TdClassName
{
border-color: #F92FCC;
}
.TagClassName
{
border-color: #F92FCC;
}
</style>