Shades of Razzle Dazzle Rose #F333D6
Tints of Razzle Dazzle Rose #F333D6
RGB
CMYK
RGB Variations
Color information
#F333D6 (or 0xF333D6) is known color: Razzle Dazzle Rose. HEX triplet: F3, 33 and D6. RGB value is (243,51,214). Sum of RGB (Red+Green+Blue) = 243+51+214=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 51 (20.31% from 255 or 10.04% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F333D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F333D6 is #0CCC29. Grayscale: #7E7E7E. Windows color (decimal): -838698 or 14038003. OLE color: 14038003.
HSL color Cylindrical-coordinate representation of color #F333D6: hue angle of 309.06º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F333D6 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 214 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.05 |
| HSL | 309.06º | 0.89% | 0.58% | - |
| HSV(B) | 309.06º | 0.79% | 0.95% | - |
| XYZ | 50.28 | 26.28 | 66.04 | - |
| YUV | 126.99 | 177.11 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 214 | 0 | 0.79 | 0.12 | 0.05 | 309.06 | 0.89 | 0.58 |
| Hex | F3 | 33 | D6 | 0 | 4F | C | 5 | 135 | 59 | 3A |
| Octal | 363 | 63 | 326 | 0 | 117 | 14 | 5 | 465 | 131 | 72 |
| Binary | 11110011 | 110011 | 11010110 | 0 | 1001111 | 1100 | 101 | 100110101 | 1011001 | 111010 |
Color Harmonies of #F333D6
Complementary color
Monochromatic Colors of #F333D6
Black with #F333D6
Text Example
Text Example
White with #F333D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F333D6; }
p { color: rgb(243,51,214); }
H1.HeaderClassName
{
color: #F333D6;
}
.AnyTagClassName
{
color: #F333D6;
}
</style>
background-color css
<style>
a { background-color: #F333D6; }
a { background-color: rgb(243,51,214); }
div.DivClassName
{
background-color: #F333D6;
}
.BgClassName
{
background-color: #F333D6;
}
</style>
border-color css
<style>
span { border-color: #F333D6; }
span { border-color: rgb(243,51,214); }
td.TdClassName
{
border-color: #F333D6;
}
.TagClassName
{
border-color: #F333D6;
}
</style>