Shades of Razzle Dazzle Rose #F946D6
Tints of Razzle Dazzle Rose #F946D6
RGB
CMYK
RGB Variations
Color information
#F946D6 (or 0xF946D6) is known color: Razzle Dazzle Rose. HEX triplet: F9, 46 and D6. RGB value is (249,70,214). Sum of RGB (Red+Green+Blue) = 249+70+214=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 70 (27.73% from 255 or 13.13% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F946D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F946D6 is #06B929. Grayscale: #8B8B8B. Windows color (decimal): -440618 or 14042873. OLE color: 14042873.
HSL color Cylindrical-coordinate representation of color #F946D6: hue angle of 311.73º 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 #F946D6 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 214 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.02 |
| HSL | 311.73º | 0.94% | 0.63% | - |
| HSV(B) | 311.73º | 0.72% | 0.98% | - |
| XYZ | 53.39 | 29.38 | 66.47 | - |
| YUV | 139.94 | 169.8 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 214 | 0 | 0.72 | 0.14 | 0.02 | 311.73 | 0.94 | 0.63 |
| Hex | F9 | 46 | D6 | 0 | 48 | E | 2 | 138 | 5E | 3F |
| Octal | 371 | 106 | 326 | 0 | 110 | 16 | 2 | 470 | 136 | 77 |
| Binary | 11111001 | 1000110 | 11010110 | 0 | 1001000 | 1110 | 10 | 100111000 | 1011110 | 111111 |
Color Harmonies of #F946D6
Complementary color
Monochromatic Colors of #F946D6
Black with #F946D6
Text Example
Text Example
White with #F946D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F946D6; }
p { color: rgb(249,70,214); }
H1.HeaderClassName
{
color: #F946D6;
}
.AnyTagClassName
{
color: #F946D6;
}
</style>
background-color css
<style>
a { background-color: #F946D6; }
a { background-color: rgb(249,70,214); }
div.DivClassName
{
background-color: #F946D6;
}
.BgClassName
{
background-color: #F946D6;
}
</style>
border-color css
<style>
span { border-color: #F946D6; }
span { border-color: rgb(249,70,214); }
td.TdClassName
{
border-color: #F946D6;
}
.TagClassName
{
border-color: #F946D6;
}
</style>