Shades of Razzle Dazzle Rose #F33FCC
Tints of Razzle Dazzle Rose #F33FCC
RGB
CMYK
RGB Variations
Color information
#F33FCC (or 0xF33FCC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3F and CC. RGB value is (243,63,204). Sum of RGB (Red+Green+Blue) = 243+63+204=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 63 (25% from 255 or 12.35% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F33FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33FCC is #0CC033. Grayscale: #848484. Windows color (decimal): -835636 or 13385715. OLE color: 13385715.
HSL color Cylindrical-coordinate representation of color #F33FCC: hue angle of 313º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33FCC is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 204 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.05 |
| HSL | 313º | 0.88% | 0.6% | - |
| HSV(B) | 313º | 0.74% | 0.95% | - |
| XYZ | 49.64 | 26.97 | 59.72 | - |
| YUV | 132.89 | 168.13 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 204 | 0 | 0.74 | 0.16 | 0.05 | 313 | 0.88 | 0.6 |
| Hex | F3 | 3F | CC | 0 | 4A | 10 | 5 | 139 | 58 | 3C |
| Octal | 363 | 77 | 314 | 0 | 112 | 20 | 5 | 471 | 130 | 74 |
| Binary | 11110011 | 111111 | 11001100 | 0 | 1001010 | 10000 | 101 | 100111001 | 1011000 | 111100 |
Color Harmonies of #F33FCC
Complementary color
Monochromatic Colors of #F33FCC
Black with #F33FCC
Text Example
Text Example
White with #F33FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33FCC; }
p { color: rgb(243,63,204); }
H1.HeaderClassName
{
color: #F33FCC;
}
.AnyTagClassName
{
color: #F33FCC;
}
</style>
background-color css
<style>
a { background-color: #F33FCC; }
a { background-color: rgb(243,63,204); }
div.DivClassName
{
background-color: #F33FCC;
}
.BgClassName
{
background-color: #F33FCC;
}
</style>
border-color css
<style>
span { border-color: #F33FCC; }
span { border-color: rgb(243,63,204); }
td.TdClassName
{
border-color: #F33FCC;
}
.TagClassName
{
border-color: #F33FCC;
}
</style>