Shades of Razzle Dazzle Rose #F33AD4
Tints of Razzle Dazzle Rose #F33AD4
RGB
CMYK
RGB Variations
Color information
#F33AD4 (or 0xF33AD4) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3A and D4. RGB value is (243,58,212). Sum of RGB (Red+Green+Blue) = 243+58+212=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 58 (23.05% from 255 or 11.31% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F33AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33AD4 is #0CC52B. Grayscale: #828282. Windows color (decimal): -836908 or 13908723. OLE color: 13908723.
HSL color Cylindrical-coordinate representation of color #F33AD4: hue angle of 310.05º 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 #F33AD4 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 212 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.05 |
| HSL | 310.05º | 0.89% | 0.59% | - |
| HSV(B) | 310.05º | 0.76% | 0.95% | - |
| XYZ | 50.36 | 26.83 | 64.81 | - |
| YUV | 130.87 | 173.79 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 212 | 0 | 0.76 | 0.13 | 0.05 | 310.05 | 0.89 | 0.59 |
| Hex | F3 | 3A | D4 | 0 | 4C | D | 5 | 136 | 59 | 3B |
| Octal | 363 | 72 | 324 | 0 | 114 | 15 | 5 | 466 | 131 | 73 |
| Binary | 11110011 | 111010 | 11010100 | 0 | 1001100 | 1101 | 101 | 100110110 | 1011001 | 111011 |
Color Harmonies of #F33AD4
Complementary color
Monochromatic Colors of #F33AD4
Black with #F33AD4
Text Example
Text Example
White with #F33AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33AD4; }
p { color: rgb(243,58,212); }
H1.HeaderClassName
{
color: #F33AD4;
}
.AnyTagClassName
{
color: #F33AD4;
}
</style>
background-color css
<style>
a { background-color: #F33AD4; }
a { background-color: rgb(243,58,212); }
div.DivClassName
{
background-color: #F33AD4;
}
.BgClassName
{
background-color: #F33AD4;
}
</style>
border-color css
<style>
span { border-color: #F33AD4; }
span { border-color: rgb(243,58,212); }
td.TdClassName
{
border-color: #F33AD4;
}
.TagClassName
{
border-color: #F33AD4;
}
</style>