Shades of Razzle Dazzle Rose #F948C5
Tints of Razzle Dazzle Rose #F948C5
RGB
CMYK
RGB Variations
Color information
#F948C5 (or 0xF948C5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 48 and C5. RGB value is (249,72,197). Sum of RGB (Red+Green+Blue) = 249+72+197=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F948C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F948C5 is #06B73A. Grayscale: #8A8A8A. Windows color (decimal): -440123 or 12929273. OLE color: 12929273.
HSL color Cylindrical-coordinate representation of color #F948C5: hue angle of 317.63º 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 #F948C5 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 197 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.02 |
| HSL | 317.63º | 0.94% | 0.63% | - |
| HSV(B) | 317.63º | 0.71% | 0.98% | - |
| XYZ | 51.46 | 28.81 | 55.67 | - |
| YUV | 139.17 | 160.64 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 197 | 0 | 0.71 | 0.21 | 0.02 | 317.63 | 0.94 | 0.63 |
| Hex | F9 | 48 | C5 | 0 | 47 | 15 | 2 | 13E | 5E | 3F |
| Octal | 371 | 110 | 305 | 0 | 107 | 25 | 2 | 476 | 136 | 77 |
| Binary | 11111001 | 1001000 | 11000101 | 0 | 1000111 | 10101 | 10 | 100111110 | 1011110 | 111111 |
Color Harmonies of #F948C5
Complementary color
Monochromatic Colors of #F948C5
Black with #F948C5
Text Example
Text Example
White with #F948C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F948C5; }
p { color: rgb(249,72,197); }
H1.HeaderClassName
{
color: #F948C5;
}
.AnyTagClassName
{
color: #F948C5;
}
</style>
background-color css
<style>
a { background-color: #F948C5; }
a { background-color: rgb(249,72,197); }
div.DivClassName
{
background-color: #F948C5;
}
.BgClassName
{
background-color: #F948C5;
}
</style>
border-color css
<style>
span { border-color: #F948C5; }
span { border-color: rgb(249,72,197); }
td.TdClassName
{
border-color: #F948C5;
}
.TagClassName
{
border-color: #F948C5;
}
</style>