Shades of Razzle Dazzle Rose #F948D1
Tints of Razzle Dazzle Rose #F948D1
RGB
CMYK
RGB Variations
Color information
#F948D1 (or 0xF948D1) is known color: Razzle Dazzle Rose. HEX triplet: F9, 48 and D1. RGB value is (249,72,209). Sum of RGB (Red+Green+Blue) = 249+72+209=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 72 (28.52% from 255 or 13.58% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F948D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F948D1 is #06B72E. Grayscale: #8C8C8C. Windows color (decimal): -440111 or 13715705. OLE color: 13715705.
HSL color Cylindrical-coordinate representation of color #F948D1: hue angle of 313.56º 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 #F948D1 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 209 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.02 |
| HSL | 313.56º | 0.94% | 0.63% | - |
| HSV(B) | 313.56º | 0.71% | 0.98% | - |
| XYZ | 52.89 | 29.38 | 63.2 | - |
| YUV | 140.54 | 166.64 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 209 | 0 | 0.71 | 0.16 | 0.02 | 313.56 | 0.94 | 0.63 |
| Hex | F9 | 48 | D1 | 0 | 47 | 10 | 2 | 13A | 5E | 3F |
| Octal | 371 | 110 | 321 | 0 | 107 | 20 | 2 | 472 | 136 | 77 |
| Binary | 11111001 | 1001000 | 11010001 | 0 | 1000111 | 10000 | 10 | 100111010 | 1011110 | 111111 |
Color Harmonies of #F948D1
Complementary color
Monochromatic Colors of #F948D1
Black with #F948D1
Text Example
Text Example
White with #F948D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F948D1; }
p { color: rgb(249,72,209); }
H1.HeaderClassName
{
color: #F948D1;
}
.AnyTagClassName
{
color: #F948D1;
}
</style>
background-color css
<style>
a { background-color: #F948D1; }
a { background-color: rgb(249,72,209); }
div.DivClassName
{
background-color: #F948D1;
}
.BgClassName
{
background-color: #F948D1;
}
</style>
border-color css
<style>
span { border-color: #F948D1; }
span { border-color: rgb(249,72,209); }
td.TdClassName
{
border-color: #F948D1;
}
.TagClassName
{
border-color: #F948D1;
}
</style>