Shades of Razzle Dazzle Rose #F33FBA
Tints of Razzle Dazzle Rose #F33FBA
RGB
CMYK
RGB Variations
Color information
#F33FBA (or 0xF33FBA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3F and BA. RGB value is (243,63,186). Sum of RGB (Red+Green+Blue) = 243+63+186=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F33FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33FBA is #0CC045. Grayscale: #828282. Windows color (decimal): -835654 or 12206067. OLE color: 12206067.
HSL color Cylindrical-coordinate representation of color #F33FBA: hue angle of 319º 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 #F33FBA is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 186 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.05 |
| HSL | 319º | 0.88% | 0.6% | - |
| HSV(B) | 319º | 0.74% | 0.95% | - |
| XYZ | 47.6 | 26.15 | 48.99 | - |
| YUV | 130.84 | 159.13 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 186 | 0 | 0.74 | 0.23 | 0.05 | 319 | 0.88 | 0.6 |
| Hex | F3 | 3F | BA | 0 | 4A | 17 | 5 | 13F | 58 | 3C |
| Octal | 363 | 77 | 272 | 0 | 112 | 27 | 5 | 477 | 130 | 74 |
| Binary | 11110011 | 111111 | 10111010 | 0 | 1001010 | 10111 | 101 | 100111111 | 1011000 | 111100 |
Color Harmonies of #F33FBA
Complementary color
Monochromatic Colors of #F33FBA
Black with #F33FBA
Text Example
Text Example
White with #F33FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33FBA; }
p { color: rgb(243,63,186); }
H1.HeaderClassName
{
color: #F33FBA;
}
.AnyTagClassName
{
color: #F33FBA;
}
</style>
background-color css
<style>
a { background-color: #F33FBA; }
a { background-color: rgb(243,63,186); }
div.DivClassName
{
background-color: #F33FBA;
}
.BgClassName
{
background-color: #F33FBA;
}
</style>
border-color css
<style>
span { border-color: #F33FBA; }
span { border-color: rgb(243,63,186); }
td.TdClassName
{
border-color: #F33FBA;
}
.TagClassName
{
border-color: #F33FBA;
}
</style>