Shades of Razzle Dazzle Rose #F33BD8
Tints of Razzle Dazzle Rose #F33BD8
RGB
CMYK
RGB Variations
Color information
#F33BD8 (or 0xF33BD8) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3B and D8. RGB value is (243,59,216). Sum of RGB (Red+Green+Blue) = 243+59+216=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 59 (23.44% from 255 or 11.39% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33BD8 is #0CC427. Grayscale: #838383. Windows color (decimal): -836648 or 14171123. OLE color: 14171123.
HSL color Cylindrical-coordinate representation of color #F33BD8: hue angle of 308.8º 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 #F33BD8 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 216 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.05 |
| HSL | 308.8º | 0.88% | 0.59% | - |
| HSV(B) | 308.8º | 0.76% | 0.95% | - |
| XYZ | 50.92 | 27.14 | 67.52 | - |
| YUV | 131.91 | 175.46 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 216 | 0 | 0.76 | 0.11 | 0.05 | 308.8 | 0.88 | 0.59 |
| Hex | F3 | 3B | D8 | 0 | 4C | B | 5 | 135 | 58 | 3B |
| Octal | 363 | 73 | 330 | 0 | 114 | 13 | 5 | 465 | 130 | 73 |
| Binary | 11110011 | 111011 | 11011000 | 0 | 1001100 | 1011 | 101 | 100110101 | 1011000 | 111011 |
Color Harmonies of #F33BD8
Complementary color
Monochromatic Colors of #F33BD8
Black with #F33BD8
Text Example
Text Example
White with #F33BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BD8; }
p { color: rgb(243,59,216); }
H1.HeaderClassName
{
color: #F33BD8;
}
.AnyTagClassName
{
color: #F33BD8;
}
</style>
background-color css
<style>
a { background-color: #F33BD8; }
a { background-color: rgb(243,59,216); }
div.DivClassName
{
background-color: #F33BD8;
}
.BgClassName
{
background-color: #F33BD8;
}
</style>
border-color css
<style>
span { border-color: #F33BD8; }
span { border-color: rgb(243,59,216); }
td.TdClassName
{
border-color: #F33BD8;
}
.TagClassName
{
border-color: #F33BD8;
}
</style>