Shades of Razzle Dazzle Rose #F33AF0
Tints of Razzle Dazzle Rose #F33AF0
RGB
CMYK
RGB Variations
Color information
#F33AF0 (or 0xF33AF0) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3A and F0. RGB value is (243,58,240). Sum of RGB (Red+Green+Blue) = 243+58+240=541 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.92% from 541); Green value is 58 (23.05% from 255 or 10.72% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 243 - color contains mainly: red. Hex color #F33AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33AF0 is #0CC50F. Grayscale: #858585. Windows color (decimal): -836880 or 15743731. OLE color: 15743731.
HSL color Cylindrical-coordinate representation of color #F33AF0: hue angle of 300.97º 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 #F33AF0 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 240 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.05 |
| HSL | 300.97º | 0.89% | 0.59% | - |
| HSV(B) | 300.97º | 0.76% | 0.95% | - |
| XYZ | 54.2 | 28.37 | 85.06 | - |
| YUV | 134.06 | 187.79 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 240 | 0 | 0.76 | 0.01 | 0.05 | 300.97 | 0.89 | 0.59 |
| Hex | F3 | 3A | F0 | 0 | 4C | 1 | 5 | 12D | 59 | 3B |
| Octal | 363 | 72 | 360 | 0 | 114 | 1 | 5 | 455 | 131 | 73 |
| Binary | 11110011 | 111010 | 11110000 | 0 | 1001100 | 1 | 101 | 100101101 | 1011001 | 111011 |
Color Harmonies of #F33AF0
Complementary color
Monochromatic Colors of #F33AF0
Black with #F33AF0
Text Example
Text Example
White with #F33AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33AF0; }
p { color: rgb(243,58,240); }
H1.HeaderClassName
{
color: #F33AF0;
}
.AnyTagClassName
{
color: #F33AF0;
}
</style>
background-color css
<style>
a { background-color: #F33AF0; }
a { background-color: rgb(243,58,240); }
div.DivClassName
{
background-color: #F33AF0;
}
.BgClassName
{
background-color: #F33AF0;
}
</style>
border-color css
<style>
span { border-color: #F33AF0; }
span { border-color: rgb(243,58,240); }
td.TdClassName
{
border-color: #F33AF0;
}
.TagClassName
{
border-color: #F33AF0;
}
</style>