Shades of Razzle Dazzle Rose #F341BC
Tints of Razzle Dazzle Rose #F341BC
RGB
CMYK
RGB Variations
Color information
#F341BC (or 0xF341BC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 41 and BC. RGB value is (243,65,188). Sum of RGB (Red+Green+Blue) = 243+65+188=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F341BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341BC is #0CBE43. Grayscale: #838383. Windows color (decimal): -835140 or 12337651. OLE color: 12337651.
HSL color Cylindrical-coordinate representation of color #F341BC: hue angle of 318.54º 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 #F341BC is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 188 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.05 |
| HSL | 318.54º | 0.88% | 0.6% | - |
| HSV(B) | 318.54º | 0.73% | 0.95% | - |
| XYZ | 47.93 | 26.47 | 50.16 | - |
| YUV | 132.24 | 159.47 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 188 | 0 | 0.73 | 0.23 | 0.05 | 318.54 | 0.88 | 0.6 |
| Hex | F3 | 41 | BC | 0 | 49 | 17 | 5 | 13F | 58 | 3C |
| Octal | 363 | 101 | 274 | 0 | 111 | 27 | 5 | 477 | 130 | 74 |
| Binary | 11110011 | 1000001 | 10111100 | 0 | 1001001 | 10111 | 101 | 100111111 | 1011000 | 111100 |
Color Harmonies of #F341BC
Complementary color
Monochromatic Colors of #F341BC
Black with #F341BC
Text Example
Text Example
White with #F341BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F341BC; }
p { color: rgb(243,65,188); }
H1.HeaderClassName
{
color: #F341BC;
}
.AnyTagClassName
{
color: #F341BC;
}
</style>
background-color css
<style>
a { background-color: #F341BC; }
a { background-color: rgb(243,65,188); }
div.DivClassName
{
background-color: #F341BC;
}
.BgClassName
{
background-color: #F341BC;
}
</style>
border-color css
<style>
span { border-color: #F341BC; }
span { border-color: rgb(243,65,188); }
td.TdClassName
{
border-color: #F341BC;
}
.TagClassName
{
border-color: #F341BC;
}
</style>