Shades of Razzle Dazzle Rose #F341BA
Tints of Razzle Dazzle Rose #F341BA
RGB
CMYK
RGB Variations
Color information
#F341BA (or 0xF341BA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 41 and BA. RGB value is (243,65,186). Sum of RGB (Red+Green+Blue) = 243+65+186=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F341BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341BA is #0CBE45. Grayscale: #838383. Windows color (decimal): -835142 or 12206579. OLE color: 12206579.
HSL color Cylindrical-coordinate representation of color #F341BA: hue angle of 319.21º 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 #F341BA is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 186 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.05 |
| HSL | 319.21º | 0.88% | 0.6% | - |
| HSV(B) | 319.21º | 0.73% | 0.95% | - |
| XYZ | 47.72 | 26.38 | 49.03 | - |
| YUV | 132.02 | 158.47 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 186 | 0 | 0.73 | 0.23 | 0.05 | 319.21 | 0.88 | 0.6 |
| Hex | F3 | 41 | BA | 0 | 49 | 17 | 5 | 13F | 58 | 3C |
| Octal | 363 | 101 | 272 | 0 | 111 | 27 | 5 | 477 | 130 | 74 |
| Binary | 11110011 | 1000001 | 10111010 | 0 | 1001001 | 10111 | 101 | 100111111 | 1011000 | 111100 |
Color Harmonies of #F341BA
Complementary color
Monochromatic Colors of #F341BA
Black with #F341BA
Text Example
Text Example
White with #F341BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341BA; }
p { color: rgb(243,65,186); }
H1.HeaderClassName
{
color: #F341BA;
}
.AnyTagClassName
{
color: #F341BA;
}
</style>
background-color css
<style>
a { background-color: #F341BA; }
a { background-color: rgb(243,65,186); }
div.DivClassName
{
background-color: #F341BA;
}
.BgClassName
{
background-color: #F341BA;
}
</style>
border-color css
<style>
span { border-color: #F341BA; }
span { border-color: rgb(243,65,186); }
td.TdClassName
{
border-color: #F341BA;
}
.TagClassName
{
border-color: #F341BA;
}
</style>