Shades of Razzle Dazzle Rose #F549BC
Tints of Razzle Dazzle Rose #F549BC
RGB
CMYK
RGB Variations
Color information
#F549BC (or 0xF549BC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 49 and BC. RGB value is (245,73,188). Sum of RGB (Red+Green+Blue) = 245+73+188=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F549BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F549BC is #0AB643. Grayscale: #898989. Windows color (decimal): -702020 or 12339701. OLE color: 12339701.
HSL color Cylindrical-coordinate representation of color #F549BC: hue angle of 319.88º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F549BC is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 188 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.04 |
| HSL | 319.88º | 0.9% | 0.62% | - |
| HSV(B) | 319.88º | 0.7% | 0.96% | - |
| XYZ | 49.12 | 27.81 | 50.36 | - |
| YUV | 137.54 | 156.48 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 188 | 0 | 0.70 | 0.23 | 0.04 | 319.88 | 0.9 | 0.62 |
| Hex | F5 | 49 | BC | 0 | 46 | 17 | 4 | 140 | 5A | 3E |
| Octal | 365 | 111 | 274 | 0 | 106 | 27 | 4 | 500 | 132 | 76 |
| Binary | 11110101 | 1001001 | 10111100 | 0 | 1000110 | 10111 | 100 | 101000000 | 1011010 | 111110 |
Color Harmonies of #F549BC
Complementary color
Monochromatic Colors of #F549BC
Black with #F549BC
Text Example
Text Example
White with #F549BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F549BC; }
p { color: rgb(245,73,188); }
H1.HeaderClassName
{
color: #F549BC;
}
.AnyTagClassName
{
color: #F549BC;
}
</style>
background-color css
<style>
a { background-color: #F549BC; }
a { background-color: rgb(245,73,188); }
div.DivClassName
{
background-color: #F549BC;
}
.BgClassName
{
background-color: #F549BC;
}
</style>
border-color css
<style>
span { border-color: #F549BC; }
span { border-color: rgb(245,73,188); }
td.TdClassName
{
border-color: #F549BC;
}
.TagClassName
{
border-color: #F549BC;
}
</style>