Shades of Razzle Dazzle Rose #F348BA
Tints of Razzle Dazzle Rose #F348BA
RGB
CMYK
RGB Variations
Color information
#F348BA (or 0xF348BA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 48 and BA. RGB value is (243,72,186). Sum of RGB (Red+Green+Blue) = 243+72+186=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F348BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F348BA is #0CB745. Grayscale: #878787. Windows color (decimal): -833350 or 12208371. OLE color: 12208371.
HSL color Cylindrical-coordinate representation of color #F348BA: hue angle of 320º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F348BA is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 186 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.05 |
| HSL | 320º | 0.88% | 0.62% | - |
| HSV(B) | 320º | 0.7% | 0.95% | - |
| XYZ | 48.14 | 27.23 | 49.17 | - |
| YUV | 136.13 | 156.15 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 186 | 0 | 0.70 | 0.23 | 0.05 | 320 | 0.88 | 0.62 |
| Hex | F3 | 48 | BA | 0 | 46 | 17 | 5 | 140 | 58 | 3E |
| Octal | 363 | 110 | 272 | 0 | 106 | 27 | 5 | 500 | 130 | 76 |
| Binary | 11110011 | 1001000 | 10111010 | 0 | 1000110 | 10111 | 101 | 101000000 | 1011000 | 111110 |
Color Harmonies of #F348BA
Complementary color
Monochromatic Colors of #F348BA
Black with #F348BA
Text Example
Text Example
White with #F348BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F348BA; }
p { color: rgb(243,72,186); }
H1.HeaderClassName
{
color: #F348BA;
}
.AnyTagClassName
{
color: #F348BA;
}
</style>
background-color css
<style>
a { background-color: #F348BA; }
a { background-color: rgb(243,72,186); }
div.DivClassName
{
background-color: #F348BA;
}
.BgClassName
{
background-color: #F348BA;
}
</style>
border-color css
<style>
span { border-color: #F348BA; }
span { border-color: rgb(243,72,186); }
td.TdClassName
{
border-color: #F348BA;
}
.TagClassName
{
border-color: #F348BA;
}
</style>