Shades of Razzle Dazzle Rose #F333D0
Tints of Razzle Dazzle Rose #F333D0
RGB
CMYK
RGB Variations
Color information
#F333D0 (or 0xF333D0) is known color: Razzle Dazzle Rose. HEX triplet: F3, 33 and D0. RGB value is (243,51,208). Sum of RGB (Red+Green+Blue) = 243+51+208=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 51 (20.31% from 255 or 10.16% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F333D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F333D0 is #0CCC2F. Grayscale: #7D7D7D. Windows color (decimal): -838704 or 13644787. OLE color: 13644787.
HSL color Cylindrical-coordinate representation of color #F333D0: hue angle of 310.94º 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 #F333D0 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 208 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.05 |
| HSL | 310.94º | 0.89% | 0.58% | - |
| HSV(B) | 310.94º | 0.79% | 0.95% | - |
| XYZ | 49.53 | 25.98 | 62.08 | - |
| YUV | 126.31 | 174.11 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 208 | 0 | 0.79 | 0.14 | 0.05 | 310.94 | 0.89 | 0.58 |
| Hex | F3 | 33 | D0 | 0 | 4F | E | 5 | 137 | 59 | 3A |
| Octal | 363 | 63 | 320 | 0 | 117 | 16 | 5 | 467 | 131 | 72 |
| Binary | 11110011 | 110011 | 11010000 | 0 | 1001111 | 1110 | 101 | 100110111 | 1011001 | 111010 |
Color Harmonies of #F333D0
Complementary color
Monochromatic Colors of #F333D0
Black with #F333D0
Text Example
Text Example
White with #F333D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F333D0; }
p { color: rgb(243,51,208); }
H1.HeaderClassName
{
color: #F333D0;
}
.AnyTagClassName
{
color: #F333D0;
}
</style>
background-color css
<style>
a { background-color: #F333D0; }
a { background-color: rgb(243,51,208); }
div.DivClassName
{
background-color: #F333D0;
}
.BgClassName
{
background-color: #F333D0;
}
</style>
border-color css
<style>
span { border-color: #F333D0; }
span { border-color: rgb(243,51,208); }
td.TdClassName
{
border-color: #F333D0;
}
.TagClassName
{
border-color: #F333D0;
}
</style>