Shades of Razzle Dazzle Rose #F931E2
Tints of Razzle Dazzle Rose #F931E2
RGB
CMYK
RGB Variations
Color information
#F931E2 (or 0xF931E2) is known color: Razzle Dazzle Rose. HEX triplet: F9, 31 and E2. RGB value is (249,49,226). Sum of RGB (Red+Green+Blue) = 249+49+226=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 49 (19.53% from 255 or 9.35% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F931E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F931E2 is #06CE1D. Grayscale: #808080. Windows color (decimal): -445982 or 14823929. OLE color: 14823929.
HSL color Cylindrical-coordinate representation of color #F931E2: hue angle of 306.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F931E2 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 226 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.02 |
| HSL | 306.9º | 0.94% | 0.58% | - |
| HSV(B) | 306.9º | 0.8% | 0.98% | - |
| XYZ | 53.89 | 27.83 | 74.48 | - |
| YUV | 128.98 | 182.76 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 226 | 0 | 0.80 | 0.09 | 0.02 | 306.9 | 0.94 | 0.58 |
| Hex | F9 | 31 | E2 | 0 | 50 | 9 | 2 | 133 | 5E | 3A |
| Octal | 371 | 61 | 342 | 0 | 120 | 11 | 2 | 463 | 136 | 72 |
| Binary | 11111001 | 110001 | 11100010 | 0 | 1010000 | 1001 | 10 | 100110011 | 1011110 | 111010 |
Color Harmonies of #F931E2
Complementary color
Monochromatic Colors of #F931E2
Black with #F931E2
Text Example
Text Example
White with #F931E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F931E2; }
p { color: rgb(249,49,226); }
H1.HeaderClassName
{
color: #F931E2;
}
.AnyTagClassName
{
color: #F931E2;
}
</style>
background-color css
<style>
a { background-color: #F931E2; }
a { background-color: rgb(249,49,226); }
div.DivClassName
{
background-color: #F931E2;
}
.BgClassName
{
background-color: #F931E2;
}
</style>
border-color css
<style>
span { border-color: #F931E2; }
span { border-color: rgb(249,49,226); }
td.TdClassName
{
border-color: #F931E2;
}
.TagClassName
{
border-color: #F931E2;
}
</style>