Shades of Razzle Dazzle Rose #F933BA
Tints of Razzle Dazzle Rose #F933BA
RGB
CMYK
RGB Variations
Color information
#F933BA (or 0xF933BA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 33 and BA. RGB value is (249,51,186). Sum of RGB (Red+Green+Blue) = 249+51+186=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F933BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F933BA is #06CC45. Grayscale: #7D7D7D. Windows color (decimal): -445510 or 12203001. OLE color: 12203001.
HSL color Cylindrical-coordinate representation of color #F933BA: hue angle of 319.09º 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 #F933BA is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 186 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.02 |
| HSL | 319.09º | 0.94% | 0.59% | - |
| HSV(B) | 319.09º | 0.8% | 0.98% | - |
| XYZ | 49.11 | 26.05 | 48.89 | - |
| YUV | 125.59 | 162.1 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 186 | 0 | 0.80 | 0.25 | 0.02 | 319.09 | 0.94 | 0.59 |
| Hex | F9 | 33 | BA | 0 | 50 | 19 | 2 | 13F | 5E | 3B |
| Octal | 371 | 63 | 272 | 0 | 120 | 31 | 2 | 477 | 136 | 73 |
| Binary | 11111001 | 110011 | 10111010 | 0 | 1010000 | 11001 | 10 | 100111111 | 1011110 | 111011 |
Color Harmonies of #F933BA
Complementary color
Monochromatic Colors of #F933BA
Black with #F933BA
Text Example
Text Example
White with #F933BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F933BA; }
p { color: rgb(249,51,186); }
H1.HeaderClassName
{
color: #F933BA;
}
.AnyTagClassName
{
color: #F933BA;
}
</style>
background-color css
<style>
a { background-color: #F933BA; }
a { background-color: rgb(249,51,186); }
div.DivClassName
{
background-color: #F933BA;
}
.BgClassName
{
background-color: #F933BA;
}
</style>
border-color css
<style>
span { border-color: #F933BA; }
span { border-color: rgb(249,51,186); }
td.TdClassName
{
border-color: #F933BA;
}
.TagClassName
{
border-color: #F933BA;
}
</style>