Shades of Razzle Dazzle Rose #F931D4
Tints of Razzle Dazzle Rose #F931D4
RGB
CMYK
RGB Variations
Color information
#F931D4 (or 0xF931D4) is known color: Razzle Dazzle Rose. HEX triplet: F9, 31 and D4. RGB value is (249,49,212). Sum of RGB (Red+Green+Blue) = 249+49+212=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 49 (19.53% from 255 or 9.61% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F931D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F931D4 is #06CE2B. Grayscale: #7E7E7E. Windows color (decimal): -445996 or 13906425. OLE color: 13906425.
HSL color Cylindrical-coordinate representation of color #F931D4: hue angle of 311.1º 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 #F931D4 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 212 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.02 |
| HSL | 311.1º | 0.94% | 0.58% | - |
| HSV(B) | 311.1º | 0.8% | 0.98% | - |
| XYZ | 52.05 | 27.09 | 64.77 | - |
| YUV | 127.38 | 175.76 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 212 | 0 | 0.80 | 0.15 | 0.02 | 311.1 | 0.94 | 0.58 |
| Hex | F9 | 31 | D4 | 0 | 50 | F | 2 | 137 | 5E | 3A |
| Octal | 371 | 61 | 324 | 0 | 120 | 17 | 2 | 467 | 136 | 72 |
| Binary | 11111001 | 110001 | 11010100 | 0 | 1010000 | 1111 | 10 | 100110111 | 1011110 | 111010 |
Color Harmonies of #F931D4
Complementary color
Monochromatic Colors of #F931D4
Black with #F931D4
Text Example
Text Example
White with #F931D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F931D4; }
p { color: rgb(249,49,212); }
H1.HeaderClassName
{
color: #F931D4;
}
.AnyTagClassName
{
color: #F931D4;
}
</style>
background-color css
<style>
a { background-color: #F931D4; }
a { background-color: rgb(249,49,212); }
div.DivClassName
{
background-color: #F931D4;
}
.BgClassName
{
background-color: #F931D4;
}
</style>
border-color css
<style>
span { border-color: #F931D4; }
span { border-color: rgb(249,49,212); }
td.TdClassName
{
border-color: #F931D4;
}
.TagClassName
{
border-color: #F931D4;
}
</style>