Shades of Razzle Dazzle Rose #F33BD4
Tints of Razzle Dazzle Rose #F33BD4
RGB
CMYK
RGB Variations
Color information
#F33BD4 (or 0xF33BD4) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3B and D4. RGB value is (243,59,212). Sum of RGB (Red+Green+Blue) = 243+59+212=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 59 (23.44% from 255 or 11.48% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33BD4 is #0CC42B. Grayscale: #838383. Windows color (decimal): -836652 or 13908979. OLE color: 13908979.
HSL color Cylindrical-coordinate representation of color #F33BD4: hue angle of 310.11º 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 #F33BD4 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 212 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.05 |
| HSL | 310.11º | 0.88% | 0.59% | - |
| HSV(B) | 310.11º | 0.76% | 0.95% | - |
| XYZ | 50.41 | 26.94 | 64.83 | - |
| YUV | 131.46 | 173.46 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 212 | 0 | 0.76 | 0.13 | 0.05 | 310.11 | 0.88 | 0.59 |
| Hex | F3 | 3B | D4 | 0 | 4C | D | 5 | 136 | 58 | 3B |
| Octal | 363 | 73 | 324 | 0 | 114 | 15 | 5 | 466 | 130 | 73 |
| Binary | 11110011 | 111011 | 11010100 | 0 | 1001100 | 1101 | 101 | 100110110 | 1011000 | 111011 |
Color Harmonies of #F33BD4
Complementary color
Monochromatic Colors of #F33BD4
Black with #F33BD4
Text Example
Text Example
White with #F33BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BD4; }
p { color: rgb(243,59,212); }
H1.HeaderClassName
{
color: #F33BD4;
}
.AnyTagClassName
{
color: #F33BD4;
}
</style>
background-color css
<style>
a { background-color: #F33BD4; }
a { background-color: rgb(243,59,212); }
div.DivClassName
{
background-color: #F33BD4;
}
.BgClassName
{
background-color: #F33BD4;
}
</style>
border-color css
<style>
span { border-color: #F33BD4; }
span { border-color: rgb(243,59,212); }
td.TdClassName
{
border-color: #F33BD4;
}
.TagClassName
{
border-color: #F33BD4;
}
</style>