Shades of Razzle Dazzle Rose #F932BB
Tints of Razzle Dazzle Rose #F932BB
RGB
CMYK
RGB Variations
Color information
#F932BB (or 0xF932BB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 32 and BB. RGB value is (249,50,187). Sum of RGB (Red+Green+Blue) = 249+50+187=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F932BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F932BB is #06CD44. Grayscale: #7C7C7C. Windows color (decimal): -445765 or 12268281. OLE color: 12268281.
HSL color Cylindrical-coordinate representation of color #F932BB: hue angle of 318.69º 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 #F932BB is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 187 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.02 |
| HSL | 318.69º | 0.94% | 0.59% | - |
| HSV(B) | 318.69º | 0.8% | 0.98% | - |
| XYZ | 49.18 | 26.01 | 49.44 | - |
| YUV | 125.12 | 162.93 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 187 | 0 | 0.80 | 0.25 | 0.02 | 318.69 | 0.94 | 0.59 |
| Hex | F9 | 32 | BB | 0 | 50 | 19 | 2 | 13F | 5E | 3B |
| Octal | 371 | 62 | 273 | 0 | 120 | 31 | 2 | 477 | 136 | 73 |
| Binary | 11111001 | 110010 | 10111011 | 0 | 1010000 | 11001 | 10 | 100111111 | 1011110 | 111011 |
Color Harmonies of #F932BB
Complementary color
Monochromatic Colors of #F932BB
Black with #F932BB
Text Example
Text Example
White with #F932BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F932BB; }
p { color: rgb(249,50,187); }
H1.HeaderClassName
{
color: #F932BB;
}
.AnyTagClassName
{
color: #F932BB;
}
</style>
background-color css
<style>
a { background-color: #F932BB; }
a { background-color: rgb(249,50,187); }
div.DivClassName
{
background-color: #F932BB;
}
.BgClassName
{
background-color: #F932BB;
}
</style>
border-color css
<style>
span { border-color: #F932BB; }
span { border-color: rgb(249,50,187); }
td.TdClassName
{
border-color: #F932BB;
}
.TagClassName
{
border-color: #F932BB;
}
</style>