Shades of Razzle Dazzle Rose #F32EDB
Tints of Razzle Dazzle Rose #F32EDB
RGB
CMYK
RGB Variations
Color information
#F32EDB (or 0xF32EDB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 2E and DB. RGB value is (243,46,219). Sum of RGB (Red+Green+Blue) = 243+46+219=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 46 (18.36% from 255 or 9.06% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F32EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F32EDB is #0CD124. Grayscale: #7C7C7C. Windows color (decimal): -839973 or 14364403. OLE color: 14364403.
HSL color Cylindrical-coordinate representation of color #F32EDB: hue angle of 307.31º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32EDB is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 219 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.05 |
| HSL | 307.31º | 0.89% | 0.57% | - |
| HSV(B) | 307.31º | 0.81% | 0.95% | - |
| XYZ | 50.73 | 26.12 | 69.39 | - |
| YUV | 124.63 | 181.27 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 219 | 0 | 0.81 | 0.10 | 0.05 | 307.31 | 0.89 | 0.57 |
| Hex | F3 | 2E | DB | 0 | 51 | A | 5 | 133 | 59 | 39 |
| Octal | 363 | 56 | 333 | 0 | 121 | 12 | 5 | 463 | 131 | 71 |
| Binary | 11110011 | 101110 | 11011011 | 0 | 1010001 | 1010 | 101 | 100110011 | 1011001 | 111001 |
Color Harmonies of #F32EDB
Complementary color
Monochromatic Colors of #F32EDB
Black with #F32EDB
Text Example
Text Example
White with #F32EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32EDB; }
p { color: rgb(243,46,219); }
H1.HeaderClassName
{
color: #F32EDB;
}
.AnyTagClassName
{
color: #F32EDB;
}
</style>
background-color css
<style>
a { background-color: #F32EDB; }
a { background-color: rgb(243,46,219); }
div.DivClassName
{
background-color: #F32EDB;
}
.BgClassName
{
background-color: #F32EDB;
}
</style>
border-color css
<style>
span { border-color: #F32EDB; }
span { border-color: rgb(243,46,219); }
td.TdClassName
{
border-color: #F32EDB;
}
.TagClassName
{
border-color: #F32EDB;
}
</style>