Shades of Razzle Dazzle Rose #F92EBA
Tints of Razzle Dazzle Rose #F92EBA
RGB
CMYK
RGB Variations
Color information
#F92EBA (or 0xF92EBA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2E and BA. RGB value is (249,46,186). Sum of RGB (Red+Green+Blue) = 249+46+186=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 46 (18.36% from 255 or 9.56% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F92EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92EBA is #06D145. Grayscale: #7A7A7A. Windows color (decimal): -446790 or 12201721. OLE color: 12201721.
HSL color Cylindrical-coordinate representation of color #F92EBA: hue angle of 318.62º 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 #F92EBA is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 186 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.02 |
| HSL | 318.62º | 0.94% | 0.58% | - |
| HSV(B) | 318.62º | 0.82% | 0.98% | - |
| XYZ | 48.91 | 25.64 | 48.83 | - |
| YUV | 122.66 | 163.75 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 186 | 0 | 0.82 | 0.25 | 0.02 | 318.62 | 0.94 | 0.58 |
| Hex | F9 | 2E | BA | 0 | 52 | 19 | 2 | 13F | 5E | 3A |
| Octal | 371 | 56 | 272 | 0 | 122 | 31 | 2 | 477 | 136 | 72 |
| Binary | 11111001 | 101110 | 10111010 | 0 | 1010010 | 11001 | 10 | 100111111 | 1011110 | 111010 |
Color Harmonies of #F92EBA
Complementary color
Monochromatic Colors of #F92EBA
Black with #F92EBA
Text Example
Text Example
White with #F92EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92EBA; }
p { color: rgb(249,46,186); }
H1.HeaderClassName
{
color: #F92EBA;
}
.AnyTagClassName
{
color: #F92EBA;
}
</style>
background-color css
<style>
a { background-color: #F92EBA; }
a { background-color: rgb(249,46,186); }
div.DivClassName
{
background-color: #F92EBA;
}
.BgClassName
{
background-color: #F92EBA;
}
</style>
border-color css
<style>
span { border-color: #F92EBA; }
span { border-color: rgb(249,46,186); }
td.TdClassName
{
border-color: #F92EBA;
}
.TagClassName
{
border-color: #F92EBA;
}
</style>