Shades of Razzle Dazzle Rose #F547BD
Tints of Razzle Dazzle Rose #F547BD
RGB
CMYK
RGB Variations
Color information
#F547BD (or 0xF547BD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 47 and BD. RGB value is (245,71,189). Sum of RGB (Red+Green+Blue) = 245+71+189=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F547BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F547BD is #0AB842. Grayscale: #888888. Windows color (decimal): -702531 or 12404725. OLE color: 12404725.
HSL color Cylindrical-coordinate representation of color #F547BD: hue angle of 319.31º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F547BD is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 189 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.04 |
| HSL | 319.31º | 0.9% | 0.62% | - |
| HSV(B) | 319.31º | 0.71% | 0.96% | - |
| XYZ | 49.09 | 27.59 | 50.88 | - |
| YUV | 136.48 | 157.65 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 189 | 0 | 0.71 | 0.23 | 0.04 | 319.31 | 0.9 | 0.62 |
| Hex | F5 | 47 | BD | 0 | 47 | 17 | 4 | 13F | 5A | 3E |
| Octal | 365 | 107 | 275 | 0 | 107 | 27 | 4 | 477 | 132 | 76 |
| Binary | 11110101 | 1000111 | 10111101 | 0 | 1000111 | 10111 | 100 | 100111111 | 1011010 | 111110 |
Color Harmonies of #F547BD
Complementary color
Monochromatic Colors of #F547BD
Black with #F547BD
Text Example
Text Example
White with #F547BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F547BD; }
p { color: rgb(245,71,189); }
H1.HeaderClassName
{
color: #F547BD;
}
.AnyTagClassName
{
color: #F547BD;
}
</style>
background-color css
<style>
a { background-color: #F547BD; }
a { background-color: rgb(245,71,189); }
div.DivClassName
{
background-color: #F547BD;
}
.BgClassName
{
background-color: #F547BD;
}
</style>
border-color css
<style>
span { border-color: #F547BD; }
span { border-color: rgb(245,71,189); }
td.TdClassName
{
border-color: #F547BD;
}
.TagClassName
{
border-color: #F547BD;
}
</style>