Shades of Razzle Dazzle Rose #F33EDB
Tints of Razzle Dazzle Rose #F33EDB
RGB
CMYK
RGB Variations
Color information
#F33EDB (or 0xF33EDB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3E and DB. RGB value is (243,62,219). Sum of RGB (Red+Green+Blue) = 243+62+219=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 62 (24.61% from 255 or 11.83% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F33EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33EDB is #0CC124. Grayscale: #858585. Windows color (decimal): -835877 or 14368499. OLE color: 14368499.
HSL color Cylindrical-coordinate representation of color #F33EDB: hue angle of 307.96º 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 #F33EDB is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 62 | 219 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.05 |
| HSL | 307.96º | 0.88% | 0.6% | - |
| HSV(B) | 307.96º | 0.74% | 0.95% | - |
| XYZ | 51.47 | 27.61 | 69.64 | - |
| YUV | 134.02 | 175.97 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 62 | 219 | 0 | 0.74 | 0.10 | 0.05 | 307.96 | 0.88 | 0.6 |
| Hex | F3 | 3E | DB | 0 | 4A | A | 5 | 134 | 58 | 3C |
| Octal | 363 | 76 | 333 | 0 | 112 | 12 | 5 | 464 | 130 | 74 |
| Binary | 11110011 | 111110 | 11011011 | 0 | 1001010 | 1010 | 101 | 100110100 | 1011000 | 111100 |
Color Harmonies of #F33EDB
Complementary color
Monochromatic Colors of #F33EDB
Black with #F33EDB
Text Example
Text Example
White with #F33EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33EDB; }
p { color: rgb(243,62,219); }
H1.HeaderClassName
{
color: #F33EDB;
}
.AnyTagClassName
{
color: #F33EDB;
}
</style>
background-color css
<style>
a { background-color: #F33EDB; }
a { background-color: rgb(243,62,219); }
div.DivClassName
{
background-color: #F33EDB;
}
.BgClassName
{
background-color: #F33EDB;
}
</style>
border-color css
<style>
span { border-color: #F33EDB; }
span { border-color: rgb(243,62,219); }
td.TdClassName
{
border-color: #F33EDB;
}
.TagClassName
{
border-color: #F33EDB;
}
</style>