Shades of Razzle Dazzle Rose #F33CCE
Tints of Razzle Dazzle Rose #F33CCE
RGB
CMYK
RGB Variations
Color information
#F33CCE (or 0xF33CCE) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3C and CE. RGB value is (243,60,206). Sum of RGB (Red+Green+Blue) = 243+60+206=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F33CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33CCE is #0CC331. Grayscale: #828282. Windows color (decimal): -836402 or 13516019. OLE color: 13516019.
HSL color Cylindrical-coordinate representation of color #F33CCE: hue angle of 312.13º 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 #F33CCE is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 206 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.05 |
| HSL | 312.13º | 0.88% | 0.59% | - |
| HSV(B) | 312.13º | 0.75% | 0.95% | - |
| XYZ | 49.72 | 26.74 | 60.93 | - |
| YUV | 131.36 | 170.13 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 206 | 0 | 0.75 | 0.15 | 0.05 | 312.13 | 0.88 | 0.59 |
| Hex | F3 | 3C | CE | 0 | 4B | F | 5 | 138 | 58 | 3B |
| Octal | 363 | 74 | 316 | 0 | 113 | 17 | 5 | 470 | 130 | 73 |
| Binary | 11110011 | 111100 | 11001110 | 0 | 1001011 | 1111 | 101 | 100111000 | 1011000 | 111011 |
Color Harmonies of #F33CCE
Complementary color
Monochromatic Colors of #F33CCE
Black with #F33CCE
Text Example
Text Example
White with #F33CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33CCE; }
p { color: rgb(243,60,206); }
H1.HeaderClassName
{
color: #F33CCE;
}
.AnyTagClassName
{
color: #F33CCE;
}
</style>
background-color css
<style>
a { background-color: #F33CCE; }
a { background-color: rgb(243,60,206); }
div.DivClassName
{
background-color: #F33CCE;
}
.BgClassName
{
background-color: #F33CCE;
}
</style>
border-color css
<style>
span { border-color: #F33CCE; }
span { border-color: rgb(243,60,206); }
td.TdClassName
{
border-color: #F33CCE;
}
.TagClassName
{
border-color: #F33CCE;
}
</style>