Shades of Razzle Dazzle Rose #F948C2
Tints of Razzle Dazzle Rose #F948C2
RGB
CMYK
RGB Variations
Color information
#F948C2 (or 0xF948C2) is known color: Razzle Dazzle Rose. HEX triplet: F9, 48 and C2. RGB value is (249,72,194). Sum of RGB (Red+Green+Blue) = 249+72+194=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F948C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F948C2 is #06B73D. Grayscale: #8A8A8A. Windows color (decimal): -440126 or 12732665. OLE color: 12732665.
HSL color Cylindrical-coordinate representation of color #F948C2: hue angle of 318.64º 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 #F948C2 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 194 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.02 |
| HSL | 318.64º | 0.94% | 0.63% | - |
| HSV(B) | 318.64º | 0.71% | 0.98% | - |
| XYZ | 51.12 | 28.67 | 53.88 | - |
| YUV | 138.83 | 159.14 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 194 | 0 | 0.71 | 0.22 | 0.02 | 318.64 | 0.94 | 0.63 |
| Hex | F9 | 48 | C2 | 0 | 47 | 16 | 2 | 13F | 5E | 3F |
| Octal | 371 | 110 | 302 | 0 | 107 | 26 | 2 | 477 | 136 | 77 |
| Binary | 11111001 | 1001000 | 11000010 | 0 | 1000111 | 10110 | 10 | 100111111 | 1011110 | 111111 |
Color Harmonies of #F948C2
Complementary color
Monochromatic Colors of #F948C2
Black with #F948C2
Text Example
Text Example
White with #F948C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F948C2; }
p { color: rgb(249,72,194); }
H1.HeaderClassName
{
color: #F948C2;
}
.AnyTagClassName
{
color: #F948C2;
}
</style>
background-color css
<style>
a { background-color: #F948C2; }
a { background-color: rgb(249,72,194); }
div.DivClassName
{
background-color: #F948C2;
}
.BgClassName
{
background-color: #F948C2;
}
</style>
border-color css
<style>
span { border-color: #F948C2; }
span { border-color: rgb(249,72,194); }
td.TdClassName
{
border-color: #F948C2;
}
.TagClassName
{
border-color: #F948C2;
}
</style>