Shades of Razzle Dazzle Rose #F340DB
Tints of Razzle Dazzle Rose #F340DB
RGB
CMYK
RGB Variations
Color information
#F340DB (or 0xF340DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 40 and DB. RGB value is (243,64,219). Sum of RGB (Red+Green+Blue) = 243+64+219=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 64 (25.39% from 255 or 12.17% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F340DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F340DB is #0CBF24. Grayscale: #868686. Windows color (decimal): -835365 or 14369011. OLE color: 14369011.
HSL color Cylindrical-coordinate representation of color #F340DB: hue angle of 308.04º 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 #F340DB is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 219 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.05 |
| HSL | 308.04º | 0.88% | 0.6% | - |
| HSV(B) | 308.04º | 0.74% | 0.95% | - |
| XYZ | 51.58 | 27.84 | 69.67 | - |
| YUV | 135.19 | 175.3 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 219 | 0 | 0.74 | 0.10 | 0.05 | 308.04 | 0.88 | 0.6 |
| Hex | F3 | 40 | DB | 0 | 4A | A | 5 | 134 | 58 | 3C |
| Octal | 363 | 100 | 333 | 0 | 112 | 12 | 5 | 464 | 130 | 74 |
| Binary | 11110011 | 1000000 | 11011011 | 0 | 1001010 | 1010 | 101 | 100110100 | 1011000 | 111100 |
Color Harmonies of #F340DB
Complementary color
Monochromatic Colors of #F340DB
Black with #F340DB
Text Example
Text Example
White with #F340DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F340DB; }
p { color: rgb(243,64,219); }
H1.HeaderClassName
{
color: #F340DB;
}
.AnyTagClassName
{
color: #F340DB;
}
</style>
background-color css
<style>
a { background-color: #F340DB; }
a { background-color: rgb(243,64,219); }
div.DivClassName
{
background-color: #F340DB;
}
.BgClassName
{
background-color: #F340DB;
}
</style>
border-color css
<style>
span { border-color: #F340DB; }
span { border-color: rgb(243,64,219); }
td.TdClassName
{
border-color: #F340DB;
}
.TagClassName
{
border-color: #F340DB;
}
</style>