Shades of Razzle Dazzle Rose #F33ADD
Tints of Razzle Dazzle Rose #F33ADD
RGB
CMYK
RGB Variations
Color information
#F33ADD (or 0xF33ADD) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3A and DD. RGB value is (243,58,221). Sum of RGB (Red+Green+Blue) = 243+58+221=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 58 (23.05% from 255 or 11.11% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 243 - color contains mainly: red. Hex color #F33ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33ADD is #0CC522. Grayscale: #838383. Windows color (decimal): -836899 or 14498547. OLE color: 14498547.
HSL color Cylindrical-coordinate representation of color #F33ADD: hue angle of 307.14º 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 #F33ADD is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 221 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.05 |
| HSL | 307.14º | 0.89% | 0.59% | - |
| HSV(B) | 307.14º | 0.76% | 0.95% | - |
| XYZ | 51.53 | 27.3 | 70.96 | - |
| YUV | 131.9 | 178.29 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 221 | 0 | 0.76 | 0.09 | 0.05 | 307.14 | 0.89 | 0.59 |
| Hex | F3 | 3A | DD | 0 | 4C | 9 | 5 | 133 | 59 | 3B |
| Octal | 363 | 72 | 335 | 0 | 114 | 11 | 5 | 463 | 131 | 73 |
| Binary | 11110011 | 111010 | 11011101 | 0 | 1001100 | 1001 | 101 | 100110011 | 1011001 | 111011 |
Color Harmonies of #F33ADD
Complementary color
Monochromatic Colors of #F33ADD
Black with #F33ADD
Text Example
Text Example
White with #F33ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33ADD; }
p { color: rgb(243,58,221); }
H1.HeaderClassName
{
color: #F33ADD;
}
.AnyTagClassName
{
color: #F33ADD;
}
</style>
background-color css
<style>
a { background-color: #F33ADD; }
a { background-color: rgb(243,58,221); }
div.DivClassName
{
background-color: #F33ADD;
}
.BgClassName
{
background-color: #F33ADD;
}
</style>
border-color css
<style>
span { border-color: #F33ADD; }
span { border-color: rgb(243,58,221); }
td.TdClassName
{
border-color: #F33ADD;
}
.TagClassName
{
border-color: #F33ADD;
}
</style>