Shades of Razzle Dazzle Rose #F946D0
Tints of Razzle Dazzle Rose #F946D0
RGB
CMYK
RGB Variations
Color information
#F946D0 (or 0xF946D0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 46 and D0. RGB value is (249,70,208). Sum of RGB (Red+Green+Blue) = 249+70+208=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 70 (27.73% from 255 or 13.28% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F946D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F946D0 is #06B92F. Grayscale: #8A8A8A. Windows color (decimal): -440624 or 13649657. OLE color: 13649657.
HSL color Cylindrical-coordinate representation of color #F946D0: hue angle of 313.74º 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 #F946D0 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 208 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.02 |
| HSL | 313.74º | 0.94% | 0.63% | - |
| HSV(B) | 313.74º | 0.72% | 0.98% | - |
| XYZ | 52.64 | 29.07 | 62.51 | - |
| YUV | 139.25 | 166.8 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 208 | 0 | 0.72 | 0.16 | 0.02 | 313.74 | 0.94 | 0.63 |
| Hex | F9 | 46 | D0 | 0 | 48 | 10 | 2 | 13A | 5E | 3F |
| Octal | 371 | 106 | 320 | 0 | 110 | 20 | 2 | 472 | 136 | 77 |
| Binary | 11111001 | 1000110 | 11010000 | 0 | 1001000 | 10000 | 10 | 100111010 | 1011110 | 111111 |
Color Harmonies of #F946D0
Complementary color
Monochromatic Colors of #F946D0
Black with #F946D0
Text Example
Text Example
White with #F946D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F946D0; }
p { color: rgb(249,70,208); }
H1.HeaderClassName
{
color: #F946D0;
}
.AnyTagClassName
{
color: #F946D0;
}
</style>
background-color css
<style>
a { background-color: #F946D0; }
a { background-color: rgb(249,70,208); }
div.DivClassName
{
background-color: #F946D0;
}
.BgClassName
{
background-color: #F946D0;
}
</style>
border-color css
<style>
span { border-color: #F946D0; }
span { border-color: rgb(249,70,208); }
td.TdClassName
{
border-color: #F946D0;
}
.TagClassName
{
border-color: #F946D0;
}
</style>