Shades of Razzle Dazzle Rose #F33AD5
Tints of Razzle Dazzle Rose #F33AD5
RGB
CMYK
RGB Variations
Color information
#F33AD5 (or 0xF33AD5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3A and D5. RGB value is (243,58,213). Sum of RGB (Red+Green+Blue) = 243+58+213=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F33AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33AD5 is #0CC52A. Grayscale: #828282. Windows color (decimal): -836907 or 13974259. OLE color: 13974259.
HSL color Cylindrical-coordinate representation of color #F33AD5: hue angle of 309.73º 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 #F33AD5 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 213 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.05 |
| HSL | 309.73º | 0.89% | 0.59% | - |
| HSV(B) | 309.73º | 0.76% | 0.95% | - |
| XYZ | 50.49 | 26.88 | 65.48 | - |
| YUV | 130.99 | 174.29 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 213 | 0 | 0.76 | 0.12 | 0.05 | 309.73 | 0.89 | 0.59 |
| Hex | F3 | 3A | D5 | 0 | 4C | C | 5 | 136 | 59 | 3B |
| Octal | 363 | 72 | 325 | 0 | 114 | 14 | 5 | 466 | 131 | 73 |
| Binary | 11110011 | 111010 | 11010101 | 0 | 1001100 | 1100 | 101 | 100110110 | 1011001 | 111011 |
Color Harmonies of #F33AD5
Complementary color
Monochromatic Colors of #F33AD5
Black with #F33AD5
Text Example
Text Example
White with #F33AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33AD5; }
p { color: rgb(243,58,213); }
H1.HeaderClassName
{
color: #F33AD5;
}
.AnyTagClassName
{
color: #F33AD5;
}
</style>
background-color css
<style>
a { background-color: #F33AD5; }
a { background-color: rgb(243,58,213); }
div.DivClassName
{
background-color: #F33AD5;
}
.BgClassName
{
background-color: #F33AD5;
}
</style>
border-color css
<style>
span { border-color: #F33AD5; }
span { border-color: rgb(243,58,213); }
td.TdClassName
{
border-color: #F33AD5;
}
.TagClassName
{
border-color: #F33AD5;
}
</style>