Shades of Razzle Dazzle Rose #F33BDA
Tints of Razzle Dazzle Rose #F33BDA
RGB
CMYK
RGB Variations
Color information
#F33BDA (or 0xF33BDA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3B and DA. RGB value is (243,59,218). Sum of RGB (Red+Green+Blue) = 243+59+218=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 59 (23.44% from 255 or 11.35% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33BDA is #0CC425. Grayscale: #838383. Windows color (decimal): -836646 or 14302195. OLE color: 14302195.
HSL color Cylindrical-coordinate representation of color #F33BDA: hue angle of 308.15º 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 #F33BDA is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 218 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.05 |
| HSL | 308.15º | 0.88% | 0.59% | - |
| HSV(B) | 308.15º | 0.76% | 0.95% | - |
| XYZ | 51.18 | 27.24 | 68.89 | - |
| YUV | 132.14 | 176.46 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 218 | 0 | 0.76 | 0.10 | 0.05 | 308.15 | 0.88 | 0.59 |
| Hex | F3 | 3B | DA | 0 | 4C | A | 5 | 134 | 58 | 3B |
| Octal | 363 | 73 | 332 | 0 | 114 | 12 | 5 | 464 | 130 | 73 |
| Binary | 11110011 | 111011 | 11011010 | 0 | 1001100 | 1010 | 101 | 100110100 | 1011000 | 111011 |
Color Harmonies of #F33BDA
Complementary color
Monochromatic Colors of #F33BDA
Black with #F33BDA
Text Example
Text Example
White with #F33BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BDA; }
p { color: rgb(243,59,218); }
H1.HeaderClassName
{
color: #F33BDA;
}
.AnyTagClassName
{
color: #F33BDA;
}
</style>
background-color css
<style>
a { background-color: #F33BDA; }
a { background-color: rgb(243,59,218); }
div.DivClassName
{
background-color: #F33BDA;
}
.BgClassName
{
background-color: #F33BDA;
}
</style>
border-color css
<style>
span { border-color: #F33BDA; }
span { border-color: rgb(243,59,218); }
td.TdClassName
{
border-color: #F33BDA;
}
.TagClassName
{
border-color: #F33BDA;
}
</style>