Shades of Razzle Dazzle Rose #F931DF
Tints of Razzle Dazzle Rose #F931DF
RGB
CMYK
RGB Variations
Color information
#F931DF (or 0xF931DF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 31 and DF. RGB value is (249,49,223). Sum of RGB (Red+Green+Blue) = 249+49+223=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 49 (19.53% from 255 or 9.40% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F931DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F931DF is #06CE20. Grayscale: #808080. Windows color (decimal): -445985 or 14627321. OLE color: 14627321.
HSL color Cylindrical-coordinate representation of color #F931DF: hue angle of 307.8º 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 #F931DF is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 223 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.02 |
| HSL | 307.8º | 0.94% | 0.58% | - |
| HSV(B) | 307.8º | 0.8% | 0.98% | - |
| XYZ | 53.48 | 27.66 | 72.33 | - |
| YUV | 128.64 | 181.26 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 223 | 0 | 0.80 | 0.10 | 0.02 | 307.8 | 0.94 | 0.58 |
| Hex | F9 | 31 | DF | 0 | 50 | A | 2 | 134 | 5E | 3A |
| Octal | 371 | 61 | 337 | 0 | 120 | 12 | 2 | 464 | 136 | 72 |
| Binary | 11111001 | 110001 | 11011111 | 0 | 1010000 | 1010 | 10 | 100110100 | 1011110 | 111010 |
Color Harmonies of #F931DF
Complementary color
Monochromatic Colors of #F931DF
Black with #F931DF
Text Example
Text Example
White with #F931DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F931DF; }
p { color: rgb(249,49,223); }
H1.HeaderClassName
{
color: #F931DF;
}
.AnyTagClassName
{
color: #F931DF;
}
</style>
background-color css
<style>
a { background-color: #F931DF; }
a { background-color: rgb(249,49,223); }
div.DivClassName
{
background-color: #F931DF;
}
.BgClassName
{
background-color: #F931DF;
}
</style>
border-color css
<style>
span { border-color: #F931DF; }
span { border-color: rgb(249,49,223); }
td.TdClassName
{
border-color: #F931DF;
}
.TagClassName
{
border-color: #F931DF;
}
</style>