Shades of Razzle Dazzle Rose #F341D7
Tints of Razzle Dazzle Rose #F341D7
RGB
CMYK
RGB Variations
Color information
#F341D7 (or 0xF341D7) is known color: Razzle Dazzle Rose. HEX triplet: F3, 41 and D7. RGB value is (243,65,215). Sum of RGB (Red+Green+Blue) = 243+65+215=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 65 (25.78% from 255 or 12.43% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F341D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341D7 is #0CBE28. Grayscale: #868686. Windows color (decimal): -835113 or 14107123. OLE color: 14107123.
HSL color Cylindrical-coordinate representation of color #F341D7: hue angle of 309.44º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F341D7 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 215 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.05 |
| HSL | 309.44º | 0.88% | 0.6% | - |
| HSV(B) | 309.44º | 0.73% | 0.95% | - |
| XYZ | 51.12 | 27.74 | 66.95 | - |
| YUV | 135.32 | 172.97 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 215 | 0 | 0.73 | 0.12 | 0.05 | 309.44 | 0.88 | 0.6 |
| Hex | F3 | 41 | D7 | 0 | 49 | C | 5 | 135 | 58 | 3C |
| Octal | 363 | 101 | 327 | 0 | 111 | 14 | 5 | 465 | 130 | 74 |
| Binary | 11110011 | 1000001 | 11010111 | 0 | 1001001 | 1100 | 101 | 100110101 | 1011000 | 111100 |
Color Harmonies of #F341D7
Complementary color
Monochromatic Colors of #F341D7
Black with #F341D7
Text Example
Text Example
White with #F341D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341D7; }
p { color: rgb(243,65,215); }
H1.HeaderClassName
{
color: #F341D7;
}
.AnyTagClassName
{
color: #F341D7;
}
</style>
background-color css
<style>
a { background-color: #F341D7; }
a { background-color: rgb(243,65,215); }
div.DivClassName
{
background-color: #F341D7;
}
.BgClassName
{
background-color: #F341D7;
}
</style>
border-color css
<style>
span { border-color: #F341D7; }
span { border-color: rgb(243,65,215); }
td.TdClassName
{
border-color: #F341D7;
}
.TagClassName
{
border-color: #F341D7;
}
</style>