Shades of Razzle Dazzle Rose #F332DB
Tints of Razzle Dazzle Rose #F332DB
RGB
CMYK
RGB Variations
Color information
#F332DB (or 0xF332DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 32 and DB. RGB value is (243,50,219). Sum of RGB (Red+Green+Blue) = 243+50+219=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 50 (19.92% from 255 or 9.77% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F332DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F332DB is #0CCD24. Grayscale: #7E7E7E. Windows color (decimal): -838949 or 14365427. OLE color: 14365427.
HSL color Cylindrical-coordinate representation of color #F332DB: hue angle of 307.46º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F332DB is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 219 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.05 |
| HSL | 307.46º | 0.89% | 0.57% | - |
| HSV(B) | 307.46º | 0.79% | 0.95% | - |
| XYZ | 50.89 | 26.45 | 69.44 | - |
| YUV | 126.97 | 179.94 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 219 | 0 | 0.79 | 0.10 | 0.05 | 307.46 | 0.89 | 0.57 |
| Hex | F3 | 32 | DB | 0 | 4F | A | 5 | 133 | 59 | 39 |
| Octal | 363 | 62 | 333 | 0 | 117 | 12 | 5 | 463 | 131 | 71 |
| Binary | 11110011 | 110010 | 11011011 | 0 | 1001111 | 1010 | 101 | 100110011 | 1011001 | 111001 |
Color Harmonies of #F332DB
Complementary color
Monochromatic Colors of #F332DB
Black with #F332DB
Text Example
Text Example
White with #F332DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F332DB; }
p { color: rgb(243,50,219); }
H1.HeaderClassName
{
color: #F332DB;
}
.AnyTagClassName
{
color: #F332DB;
}
</style>
background-color css
<style>
a { background-color: #F332DB; }
a { background-color: rgb(243,50,219); }
div.DivClassName
{
background-color: #F332DB;
}
.BgClassName
{
background-color: #F332DB;
}
</style>
border-color css
<style>
span { border-color: #F332DB; }
span { border-color: rgb(243,50,219); }
td.TdClassName
{
border-color: #F332DB;
}
.TagClassName
{
border-color: #F332DB;
}
</style>