Shades of Razzle Dazzle Rose #F948BA
Tints of Razzle Dazzle Rose #F948BA
RGB
CMYK
RGB Variations
Color information
#F948BA (or 0xF948BA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 48 and BA. RGB value is (249,72,186). Sum of RGB (Red+Green+Blue) = 249+72+186=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F948BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F948BA is #06B745. Grayscale: #898989. Windows color (decimal): -440134 or 12208377. OLE color: 12208377.
HSL color Cylindrical-coordinate representation of color #F948BA: hue angle of 321.36º 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 #F948BA is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 186 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.02 |
| HSL | 321.36º | 0.94% | 0.63% | - |
| HSV(B) | 321.36º | 0.71% | 0.98% | - |
| XYZ | 50.25 | 28.32 | 49.27 | - |
| YUV | 137.92 | 155.14 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 186 | 0 | 0.71 | 0.25 | 0.02 | 321.36 | 0.94 | 0.63 |
| Hex | F9 | 48 | BA | 0 | 47 | 19 | 2 | 141 | 5E | 3F |
| Octal | 371 | 110 | 272 | 0 | 107 | 31 | 2 | 501 | 136 | 77 |
| Binary | 11111001 | 1001000 | 10111010 | 0 | 1000111 | 11001 | 10 | 101000001 | 1011110 | 111111 |
Color Harmonies of #F948BA
Complementary color
Monochromatic Colors of #F948BA
Black with #F948BA
Text Example
Text Example
White with #F948BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F948BA; }
p { color: rgb(249,72,186); }
H1.HeaderClassName
{
color: #F948BA;
}
.AnyTagClassName
{
color: #F948BA;
}
</style>
background-color css
<style>
a { background-color: #F948BA; }
a { background-color: rgb(249,72,186); }
div.DivClassName
{
background-color: #F948BA;
}
.BgClassName
{
background-color: #F948BA;
}
</style>
border-color css
<style>
span { border-color: #F948BA; }
span { border-color: rgb(249,72,186); }
td.TdClassName
{
border-color: #F948BA;
}
.TagClassName
{
border-color: #F948BA;
}
</style>