Shades of Razzle Dazzle Rose #F948C6
Tints of Razzle Dazzle Rose #F948C6
RGB
CMYK
RGB Variations
Color information
#F948C6 (or 0xF948C6) is known color: Razzle Dazzle Rose. HEX triplet: F9, 48 and C6. RGB value is (249,72,198). Sum of RGB (Red+Green+Blue) = 249+72+198=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F948C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F948C6 is #06B739. Grayscale: #8A8A8A. Windows color (decimal): -440122 or 12994809. OLE color: 12994809.
HSL color Cylindrical-coordinate representation of color #F948C6: hue angle of 317.29º 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 #F948C6 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 198 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.02 |
| HSL | 317.29º | 0.94% | 0.63% | - |
| HSV(B) | 317.29º | 0.71% | 0.98% | - |
| XYZ | 51.58 | 28.85 | 56.28 | - |
| YUV | 139.29 | 161.14 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 198 | 0 | 0.71 | 0.20 | 0.02 | 317.29 | 0.94 | 0.63 |
| Hex | F9 | 48 | C6 | 0 | 47 | 14 | 2 | 13D | 5E | 3F |
| Octal | 371 | 110 | 306 | 0 | 107 | 24 | 2 | 475 | 136 | 77 |
| Binary | 11111001 | 1001000 | 11000110 | 0 | 1000111 | 10100 | 10 | 100111101 | 1011110 | 111111 |
Color Harmonies of #F948C6
Complementary color
Monochromatic Colors of #F948C6
Black with #F948C6
Text Example
Text Example
White with #F948C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F948C6; }
p { color: rgb(249,72,198); }
H1.HeaderClassName
{
color: #F948C6;
}
.AnyTagClassName
{
color: #F948C6;
}
</style>
background-color css
<style>
a { background-color: #F948C6; }
a { background-color: rgb(249,72,198); }
div.DivClassName
{
background-color: #F948C6;
}
.BgClassName
{
background-color: #F948C6;
}
</style>
border-color css
<style>
span { border-color: #F948C6; }
span { border-color: rgb(249,72,198); }
td.TdClassName
{
border-color: #F948C6;
}
.TagClassName
{
border-color: #F948C6;
}
</style>