Shades of Razzle Dazzle Rose #F33BBA
Tints of Razzle Dazzle Rose #F33BBA
RGB
CMYK
RGB Variations
Color information
#F33BBA (or 0xF33BBA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3B and BA. RGB value is (243,59,186). Sum of RGB (Red+Green+Blue) = 243+59+186=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33BBA is #0CC445. Grayscale: #808080. Windows color (decimal): -836678 or 12205043. OLE color: 12205043.
HSL color Cylindrical-coordinate representation of color #F33BBA: hue angle of 318.59º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33BBA is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 186 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.05 |
| HSL | 318.59º | 0.88% | 0.59% | - |
| HSV(B) | 318.59º | 0.76% | 0.95% | - |
| XYZ | 47.39 | 25.73 | 48.92 | - |
| YUV | 128.49 | 160.46 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 186 | 0 | 0.76 | 0.23 | 0.05 | 318.59 | 0.88 | 0.59 |
| Hex | F3 | 3B | BA | 0 | 4C | 17 | 5 | 13F | 58 | 3B |
| Octal | 363 | 73 | 272 | 0 | 114 | 27 | 5 | 477 | 130 | 73 |
| Binary | 11110011 | 111011 | 10111010 | 0 | 1001100 | 10111 | 101 | 100111111 | 1011000 | 111011 |
Color Harmonies of #F33BBA
Complementary color
Monochromatic Colors of #F33BBA
Black with #F33BBA
Text Example
Text Example
White with #F33BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BBA; }
p { color: rgb(243,59,186); }
H1.HeaderClassName
{
color: #F33BBA;
}
.AnyTagClassName
{
color: #F33BBA;
}
</style>
background-color css
<style>
a { background-color: #F33BBA; }
a { background-color: rgb(243,59,186); }
div.DivClassName
{
background-color: #F33BBA;
}
.BgClassName
{
background-color: #F33BBA;
}
</style>
border-color css
<style>
span { border-color: #F33BBA; }
span { border-color: rgb(243,59,186); }
td.TdClassName
{
border-color: #F33BBA;
}
.TagClassName
{
border-color: #F33BBA;
}
</style>