Shades of Razzle Dazzle Rose #F342DB
Tints of Razzle Dazzle Rose #F342DB
RGB
CMYK
RGB Variations
Color information
#F342DB (or 0xF342DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 42 and DB. RGB value is (243,66,219). Sum of RGB (Red+Green+Blue) = 243+66+219=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 66 (26.17% from 255 or 12.5% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 243 - color contains mainly: red. Hex color #F342DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F342DB is #0CBD24. Grayscale: #878787. Windows color (decimal): -834853 or 14369523. OLE color: 14369523.
HSL color Cylindrical-coordinate representation of color #F342DB: hue angle of 308.14º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F342DB is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 219 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.05 |
| HSL | 308.14º | 0.88% | 0.61% | - |
| HSV(B) | 308.14º | 0.73% | 0.95% | - |
| XYZ | 51.7 | 28.07 | 69.71 | - |
| YUV | 136.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 219 | 0 | 0.73 | 0.10 | 0.05 | 308.14 | 0.88 | 0.61 |
| Hex | F3 | 42 | DB | 0 | 49 | A | 5 | 134 | 58 | 3D |
| Octal | 363 | 102 | 333 | 0 | 111 | 12 | 5 | 464 | 130 | 75 |
| Binary | 11110011 | 1000010 | 11011011 | 0 | 1001001 | 1010 | 101 | 100110100 | 1011000 | 111101 |
Color Harmonies of #F342DB
Complementary color
Monochromatic Colors of #F342DB
Black with #F342DB
Text Example
Text Example
White with #F342DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F342DB; }
p { color: rgb(243,66,219); }
H1.HeaderClassName
{
color: #F342DB;
}
.AnyTagClassName
{
color: #F342DB;
}
</style>
background-color css
<style>
a { background-color: #F342DB; }
a { background-color: rgb(243,66,219); }
div.DivClassName
{
background-color: #F342DB;
}
.BgClassName
{
background-color: #F342DB;
}
</style>
border-color css
<style>
span { border-color: #F342DB; }
span { border-color: rgb(243,66,219); }
td.TdClassName
{
border-color: #F342DB;
}
.TagClassName
{
border-color: #F342DB;
}
</style>