Shades of Razzle Dazzle Rose #F33ACE
Tints of Razzle Dazzle Rose #F33ACE
RGB
CMYK
RGB Variations
Color information
#F33ACE (or 0xF33ACE) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3A and CE. RGB value is (243,58,206). Sum of RGB (Red+Green+Blue) = 243+58+206=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 58 (23.05% from 255 or 11.44% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F33ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33ACE is #0CC531. Grayscale: #818181. Windows color (decimal): -836914 or 13515507. OLE color: 13515507.
HSL color Cylindrical-coordinate representation of color #F33ACE: hue angle of 312º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33ACE is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 206 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.05 |
| HSL | 312º | 0.89% | 0.59% | - |
| HSV(B) | 312º | 0.76% | 0.95% | - |
| XYZ | 49.62 | 26.54 | 60.9 | - |
| YUV | 130.19 | 170.79 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 206 | 0 | 0.76 | 0.15 | 0.05 | 312 | 0.89 | 0.59 |
| Hex | F3 | 3A | CE | 0 | 4C | F | 5 | 138 | 59 | 3B |
| Octal | 363 | 72 | 316 | 0 | 114 | 17 | 5 | 470 | 131 | 73 |
| Binary | 11110011 | 111010 | 11001110 | 0 | 1001100 | 1111 | 101 | 100111000 | 1011001 | 111011 |
Color Harmonies of #F33ACE
Complementary color
Monochromatic Colors of #F33ACE
Black with #F33ACE
Text Example
Text Example
White with #F33ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33ACE; }
p { color: rgb(243,58,206); }
H1.HeaderClassName
{
color: #F33ACE;
}
.AnyTagClassName
{
color: #F33ACE;
}
</style>
background-color css
<style>
a { background-color: #F33ACE; }
a { background-color: rgb(243,58,206); }
div.DivClassName
{
background-color: #F33ACE;
}
.BgClassName
{
background-color: #F33ACE;
}
</style>
border-color css
<style>
span { border-color: #F33ACE; }
span { border-color: rgb(243,58,206); }
td.TdClassName
{
border-color: #F33ACE;
}
.TagClassName
{
border-color: #F33ACE;
}
</style>