Shades of Razzle Dazzle Rose #F545BC
Tints of Razzle Dazzle Rose #F545BC
RGB
CMYK
RGB Variations
Color information
#F545BC (or 0xF545BC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 45 and BC. RGB value is (245,69,188). Sum of RGB (Red+Green+Blue) = 245+69+188=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F545BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F545BC is #0ABA43. Grayscale: #868686. Windows color (decimal): -703044 or 12338677. OLE color: 12338677.
HSL color Cylindrical-coordinate representation of color #F545BC: hue angle of 319.43º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F545BC is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 188 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.04 |
| HSL | 319.43º | 0.9% | 0.62% | - |
| HSV(B) | 319.43º | 0.72% | 0.96% | - |
| XYZ | 48.86 | 27.3 | 50.27 | - |
| YUV | 135.19 | 157.81 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 188 | 0 | 0.72 | 0.23 | 0.04 | 319.43 | 0.9 | 0.62 |
| Hex | F5 | 45 | BC | 0 | 48 | 17 | 4 | 13F | 5A | 3E |
| Octal | 365 | 105 | 274 | 0 | 110 | 27 | 4 | 477 | 132 | 76 |
| Binary | 11110101 | 1000101 | 10111100 | 0 | 1001000 | 10111 | 100 | 100111111 | 1011010 | 111110 |
Color Harmonies of #F545BC
Complementary color
Monochromatic Colors of #F545BC
Black with #F545BC
Text Example
Text Example
White with #F545BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F545BC; }
p { color: rgb(245,69,188); }
H1.HeaderClassName
{
color: #F545BC;
}
.AnyTagClassName
{
color: #F545BC;
}
</style>
background-color css
<style>
a { background-color: #F545BC; }
a { background-color: rgb(245,69,188); }
div.DivClassName
{
background-color: #F545BC;
}
.BgClassName
{
background-color: #F545BC;
}
</style>
border-color css
<style>
span { border-color: #F545BC; }
span { border-color: rgb(245,69,188); }
td.TdClassName
{
border-color: #F545BC;
}
.TagClassName
{
border-color: #F545BC;
}
</style>