Shades of Razzle Dazzle Rose #F333BC
Tints of Razzle Dazzle Rose #F333BC
RGB
CMYK
RGB Variations
Color information
#F333BC (or 0xF333BC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 33 and BC. RGB value is (243,51,188). Sum of RGB (Red+Green+Blue) = 243+51+188=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F333BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F333BC is #0CCC43. Grayscale: #7B7B7B. Windows color (decimal): -838724 or 12334067. OLE color: 12334067.
HSL color Cylindrical-coordinate representation of color #F333BC: hue angle of 317.19º 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 #F333BC is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 188 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.05 |
| HSL | 317.19º | 0.89% | 0.58% | - |
| HSV(B) | 317.19º | 0.79% | 0.95% | - |
| XYZ | 47.22 | 25.05 | 49.92 | - |
| YUV | 124.03 | 164.11 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 188 | 0 | 0.79 | 0.23 | 0.05 | 317.19 | 0.89 | 0.58 |
| Hex | F3 | 33 | BC | 0 | 4F | 17 | 5 | 13D | 59 | 3A |
| Octal | 363 | 63 | 274 | 0 | 117 | 27 | 5 | 475 | 131 | 72 |
| Binary | 11110011 | 110011 | 10111100 | 0 | 1001111 | 10111 | 101 | 100111101 | 1011001 | 111010 |
Color Harmonies of #F333BC
Complementary color
Monochromatic Colors of #F333BC
Black with #F333BC
Text Example
Text Example
White with #F333BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F333BC; }
p { color: rgb(243,51,188); }
H1.HeaderClassName
{
color: #F333BC;
}
.AnyTagClassName
{
color: #F333BC;
}
</style>
background-color css
<style>
a { background-color: #F333BC; }
a { background-color: rgb(243,51,188); }
div.DivClassName
{
background-color: #F333BC;
}
.BgClassName
{
background-color: #F333BC;
}
</style>
border-color css
<style>
span { border-color: #F333BC; }
span { border-color: rgb(243,51,188); }
td.TdClassName
{
border-color: #F333BC;
}
.TagClassName
{
border-color: #F333BC;
}
</style>