Shades of Razzle Dazzle Rose #F92ECC
Tints of Razzle Dazzle Rose #F92ECC
RGB
CMYK
RGB Variations
Color information
#F92ECC (or 0xF92ECC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2E and CC. RGB value is (249,46,204). Sum of RGB (Red+Green+Blue) = 249+46+204=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F92ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92ECC is #06D133. Grayscale: #7C7C7C. Windows color (decimal): -446772 or 13381369. OLE color: 13381369.
HSL color Cylindrical-coordinate representation of color #F92ECC: hue angle of 313.3º 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 #F92ECC is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 204 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.02 |
| HSL | 313.3º | 0.94% | 0.58% | - |
| HSV(B) | 313.3º | 0.82% | 0.98% | - |
| XYZ | 50.94 | 26.45 | 59.55 | - |
| YUV | 124.71 | 172.75 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 204 | 0 | 0.82 | 0.18 | 0.02 | 313.3 | 0.94 | 0.58 |
| Hex | F9 | 2E | CC | 0 | 52 | 12 | 2 | 139 | 5E | 3A |
| Octal | 371 | 56 | 314 | 0 | 122 | 22 | 2 | 471 | 136 | 72 |
| Binary | 11111001 | 101110 | 11001100 | 0 | 1010010 | 10010 | 10 | 100111001 | 1011110 | 111010 |
Color Harmonies of #F92ECC
Complementary color
Monochromatic Colors of #F92ECC
Black with #F92ECC
Text Example
Text Example
White with #F92ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92ECC; }
p { color: rgb(249,46,204); }
H1.HeaderClassName
{
color: #F92ECC;
}
.AnyTagClassName
{
color: #F92ECC;
}
</style>
background-color css
<style>
a { background-color: #F92ECC; }
a { background-color: rgb(249,46,204); }
div.DivClassName
{
background-color: #F92ECC;
}
.BgClassName
{
background-color: #F92ECC;
}
</style>
border-color css
<style>
span { border-color: #F92ECC; }
span { border-color: rgb(249,46,204); }
td.TdClassName
{
border-color: #F92ECC;
}
.TagClassName
{
border-color: #F92ECC;
}
</style>