Shades of Razzle Dazzle Rose #F344D7
Tints of Razzle Dazzle Rose #F344D7
RGB
CMYK
RGB Variations
Color information
#F344D7 (or 0xF344D7) is known color: Razzle Dazzle Rose. HEX triplet: F3, 44 and D7. RGB value is (243,68,215). Sum of RGB (Red+Green+Blue) = 243+68+215=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 68 (26.95% from 255 or 12.93% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F344D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F344D7 is #0CBB28. Grayscale: #888888. Windows color (decimal): -834345 or 14107891. OLE color: 14107891.
HSL color Cylindrical-coordinate representation of color #F344D7: hue angle of 309.6º 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 #F344D7 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 215 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.05 |
| HSL | 309.6º | 0.88% | 0.61% | - |
| HSV(B) | 309.6º | 0.72% | 0.95% | - |
| XYZ | 51.3 | 28.1 | 67.01 | - |
| YUV | 137.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 215 | 0 | 0.72 | 0.12 | 0.05 | 309.6 | 0.88 | 0.61 |
| Hex | F3 | 44 | D7 | 0 | 48 | C | 5 | 136 | 58 | 3D |
| Octal | 363 | 104 | 327 | 0 | 110 | 14 | 5 | 466 | 130 | 75 |
| Binary | 11110011 | 1000100 | 11010111 | 0 | 1001000 | 1100 | 101 | 100110110 | 1011000 | 111101 |
Color Harmonies of #F344D7
Complementary color
Monochromatic Colors of #F344D7
Black with #F344D7
Text Example
Text Example
White with #F344D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F344D7; }
p { color: rgb(243,68,215); }
H1.HeaderClassName
{
color: #F344D7;
}
.AnyTagClassName
{
color: #F344D7;
}
</style>
background-color css
<style>
a { background-color: #F344D7; }
a { background-color: rgb(243,68,215); }
div.DivClassName
{
background-color: #F344D7;
}
.BgClassName
{
background-color: #F344D7;
}
</style>
border-color css
<style>
span { border-color: #F344D7; }
span { border-color: rgb(243,68,215); }
td.TdClassName
{
border-color: #F344D7;
}
.TagClassName
{
border-color: #F344D7;
}
</style>