Shades of Razzle Dazzle Rose #F33ABB
Tints of Razzle Dazzle Rose #F33ABB
RGB
CMYK
RGB Variations
Color information
#F33ABB (or 0xF33ABB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3A and BB. RGB value is (243,58,187). Sum of RGB (Red+Green+Blue) = 243+58+187=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F33ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33ABB is #0CC544. Grayscale: #7F7F7F. Windows color (decimal): -836933 or 12270323. OLE color: 12270323.
HSL color Cylindrical-coordinate representation of color #F33ABB: hue angle of 318.16º 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 #F33ABB is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 187 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.05 |
| HSL | 318.16º | 0.89% | 0.59% | - |
| HSV(B) | 318.16º | 0.76% | 0.95% | - |
| XYZ | 47.44 | 25.67 | 49.47 | - |
| YUV | 128.02 | 161.29 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 187 | 0 | 0.76 | 0.23 | 0.05 | 318.16 | 0.89 | 0.59 |
| Hex | F3 | 3A | BB | 0 | 4C | 17 | 5 | 13E | 59 | 3B |
| Octal | 363 | 72 | 273 | 0 | 114 | 27 | 5 | 476 | 131 | 73 |
| Binary | 11110011 | 111010 | 10111011 | 0 | 1001100 | 10111 | 101 | 100111110 | 1011001 | 111011 |
Color Harmonies of #F33ABB
Complementary color
Monochromatic Colors of #F33ABB
Black with #F33ABB
Text Example
Text Example
White with #F33ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33ABB; }
p { color: rgb(243,58,187); }
H1.HeaderClassName
{
color: #F33ABB;
}
.AnyTagClassName
{
color: #F33ABB;
}
</style>
background-color css
<style>
a { background-color: #F33ABB; }
a { background-color: rgb(243,58,187); }
div.DivClassName
{
background-color: #F33ABB;
}
.BgClassName
{
background-color: #F33ABB;
}
</style>
border-color css
<style>
span { border-color: #F33ABB; }
span { border-color: rgb(243,58,187); }
td.TdClassName
{
border-color: #F33ABB;
}
.TagClassName
{
border-color: #F33ABB;
}
</style>