Shades of Razzle Dazzle Rose #F946CF
Tints of Razzle Dazzle Rose #F946CF
RGB
CMYK
RGB Variations
Color information
#F946CF (or 0xF946CF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 46 and CF. RGB value is (249,70,207). Sum of RGB (Red+Green+Blue) = 249+70+207=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 70 (27.73% from 255 or 13.31% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F946CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F946CF is #06B930. Grayscale: #8A8A8A. Windows color (decimal): -440625 or 13584121. OLE color: 13584121.
HSL color Cylindrical-coordinate representation of color #F946CF: hue angle of 314.08º 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 #F946CF is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 207 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.02 |
| HSL | 314.08º | 0.94% | 0.63% | - |
| HSV(B) | 314.08º | 0.72% | 0.98% | - |
| XYZ | 52.52 | 29.03 | 61.87 | - |
| YUV | 139.14 | 166.3 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 207 | 0 | 0.72 | 0.17 | 0.02 | 314.08 | 0.94 | 0.63 |
| Hex | F9 | 46 | CF | 0 | 48 | 11 | 2 | 13A | 5E | 3F |
| Octal | 371 | 106 | 317 | 0 | 110 | 21 | 2 | 472 | 136 | 77 |
| Binary | 11111001 | 1000110 | 11001111 | 0 | 1001000 | 10001 | 10 | 100111010 | 1011110 | 111111 |
Color Harmonies of #F946CF
Complementary color
Monochromatic Colors of #F946CF
Black with #F946CF
Text Example
Text Example
White with #F946CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F946CF; }
p { color: rgb(249,70,207); }
H1.HeaderClassName
{
color: #F946CF;
}
.AnyTagClassName
{
color: #F946CF;
}
</style>
background-color css
<style>
a { background-color: #F946CF; }
a { background-color: rgb(249,70,207); }
div.DivClassName
{
background-color: #F946CF;
}
.BgClassName
{
background-color: #F946CF;
}
</style>
border-color css
<style>
span { border-color: #F946CF; }
span { border-color: rgb(249,70,207); }
td.TdClassName
{
border-color: #F946CF;
}
.TagClassName
{
border-color: #F946CF;
}
</style>