Shades of Razzle Dazzle Rose #F341C9
Tints of Razzle Dazzle Rose #F341C9
RGB
CMYK
RGB Variations
Color information
#F341C9 (or 0xF341C9) is known color: Razzle Dazzle Rose. HEX triplet: F3, 41 and C9. RGB value is (243,65,201). Sum of RGB (Red+Green+Blue) = 243+65+201=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F341C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341C9 is #0CBE36. Grayscale: #858585. Windows color (decimal): -835127 or 13189619. OLE color: 13189619.
HSL color Cylindrical-coordinate representation of color #F341C9: hue angle of 314.16º 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 #F341C9 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 201 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.05 |
| HSL | 314.16º | 0.88% | 0.6% | - |
| HSV(B) | 314.16º | 0.73% | 0.95% | - |
| XYZ | 49.4 | 27.05 | 57.88 | - |
| YUV | 133.73 | 165.97 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 201 | 0 | 0.73 | 0.17 | 0.05 | 314.16 | 0.88 | 0.6 |
| Hex | F3 | 41 | C9 | 0 | 49 | 11 | 5 | 13A | 58 | 3C |
| Octal | 363 | 101 | 311 | 0 | 111 | 21 | 5 | 472 | 130 | 74 |
| Binary | 11110011 | 1000001 | 11001001 | 0 | 1001001 | 10001 | 101 | 100111010 | 1011000 | 111100 |
Color Harmonies of #F341C9
Complementary color
Monochromatic Colors of #F341C9
Black with #F341C9
Text Example
Text Example
White with #F341C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341C9; }
p { color: rgb(243,65,201); }
H1.HeaderClassName
{
color: #F341C9;
}
.AnyTagClassName
{
color: #F341C9;
}
</style>
background-color css
<style>
a { background-color: #F341C9; }
a { background-color: rgb(243,65,201); }
div.DivClassName
{
background-color: #F341C9;
}
.BgClassName
{
background-color: #F341C9;
}
</style>
border-color css
<style>
span { border-color: #F341C9; }
span { border-color: rgb(243,65,201); }
td.TdClassName
{
border-color: #F341C9;
}
.TagClassName
{
border-color: #F341C9;
}
</style>