Shades of Razzle Dazzle Rose #F931D6
Tints of Razzle Dazzle Rose #F931D6
RGB
CMYK
RGB Variations
Color information
#F931D6 (or 0xF931D6) is known color: Razzle Dazzle Rose. HEX triplet: F9, 31 and D6. RGB value is (249,49,214). Sum of RGB (Red+Green+Blue) = 249+49+214=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F931D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F931D6 is #06CE29. Grayscale: #7F7F7F. Windows color (decimal): -445994 or 14037497. OLE color: 14037497.
HSL color Cylindrical-coordinate representation of color #F931D6: hue angle of 310.5º 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 #F931D6 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 214 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.02 |
| HSL | 310.5º | 0.94% | 0.58% | - |
| HSV(B) | 310.5º | 0.8% | 0.98% | - |
| XYZ | 52.3 | 27.19 | 66.11 | - |
| YUV | 127.61 | 176.76 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 214 | 0 | 0.80 | 0.14 | 0.02 | 310.5 | 0.94 | 0.58 |
| Hex | F9 | 31 | D6 | 0 | 50 | E | 2 | 136 | 5E | 3A |
| Octal | 371 | 61 | 326 | 0 | 120 | 16 | 2 | 466 | 136 | 72 |
| Binary | 11111001 | 110001 | 11010110 | 0 | 1010000 | 1110 | 10 | 100110110 | 1011110 | 111010 |
Color Harmonies of #F931D6
Complementary color
Monochromatic Colors of #F931D6
Black with #F931D6
Text Example
Text Example
White with #F931D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F931D6; }
p { color: rgb(249,49,214); }
H1.HeaderClassName
{
color: #F931D6;
}
.AnyTagClassName
{
color: #F931D6;
}
</style>
background-color css
<style>
a { background-color: #F931D6; }
a { background-color: rgb(249,49,214); }
div.DivClassName
{
background-color: #F931D6;
}
.BgClassName
{
background-color: #F931D6;
}
</style>
border-color css
<style>
span { border-color: #F931D6; }
span { border-color: rgb(249,49,214); }
td.TdClassName
{
border-color: #F931D6;
}
.TagClassName
{
border-color: #F931D6;
}
</style>