Shades of Razzle Dazzle Rose #F631DD
Tints of Razzle Dazzle Rose #F631DD
RGB
CMYK
RGB Variations
Color information
#F631DD (or 0xF631DD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 31 and DD. RGB value is (246,49,221). Sum of RGB (Red+Green+Blue) = 246+49+221=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 49 (19.53% from 255 or 9.50% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F631DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F631DD is #09CE22. Grayscale: #7F7F7F. Windows color (decimal): -642595 or 14496246. OLE color: 14496246.
HSL color Cylindrical-coordinate representation of color #F631DD: hue angle of 307.61º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F631DD is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 221 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.04 |
| HSL | 307.61º | 0.92% | 0.58% | - |
| HSV(B) | 307.61º | 0.8% | 0.96% | - |
| XYZ | 52.16 | 27.01 | 70.87 | - |
| YUV | 127.51 | 180.77 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 221 | 0 | 0.80 | 0.10 | 0.04 | 307.61 | 0.92 | 0.58 |
| Hex | F6 | 31 | DD | 0 | 50 | A | 4 | 134 | 5C | 3A |
| Octal | 366 | 61 | 335 | 0 | 120 | 12 | 4 | 464 | 134 | 72 |
| Binary | 11110110 | 110001 | 11011101 | 0 | 1010000 | 1010 | 100 | 100110100 | 1011100 | 111010 |
Color Harmonies of #F631DD
Complementary color
Monochromatic Colors of #F631DD
Black with #F631DD
Text Example
Text Example
White with #F631DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F631DD; }
p { color: rgb(246,49,221); }
H1.HeaderClassName
{
color: #F631DD;
}
.AnyTagClassName
{
color: #F631DD;
}
</style>
background-color css
<style>
a { background-color: #F631DD; }
a { background-color: rgb(246,49,221); }
div.DivClassName
{
background-color: #F631DD;
}
.BgClassName
{
background-color: #F631DD;
}
</style>
border-color css
<style>
span { border-color: #F631DD; }
span { border-color: rgb(246,49,221); }
td.TdClassName
{
border-color: #F631DD;
}
.TagClassName
{
border-color: #F631DD;
}
</style>