Shades of Razzle Dazzle Rose #F947DC
Tints of Razzle Dazzle Rose #F947DC
RGB
CMYK
RGB Variations
Color information
#F947DC (or 0xF947DC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 47 and DC. RGB value is (249,71,220). Sum of RGB (Red+Green+Blue) = 249+71+220=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 71 (28.12% from 255 or 13.15% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F947DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F947DC is #06B823. Grayscale: #8C8C8C. Windows color (decimal): -440356 or 14436345. OLE color: 14436345.
HSL color Cylindrical-coordinate representation of color #F947DC: hue angle of 309.78º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F947DC is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 220 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.02 |
| HSL | 309.78º | 0.94% | 0.63% | - |
| HSV(B) | 309.78º | 0.71% | 0.98% | - |
| XYZ | 54.24 | 29.81 | 70.61 | - |
| YUV | 141.21 | 172.47 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 220 | 0 | 0.71 | 0.12 | 0.02 | 309.78 | 0.94 | 0.63 |
| Hex | F9 | 47 | DC | 0 | 47 | C | 2 | 136 | 5E | 3F |
| Octal | 371 | 107 | 334 | 0 | 107 | 14 | 2 | 466 | 136 | 77 |
| Binary | 11111001 | 1000111 | 11011100 | 0 | 1000111 | 1100 | 10 | 100110110 | 1011110 | 111111 |
Color Harmonies of #F947DC
Complementary color
Monochromatic Colors of #F947DC
Black with #F947DC
Text Example
Text Example
White with #F947DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F947DC; }
p { color: rgb(249,71,220); }
H1.HeaderClassName
{
color: #F947DC;
}
.AnyTagClassName
{
color: #F947DC;
}
</style>
background-color css
<style>
a { background-color: #F947DC; }
a { background-color: rgb(249,71,220); }
div.DivClassName
{
background-color: #F947DC;
}
.BgClassName
{
background-color: #F947DC;
}
</style>
border-color css
<style>
span { border-color: #F947DC; }
span { border-color: rgb(249,71,220); }
td.TdClassName
{
border-color: #F947DC;
}
.TagClassName
{
border-color: #F947DC;
}
</style>