Shades of Razzle Dazzle Rose #F340DC
Tints of Razzle Dazzle Rose #F340DC
RGB
CMYK
RGB Variations
Color information
#F340DC (or 0xF340DC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 40 and DC. RGB value is (243,64,220). Sum of RGB (Red+Green+Blue) = 243+64+220=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F340DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F340DC is #0CBF23. Grayscale: #868686. Windows color (decimal): -835364 or 14434547. OLE color: 14434547.
HSL color Cylindrical-coordinate representation of color #F340DC: hue angle of 307.71º 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 #F340DC is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 220 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.05 |
| HSL | 307.71º | 0.88% | 0.6% | - |
| HSV(B) | 307.71º | 0.74% | 0.95% | - |
| XYZ | 51.71 | 27.89 | 70.37 | - |
| YUV | 135.31 | 175.8 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 220 | 0 | 0.74 | 0.09 | 0.05 | 307.71 | 0.88 | 0.6 |
| Hex | F3 | 40 | DC | 0 | 4A | 9 | 5 | 134 | 58 | 3C |
| Octal | 363 | 100 | 334 | 0 | 112 | 11 | 5 | 464 | 130 | 74 |
| Binary | 11110011 | 1000000 | 11011100 | 0 | 1001010 | 1001 | 101 | 100110100 | 1011000 | 111100 |
Color Harmonies of #F340DC
Complementary color
Monochromatic Colors of #F340DC
Black with #F340DC
Text Example
Text Example
White with #F340DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F340DC; }
p { color: rgb(243,64,220); }
H1.HeaderClassName
{
color: #F340DC;
}
.AnyTagClassName
{
color: #F340DC;
}
</style>
background-color css
<style>
a { background-color: #F340DC; }
a { background-color: rgb(243,64,220); }
div.DivClassName
{
background-color: #F340DC;
}
.BgClassName
{
background-color: #F340DC;
}
</style>
border-color css
<style>
span { border-color: #F340DC; }
span { border-color: rgb(243,64,220); }
td.TdClassName
{
border-color: #F340DC;
}
.TagClassName
{
border-color: #F340DC;
}
</style>