Shades of Razzle Dazzle Rose #F343DD
Tints of Razzle Dazzle Rose #F343DD
RGB
CMYK
RGB Variations
Color information
#F343DD (or 0xF343DD) is known color: Razzle Dazzle Rose. HEX triplet: F3, 43 and DD. RGB value is (243,67,221). Sum of RGB (Red+Green+Blue) = 243+67+221=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 67 (26.56% from 255 or 12.62% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F343DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F343DD is #0CBC22. Grayscale: #888888. Windows color (decimal): -834595 or 14500851. OLE color: 14500851.
HSL color Cylindrical-coordinate representation of color #F343DD: hue angle of 307.5º 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 #F343DD is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 221 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.05 |
| HSL | 307.5º | 0.88% | 0.61% | - |
| HSV(B) | 307.5º | 0.72% | 0.95% | - |
| XYZ | 52.02 | 28.29 | 71.13 | - |
| YUV | 137.18 | 175.31 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 221 | 0 | 0.72 | 0.09 | 0.05 | 307.5 | 0.88 | 0.61 |
| Hex | F3 | 43 | DD | 0 | 48 | 9 | 5 | 134 | 58 | 3D |
| Octal | 363 | 103 | 335 | 0 | 110 | 11 | 5 | 464 | 130 | 75 |
| Binary | 11110011 | 1000011 | 11011101 | 0 | 1001000 | 1001 | 101 | 100110100 | 1011000 | 111101 |
Color Harmonies of #F343DD
Complementary color
Monochromatic Colors of #F343DD
Black with #F343DD
Text Example
Text Example
White with #F343DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F343DD; }
p { color: rgb(243,67,221); }
H1.HeaderClassName
{
color: #F343DD;
}
.AnyTagClassName
{
color: #F343DD;
}
</style>
background-color css
<style>
a { background-color: #F343DD; }
a { background-color: rgb(243,67,221); }
div.DivClassName
{
background-color: #F343DD;
}
.BgClassName
{
background-color: #F343DD;
}
</style>
border-color css
<style>
span { border-color: #F343DD; }
span { border-color: rgb(243,67,221); }
td.TdClassName
{
border-color: #F343DD;
}
.TagClassName
{
border-color: #F343DD;
}
</style>