Shades of Razzle Dazzle Rose #F33ECC
Tints of Razzle Dazzle Rose #F33ECC
RGB
CMYK
RGB Variations
Color information
#F33ECC (or 0xF33ECC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3E and CC. RGB value is (243,62,204). Sum of RGB (Red+Green+Blue) = 243+62+204=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 62 (24.61% from 255 or 12.18% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F33ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33ECC is #0CC133. Grayscale: #838383. Windows color (decimal): -835892 or 13385459. OLE color: 13385459.
HSL color Cylindrical-coordinate representation of color #F33ECC: hue angle of 312.93º 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 #F33ECC is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 62 | 204 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.05 |
| HSL | 312.93º | 0.88% | 0.6% | - |
| HSV(B) | 312.93º | 0.74% | 0.95% | - |
| XYZ | 49.58 | 26.86 | 59.7 | - |
| YUV | 132.31 | 168.47 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 62 | 204 | 0 | 0.74 | 0.16 | 0.05 | 312.93 | 0.88 | 0.6 |
| Hex | F3 | 3E | CC | 0 | 4A | 10 | 5 | 139 | 58 | 3C |
| Octal | 363 | 76 | 314 | 0 | 112 | 20 | 5 | 471 | 130 | 74 |
| Binary | 11110011 | 111110 | 11001100 | 0 | 1001010 | 10000 | 101 | 100111001 | 1011000 | 111100 |
Color Harmonies of #F33ECC
Complementary color
Monochromatic Colors of #F33ECC
Black with #F33ECC
Text Example
Text Example
White with #F33ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33ECC; }
p { color: rgb(243,62,204); }
H1.HeaderClassName
{
color: #F33ECC;
}
.AnyTagClassName
{
color: #F33ECC;
}
</style>
background-color css
<style>
a { background-color: #F33ECC; }
a { background-color: rgb(243,62,204); }
div.DivClassName
{
background-color: #F33ECC;
}
.BgClassName
{
background-color: #F33ECC;
}
</style>
border-color css
<style>
span { border-color: #F33ECC; }
span { border-color: rgb(243,62,204); }
td.TdClassName
{
border-color: #F33ECC;
}
.TagClassName
{
border-color: #F33ECC;
}
</style>