Shades of Razzle Dazzle Rose #F33EBA
Tints of Razzle Dazzle Rose #F33EBA
RGB
CMYK
RGB Variations
Color information
#F33EBA (or 0xF33EBA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3E and BA. RGB value is (243,62,186). Sum of RGB (Red+Green+Blue) = 243+62+186=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 62 (24.61% from 255 or 12.63% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F33EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33EBA is #0CC145. Grayscale: #818181. Windows color (decimal): -835910 or 12205811. OLE color: 12205811.
HSL color Cylindrical-coordinate representation of color #F33EBA: hue angle of 318.9º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33EBA is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 62 | 186 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.05 |
| HSL | 318.9º | 0.88% | 0.6% | - |
| HSV(B) | 318.9º | 0.74% | 0.95% | - |
| XYZ | 47.55 | 26.05 | 48.98 | - |
| YUV | 130.26 | 159.47 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 62 | 186 | 0 | 0.74 | 0.23 | 0.05 | 318.9 | 0.88 | 0.6 |
| Hex | F3 | 3E | BA | 0 | 4A | 17 | 5 | 13F | 58 | 3C |
| Octal | 363 | 76 | 272 | 0 | 112 | 27 | 5 | 477 | 130 | 74 |
| Binary | 11110011 | 111110 | 10111010 | 0 | 1001010 | 10111 | 101 | 100111111 | 1011000 | 111100 |
Color Harmonies of #F33EBA
Complementary color
Monochromatic Colors of #F33EBA
Black with #F33EBA
Text Example
Text Example
White with #F33EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33EBA; }
p { color: rgb(243,62,186); }
H1.HeaderClassName
{
color: #F33EBA;
}
.AnyTagClassName
{
color: #F33EBA;
}
</style>
background-color css
<style>
a { background-color: #F33EBA; }
a { background-color: rgb(243,62,186); }
div.DivClassName
{
background-color: #F33EBA;
}
.BgClassName
{
background-color: #F33EBA;
}
</style>
border-color css
<style>
span { border-color: #F33EBA; }
span { border-color: rgb(243,62,186); }
td.TdClassName
{
border-color: #F33EBA;
}
.TagClassName
{
border-color: #F33EBA;
}
</style>