Shades of Razzle Dazzle Rose #F92ECB
Tints of Razzle Dazzle Rose #F92ECB
RGB
CMYK
RGB Variations
Color information
#F92ECB (or 0xF92ECB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2E and CB. RGB value is (249,46,203). Sum of RGB (Red+Green+Blue) = 249+46+203=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F92ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92ECB is #06D134. Grayscale: #7C7C7C. Windows color (decimal): -446773 or 13315833. OLE color: 13315833.
HSL color Cylindrical-coordinate representation of color #F92ECB: hue angle of 313.6º 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 #F92ECB is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 203 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.02 |
| HSL | 313.6º | 0.94% | 0.58% | - |
| HSV(B) | 313.6º | 0.82% | 0.98% | - |
| XYZ | 50.82 | 26.41 | 58.92 | - |
| YUV | 124.6 | 172.25 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 203 | 0 | 0.82 | 0.18 | 0.02 | 313.6 | 0.94 | 0.58 |
| Hex | F9 | 2E | CB | 0 | 52 | 12 | 2 | 13A | 5E | 3A |
| Octal | 371 | 56 | 313 | 0 | 122 | 22 | 2 | 472 | 136 | 72 |
| Binary | 11111001 | 101110 | 11001011 | 0 | 1010010 | 10010 | 10 | 100111010 | 1011110 | 111010 |
Color Harmonies of #F92ECB
Complementary color
Monochromatic Colors of #F92ECB
Black with #F92ECB
Text Example
Text Example
White with #F92ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92ECB; }
p { color: rgb(249,46,203); }
H1.HeaderClassName
{
color: #F92ECB;
}
.AnyTagClassName
{
color: #F92ECB;
}
</style>
background-color css
<style>
a { background-color: #F92ECB; }
a { background-color: rgb(249,46,203); }
div.DivClassName
{
background-color: #F92ECB;
}
.BgClassName
{
background-color: #F92ECB;
}
</style>
border-color css
<style>
span { border-color: #F92ECB; }
span { border-color: rgb(249,46,203); }
td.TdClassName
{
border-color: #F92ECB;
}
.TagClassName
{
border-color: #F92ECB;
}
</style>