Shades of Razzle Dazzle Rose #F33CC0
Tints of Razzle Dazzle Rose #F33CC0
RGB
CMYK
RGB Variations
Color information
#F33CC0 (or 0xF33CC0) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3C and C0. RGB value is (243,60,192). Sum of RGB (Red+Green+Blue) = 243+60+192=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F33CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33CC0 is #0CC33F. Grayscale: #818181. Windows color (decimal): -836416 or 12598515. OLE color: 12598515.
HSL color Cylindrical-coordinate representation of color #F33CC0: hue angle of 316.72º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33CC0 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 192 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.05 |
| HSL | 316.72º | 0.88% | 0.59% | - |
| HSV(B) | 316.72º | 0.75% | 0.95% | - |
| XYZ | 48.09 | 26.09 | 52.37 | - |
| YUV | 129.77 | 163.13 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 192 | 0 | 0.75 | 0.21 | 0.05 | 316.72 | 0.88 | 0.59 |
| Hex | F3 | 3C | C0 | 0 | 4B | 15 | 5 | 13D | 58 | 3B |
| Octal | 363 | 74 | 300 | 0 | 113 | 25 | 5 | 475 | 130 | 73 |
| Binary | 11110011 | 111100 | 11000000 | 0 | 1001011 | 10101 | 101 | 100111101 | 1011000 | 111011 |
Color Harmonies of #F33CC0
Complementary color
Monochromatic Colors of #F33CC0
Black with #F33CC0
Text Example
Text Example
White with #F33CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33CC0; }
p { color: rgb(243,60,192); }
H1.HeaderClassName
{
color: #F33CC0;
}
.AnyTagClassName
{
color: #F33CC0;
}
</style>
background-color css
<style>
a { background-color: #F33CC0; }
a { background-color: rgb(243,60,192); }
div.DivClassName
{
background-color: #F33CC0;
}
.BgClassName
{
background-color: #F33CC0;
}
</style>
border-color css
<style>
span { border-color: #F33CC0; }
span { border-color: rgb(243,60,192); }
td.TdClassName
{
border-color: #F33CC0;
}
.TagClassName
{
border-color: #F33CC0;
}
</style>