Shades of Razzle Dazzle Rose #F340BA
Tints of Razzle Dazzle Rose #F340BA
RGB
CMYK
RGB Variations
Color information
#F340BA (or 0xF340BA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 40 and BA. RGB value is (243,64,186). Sum of RGB (Red+Green+Blue) = 243+64+186=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F340BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F340BA is #0CBF45. Grayscale: #838383. Windows color (decimal): -835398 or 12206323. OLE color: 12206323.
HSL color Cylindrical-coordinate representation of color #F340BA: hue angle of 319.11º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F340BA is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 186 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.05 |
| HSL | 319.11º | 0.88% | 0.6% | - |
| HSV(B) | 319.11º | 0.74% | 0.95% | - |
| XYZ | 47.66 | 26.27 | 49.01 | - |
| YUV | 131.43 | 158.8 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 186 | 0 | 0.74 | 0.23 | 0.05 | 319.11 | 0.88 | 0.6 |
| Hex | F3 | 40 | BA | 0 | 4A | 17 | 5 | 13F | 58 | 3C |
| Octal | 363 | 100 | 272 | 0 | 112 | 27 | 5 | 477 | 130 | 74 |
| Binary | 11110011 | 1000000 | 10111010 | 0 | 1001010 | 10111 | 101 | 100111111 | 1011000 | 111100 |
Color Harmonies of #F340BA
Complementary color
Monochromatic Colors of #F340BA
Black with #F340BA
Text Example
Text Example
White with #F340BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F340BA; }
p { color: rgb(243,64,186); }
H1.HeaderClassName
{
color: #F340BA;
}
.AnyTagClassName
{
color: #F340BA;
}
</style>
background-color css
<style>
a { background-color: #F340BA; }
a { background-color: rgb(243,64,186); }
div.DivClassName
{
background-color: #F340BA;
}
.BgClassName
{
background-color: #F340BA;
}
</style>
border-color css
<style>
span { border-color: #F340BA; }
span { border-color: rgb(243,64,186); }
td.TdClassName
{
border-color: #F340BA;
}
.TagClassName
{
border-color: #F340BA;
}
</style>