Shades of Razzle Dazzle Rose #F948D0
Tints of Razzle Dazzle Rose #F948D0
RGB
CMYK
RGB Variations
Color information
#F948D0 (or 0xF948D0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 48 and D0. RGB value is (249,72,208). Sum of RGB (Red+Green+Blue) = 249+72+208=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 72 (28.52% from 255 or 13.61% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F948D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F948D0 is #06B72F. Grayscale: #8C8C8C. Windows color (decimal): -440112 or 13650169. OLE color: 13650169.
HSL color Cylindrical-coordinate representation of color #F948D0: hue angle of 313.9º 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 #F948D0 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 208 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.02 |
| HSL | 313.9º | 0.94% | 0.63% | - |
| HSV(B) | 313.9º | 0.71% | 0.98% | - |
| XYZ | 52.77 | 29.33 | 62.55 | - |
| YUV | 140.43 | 166.14 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 208 | 0 | 0.71 | 0.16 | 0.02 | 313.9 | 0.94 | 0.63 |
| Hex | F9 | 48 | D0 | 0 | 47 | 10 | 2 | 13A | 5E | 3F |
| Octal | 371 | 110 | 320 | 0 | 107 | 20 | 2 | 472 | 136 | 77 |
| Binary | 11111001 | 1001000 | 11010000 | 0 | 1000111 | 10000 | 10 | 100111010 | 1011110 | 111111 |
Color Harmonies of #F948D0
Complementary color
Monochromatic Colors of #F948D0
Black with #F948D0
Text Example
Text Example
White with #F948D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F948D0; }
p { color: rgb(249,72,208); }
H1.HeaderClassName
{
color: #F948D0;
}
.AnyTagClassName
{
color: #F948D0;
}
</style>
background-color css
<style>
a { background-color: #F948D0; }
a { background-color: rgb(249,72,208); }
div.DivClassName
{
background-color: #F948D0;
}
.BgClassName
{
background-color: #F948D0;
}
</style>
border-color css
<style>
span { border-color: #F948D0; }
span { border-color: rgb(249,72,208); }
td.TdClassName
{
border-color: #F948D0;
}
.TagClassName
{
border-color: #F948D0;
}
</style>