Shades of Razzle Dazzle Rose #F33ABA
Tints of Razzle Dazzle Rose #F33ABA
RGB
CMYK
RGB Variations
Color information
#F33ABA (or 0xF33ABA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3A and BA. RGB value is (243,58,186). Sum of RGB (Red+Green+Blue) = 243+58+186=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F33ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33ABA is #0CC545. Grayscale: #7F7F7F. Windows color (decimal): -836934 or 12204787. OLE color: 12204787.
HSL color Cylindrical-coordinate representation of color #F33ABA: hue angle of 318.49º 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 #F33ABA is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 186 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.05 |
| HSL | 318.49º | 0.89% | 0.59% | - |
| HSV(B) | 318.49º | 0.76% | 0.95% | - |
| XYZ | 47.34 | 25.63 | 48.91 | - |
| YUV | 127.91 | 160.79 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 186 | 0 | 0.76 | 0.23 | 0.05 | 318.49 | 0.89 | 0.59 |
| Hex | F3 | 3A | BA | 0 | 4C | 17 | 5 | 13E | 59 | 3B |
| Octal | 363 | 72 | 272 | 0 | 114 | 27 | 5 | 476 | 131 | 73 |
| Binary | 11110011 | 111010 | 10111010 | 0 | 1001100 | 10111 | 101 | 100111110 | 1011001 | 111011 |
Color Harmonies of #F33ABA
Complementary color
Monochromatic Colors of #F33ABA
Black with #F33ABA
Text Example
Text Example
White with #F33ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33ABA; }
p { color: rgb(243,58,186); }
H1.HeaderClassName
{
color: #F33ABA;
}
.AnyTagClassName
{
color: #F33ABA;
}
</style>
background-color css
<style>
a { background-color: #F33ABA; }
a { background-color: rgb(243,58,186); }
div.DivClassName
{
background-color: #F33ABA;
}
.BgClassName
{
background-color: #F33ABA;
}
</style>
border-color css
<style>
span { border-color: #F33ABA; }
span { border-color: rgb(243,58,186); }
td.TdClassName
{
border-color: #F33ABA;
}
.TagClassName
{
border-color: #F33ABA;
}
</style>