Shades of Razzle Dazzle Rose #F33ADE
Tints of Razzle Dazzle Rose #F33ADE
RGB
CMYK
RGB Variations
Color information
#F33ADE (or 0xF33ADE) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3A and DE. RGB value is (243,58,222). Sum of RGB (Red+Green+Blue) = 243+58+222=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 58 (23.05% from 255 or 11.09% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F33ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33ADE is #0CC521. Grayscale: #838383. Windows color (decimal): -836898 or 14564083. OLE color: 14564083.
HSL color Cylindrical-coordinate representation of color #F33ADE: hue angle of 306.81º 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 #F33ADE is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 222 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.05 |
| HSL | 306.81º | 0.89% | 0.59% | - |
| HSV(B) | 306.81º | 0.76% | 0.95% | - |
| XYZ | 51.66 | 27.35 | 71.66 | - |
| YUV | 132.01 | 178.79 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 222 | 0 | 0.76 | 0.09 | 0.05 | 306.81 | 0.89 | 0.59 |
| Hex | F3 | 3A | DE | 0 | 4C | 9 | 5 | 133 | 59 | 3B |
| Octal | 363 | 72 | 336 | 0 | 114 | 11 | 5 | 463 | 131 | 73 |
| Binary | 11110011 | 111010 | 11011110 | 0 | 1001100 | 1001 | 101 | 100110011 | 1011001 | 111011 |
Color Harmonies of #F33ADE
Complementary color
Monochromatic Colors of #F33ADE
Black with #F33ADE
Text Example
Text Example
White with #F33ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33ADE; }
p { color: rgb(243,58,222); }
H1.HeaderClassName
{
color: #F33ADE;
}
.AnyTagClassName
{
color: #F33ADE;
}
</style>
background-color css
<style>
a { background-color: #F33ADE; }
a { background-color: rgb(243,58,222); }
div.DivClassName
{
background-color: #F33ADE;
}
.BgClassName
{
background-color: #F33ADE;
}
</style>
border-color css
<style>
span { border-color: #F33ADE; }
span { border-color: rgb(243,58,222); }
td.TdClassName
{
border-color: #F33ADE;
}
.TagClassName
{
border-color: #F33ADE;
}
</style>