Shades of Razzle Dazzle Rose #F341C6
Tints of Razzle Dazzle Rose #F341C6
RGB
CMYK
RGB Variations
Color information
#F341C6 (or 0xF341C6) is known color: Razzle Dazzle Rose. HEX triplet: F3, 41 and C6. RGB value is (243,65,198). Sum of RGB (Red+Green+Blue) = 243+65+198=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 65 (25.78% from 255 or 12.85% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F341C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341C6 is #0CBE39. Grayscale: #858585. Windows color (decimal): -835130 or 12993011. OLE color: 12993011.
HSL color Cylindrical-coordinate representation of color #F341C6: hue angle of 315.17º 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 #F341C6 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 198 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.05 |
| HSL | 315.17º | 0.88% | 0.6% | - |
| HSV(B) | 315.17º | 0.73% | 0.95% | - |
| XYZ | 49.05 | 26.91 | 56.04 | - |
| YUV | 133.38 | 164.47 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 198 | 0 | 0.73 | 0.19 | 0.05 | 315.17 | 0.88 | 0.6 |
| Hex | F3 | 41 | C6 | 0 | 49 | 13 | 5 | 13B | 58 | 3C |
| Octal | 363 | 101 | 306 | 0 | 111 | 23 | 5 | 473 | 130 | 74 |
| Binary | 11110011 | 1000001 | 11000110 | 0 | 1001001 | 10011 | 101 | 100111011 | 1011000 | 111100 |
Color Harmonies of #F341C6
Complementary color
Monochromatic Colors of #F341C6
Black with #F341C6
Text Example
Text Example
White with #F341C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341C6; }
p { color: rgb(243,65,198); }
H1.HeaderClassName
{
color: #F341C6;
}
.AnyTagClassName
{
color: #F341C6;
}
</style>
background-color css
<style>
a { background-color: #F341C6; }
a { background-color: rgb(243,65,198); }
div.DivClassName
{
background-color: #F341C6;
}
.BgClassName
{
background-color: #F341C6;
}
</style>
border-color css
<style>
span { border-color: #F341C6; }
span { border-color: rgb(243,65,198); }
td.TdClassName
{
border-color: #F341C6;
}
.TagClassName
{
border-color: #F341C6;
}
</style>