Shades of Razzle Dazzle Rose #F334DB
Tints of Razzle Dazzle Rose #F334DB
RGB
CMYK
RGB Variations
Color information
#F334DB (or 0xF334DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 34 and DB. RGB value is (243,52,219). Sum of RGB (Red+Green+Blue) = 243+52+219=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 52 (20.70% from 255 or 10.12% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F334DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F334DB is #0CCB24. Grayscale: #7F7F7F. Windows color (decimal): -838437 or 14365939. OLE color: 14365939.
HSL color Cylindrical-coordinate representation of color #F334DB: hue angle of 307.54º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F334DB is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 219 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.05 |
| HSL | 307.54º | 0.89% | 0.58% | - |
| HSV(B) | 307.54º | 0.79% | 0.95% | - |
| XYZ | 50.98 | 26.63 | 69.47 | - |
| YUV | 128.15 | 179.28 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 219 | 0 | 0.79 | 0.10 | 0.05 | 307.54 | 0.89 | 0.58 |
| Hex | F3 | 34 | DB | 0 | 4F | A | 5 | 134 | 59 | 3A |
| Octal | 363 | 64 | 333 | 0 | 117 | 12 | 5 | 464 | 131 | 72 |
| Binary | 11110011 | 110100 | 11011011 | 0 | 1001111 | 1010 | 101 | 100110100 | 1011001 | 111010 |
Color Harmonies of #F334DB
Complementary color
Monochromatic Colors of #F334DB
Black with #F334DB
Text Example
Text Example
White with #F334DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334DB; }
p { color: rgb(243,52,219); }
H1.HeaderClassName
{
color: #F334DB;
}
.AnyTagClassName
{
color: #F334DB;
}
</style>
background-color css
<style>
a { background-color: #F334DB; }
a { background-color: rgb(243,52,219); }
div.DivClassName
{
background-color: #F334DB;
}
.BgClassName
{
background-color: #F334DB;
}
</style>
border-color css
<style>
span { border-color: #F334DB; }
span { border-color: rgb(243,52,219); }
td.TdClassName
{
border-color: #F334DB;
}
.TagClassName
{
border-color: #F334DB;
}
</style>