Shades of Razzle Dazzle Rose #F946DF
Tints of Razzle Dazzle Rose #F946DF
RGB
CMYK
RGB Variations
Color information
#F946DF (or 0xF946DF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 46 and DF. RGB value is (249,70,223). Sum of RGB (Red+Green+Blue) = 249+70+223=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 70 (27.73% from 255 or 12.92% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F946DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F946DF is #06B920. Grayscale: #8C8C8C. Windows color (decimal): -440609 or 14632697. OLE color: 14632697.
HSL color Cylindrical-coordinate representation of color #F946DF: hue angle of 308.72º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F946DF is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 223 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.02 |
| HSL | 308.72º | 0.94% | 0.63% | - |
| HSV(B) | 308.72º | 0.72% | 0.98% | - |
| XYZ | 54.58 | 29.85 | 72.7 | - |
| YUV | 140.96 | 174.3 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 223 | 0 | 0.72 | 0.10 | 0.02 | 308.72 | 0.94 | 0.63 |
| Hex | F9 | 46 | DF | 0 | 48 | A | 2 | 135 | 5E | 3F |
| Octal | 371 | 106 | 337 | 0 | 110 | 12 | 2 | 465 | 136 | 77 |
| Binary | 11111001 | 1000110 | 11011111 | 0 | 1001000 | 1010 | 10 | 100110101 | 1011110 | 111111 |
Color Harmonies of #F946DF
Complementary color
Monochromatic Colors of #F946DF
Black with #F946DF
Text Example
Text Example
White with #F946DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F946DF; }
p { color: rgb(249,70,223); }
H1.HeaderClassName
{
color: #F946DF;
}
.AnyTagClassName
{
color: #F946DF;
}
</style>
background-color css
<style>
a { background-color: #F946DF; }
a { background-color: rgb(249,70,223); }
div.DivClassName
{
background-color: #F946DF;
}
.BgClassName
{
background-color: #F946DF;
}
</style>
border-color css
<style>
span { border-color: #F946DF; }
span { border-color: rgb(249,70,223); }
td.TdClassName
{
border-color: #F946DF;
}
.TagClassName
{
border-color: #F946DF;
}
</style>