Shades of Razzle Dazzle Rose #F33BC0
Tints of Razzle Dazzle Rose #F33BC0
RGB
CMYK
RGB Variations
Color information
#F33BC0 (or 0xF33BC0) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3B and C0. RGB value is (243,59,192). Sum of RGB (Red+Green+Blue) = 243+59+192=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 59 (23.44% from 255 or 11.94% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33BC0 is #0CC43F. Grayscale: #808080. Windows color (decimal): -836672 or 12598259. OLE color: 12598259.
HSL color Cylindrical-coordinate representation of color #F33BC0: hue angle of 316.63º 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 #F33BC0 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 192 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.05 |
| HSL | 316.63º | 0.88% | 0.59% | - |
| HSV(B) | 316.63º | 0.76% | 0.95% | - |
| XYZ | 48.04 | 25.99 | 52.35 | - |
| YUV | 129.18 | 163.46 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 192 | 0 | 0.76 | 0.21 | 0.05 | 316.63 | 0.88 | 0.59 |
| Hex | F3 | 3B | C0 | 0 | 4C | 15 | 5 | 13D | 58 | 3B |
| Octal | 363 | 73 | 300 | 0 | 114 | 25 | 5 | 475 | 130 | 73 |
| Binary | 11110011 | 111011 | 11000000 | 0 | 1001100 | 10101 | 101 | 100111101 | 1011000 | 111011 |
Color Harmonies of #F33BC0
Complementary color
Monochromatic Colors of #F33BC0
Black with #F33BC0
Text Example
Text Example
White with #F33BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BC0; }
p { color: rgb(243,59,192); }
H1.HeaderClassName
{
color: #F33BC0;
}
.AnyTagClassName
{
color: #F33BC0;
}
</style>
background-color css
<style>
a { background-color: #F33BC0; }
a { background-color: rgb(243,59,192); }
div.DivClassName
{
background-color: #F33BC0;
}
.BgClassName
{
background-color: #F33BC0;
}
</style>
border-color css
<style>
span { border-color: #F33BC0; }
span { border-color: rgb(243,59,192); }
td.TdClassName
{
border-color: #F33BC0;
}
.TagClassName
{
border-color: #F33BC0;
}
</style>