Shades of Razzle Dazzle Rose #F33BED
Tints of Razzle Dazzle Rose #F33BED
RGB
CMYK
RGB Variations
Color information
#F33BED (or 0xF33BED) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3B and ED. RGB value is (243,59,237). Sum of RGB (Red+Green+Blue) = 243+59+237=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 59 (23.44% from 255 or 10.95% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33BED is #0CC412. Grayscale: #858585. Windows color (decimal): -836627 or 15547379. OLE color: 15547379.
HSL color Cylindrical-coordinate representation of color #F33BED: hue angle of 301.96º degrees, saturation: 0.88, 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 #F33BED is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 237 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.05 |
| HSL | 301.96º | 0.88% | 0.59% | - |
| HSV(B) | 301.96º | 0.76% | 0.95% | - |
| XYZ | 53.81 | 28.3 | 82.75 | - |
| YUV | 134.31 | 185.96 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 237 | 0 | 0.76 | 0.02 | 0.05 | 301.96 | 0.88 | 0.59 |
| Hex | F3 | 3B | ED | 0 | 4C | 2 | 5 | 12E | 58 | 3B |
| Octal | 363 | 73 | 355 | 0 | 114 | 2 | 5 | 456 | 130 | 73 |
| Binary | 11110011 | 111011 | 11101101 | 0 | 1001100 | 10 | 101 | 100101110 | 1011000 | 111011 |
Color Harmonies of #F33BED
Complementary color
Monochromatic Colors of #F33BED
Black with #F33BED
Text Example
Text Example
White with #F33BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BED; }
p { color: rgb(243,59,237); }
H1.HeaderClassName
{
color: #F33BED;
}
.AnyTagClassName
{
color: #F33BED;
}
</style>
background-color css
<style>
a { background-color: #F33BED; }
a { background-color: rgb(243,59,237); }
div.DivClassName
{
background-color: #F33BED;
}
.BgClassName
{
background-color: #F33BED;
}
</style>
border-color css
<style>
span { border-color: #F33BED; }
span { border-color: rgb(243,59,237); }
td.TdClassName
{
border-color: #F33BED;
}
.TagClassName
{
border-color: #F33BED;
}
</style>