Shades of Razzle Dazzle Rose #F932BA
Tints of Razzle Dazzle Rose #F932BA
RGB
CMYK
RGB Variations
Color information
#F932BA (or 0xF932BA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 32 and BA. RGB value is (249,50,186). Sum of RGB (Red+Green+Blue) = 249+50+186=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F932BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F932BA is #06CD45. Grayscale: #7C7C7C. Windows color (decimal): -445766 or 12202745. OLE color: 12202745.
HSL color Cylindrical-coordinate representation of color #F932BA: hue angle of 318.99º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F932BA is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 186 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.02 |
| HSL | 319º | 0.94% | 0.59% | - |
| HSV(B) | 319º | 0.8% | 0.98% | - |
| XYZ | 49.07 | 25.97 | 48.88 | - |
| YUV | 125.01 | 162.43 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 186 | 0 | 0.80 | 0.25 | 0.02 | 319 | 0.94 | 0.59 |
| Hex | F9 | 32 | BA | 0 | 50 | 19 | 2 | 13F | 5E | 3B |
| Octal | 371 | 62 | 272 | 0 | 120 | 31 | 2 | 477 | 136 | 73 |
| Binary | 11111001 | 110010 | 10111010 | 0 | 1010000 | 11001 | 10 | 100111111 | 1011110 | 111011 |
Color Harmonies of #F932BA
Complementary color
Monochromatic Colors of #F932BA
Black with #F932BA
Text Example
Text Example
White with #F932BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F932BA; }
p { color: rgb(249,50,186); }
H1.HeaderClassName
{
color: #F932BA;
}
.AnyTagClassName
{
color: #F932BA;
}
</style>
background-color css
<style>
a { background-color: #F932BA; }
a { background-color: rgb(249,50,186); }
div.DivClassName
{
background-color: #F932BA;
}
.BgClassName
{
background-color: #F932BA;
}
</style>
border-color css
<style>
span { border-color: #F932BA; }
span { border-color: rgb(249,50,186); }
td.TdClassName
{
border-color: #F932BA;
}
.TagClassName
{
border-color: #F932BA;
}
</style>