Shades of Razzle Dazzle Rose #F343DB
Tints of Razzle Dazzle Rose #F343DB
RGB
CMYK
RGB Variations
Color information
#F343DB (or 0xF343DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 43 and DB. RGB value is (243,67,219). Sum of RGB (Red+Green+Blue) = 243+67+219=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 67 (26.56% from 255 or 12.67% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F343DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F343DB is #0CBC24. Grayscale: #888888. Windows color (decimal): -834597 or 14369779. OLE color: 14369779.
HSL color Cylindrical-coordinate representation of color #F343DB: hue angle of 308.18º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F343DB is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 219 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.05 |
| HSL | 308.18º | 0.88% | 0.61% | - |
| HSV(B) | 308.18º | 0.72% | 0.95% | - |
| XYZ | 51.76 | 28.18 | 69.73 | - |
| YUV | 136.95 | 174.31 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 219 | 0 | 0.72 | 0.10 | 0.05 | 308.18 | 0.88 | 0.61 |
| Hex | F3 | 43 | DB | 0 | 48 | A | 5 | 134 | 58 | 3D |
| Octal | 363 | 103 | 333 | 0 | 110 | 12 | 5 | 464 | 130 | 75 |
| Binary | 11110011 | 1000011 | 11011011 | 0 | 1001000 | 1010 | 101 | 100110100 | 1011000 | 111101 |
Color Harmonies of #F343DB
Complementary color
Monochromatic Colors of #F343DB
Black with #F343DB
Text Example
Text Example
White with #F343DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F343DB; }
p { color: rgb(243,67,219); }
H1.HeaderClassName
{
color: #F343DB;
}
.AnyTagClassName
{
color: #F343DB;
}
</style>
background-color css
<style>
a { background-color: #F343DB; }
a { background-color: rgb(243,67,219); }
div.DivClassName
{
background-color: #F343DB;
}
.BgClassName
{
background-color: #F343DB;
}
</style>
border-color css
<style>
span { border-color: #F343DB; }
span { border-color: rgb(243,67,219); }
td.TdClassName
{
border-color: #F343DB;
}
.TagClassName
{
border-color: #F343DB;
}
</style>