Shades of Razzle Dazzle Rose #F349BA
Tints of Razzle Dazzle Rose #F349BA
RGB
CMYK
RGB Variations
Color information
#F349BA (or 0xF349BA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 49 and BA. RGB value is (243,73,186). Sum of RGB (Red+Green+Blue) = 243+73+186=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F349BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F349BA is #0CB645. Grayscale: #888888. Windows color (decimal): -833094 or 12208627. OLE color: 12208627.
HSL color Cylindrical-coordinate representation of color #F349BA: hue angle of 320.12º 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 #F349BA is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 186 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.05 |
| HSL | 320.12º | 0.88% | 0.62% | - |
| HSV(B) | 320.12º | 0.7% | 0.95% | - |
| XYZ | 48.21 | 27.36 | 49.2 | - |
| YUV | 136.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 186 | 0 | 0.70 | 0.23 | 0.05 | 320.12 | 0.88 | 0.62 |
| Hex | F3 | 49 | BA | 0 | 46 | 17 | 5 | 140 | 58 | 3E |
| Octal | 363 | 111 | 272 | 0 | 106 | 27 | 5 | 500 | 130 | 76 |
| Binary | 11110011 | 1001001 | 10111010 | 0 | 1000110 | 10111 | 101 | 101000000 | 1011000 | 111110 |
Color Harmonies of #F349BA
Complementary color
Monochromatic Colors of #F349BA
Black with #F349BA
Text Example
Text Example
White with #F349BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F349BA; }
p { color: rgb(243,73,186); }
H1.HeaderClassName
{
color: #F349BA;
}
.AnyTagClassName
{
color: #F349BA;
}
</style>
background-color css
<style>
a { background-color: #F349BA; }
a { background-color: rgb(243,73,186); }
div.DivClassName
{
background-color: #F349BA;
}
.BgClassName
{
background-color: #F349BA;
}
</style>
border-color css
<style>
span { border-color: #F349BA; }
span { border-color: rgb(243,73,186); }
td.TdClassName
{
border-color: #F349BA;
}
.TagClassName
{
border-color: #F349BA;
}
</style>