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