Shades of Razzle Dazzle Rose #F548BD
Tints of Razzle Dazzle Rose #F548BD
RGB
CMYK
RGB Variations
Color information
#F548BD (or 0xF548BD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 48 and BD. RGB value is (245,72,189). Sum of RGB (Red+Green+Blue) = 245+72+189=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F548BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F548BD is #0AB742. Grayscale: #888888. Windows color (decimal): -702275 or 12404981. OLE color: 12404981.
HSL color Cylindrical-coordinate representation of color #F548BD: hue angle of 319.42º 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 #F548BD is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 189 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.04 |
| HSL | 319.42º | 0.9% | 0.62% | - |
| HSV(B) | 319.42º | 0.71% | 0.96% | - |
| XYZ | 49.16 | 27.72 | 50.9 | - |
| YUV | 137.07 | 157.31 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 189 | 0 | 0.71 | 0.23 | 0.04 | 319.42 | 0.9 | 0.62 |
| Hex | F5 | 48 | BD | 0 | 47 | 17 | 4 | 13F | 5A | 3E |
| Octal | 365 | 110 | 275 | 0 | 107 | 27 | 4 | 477 | 132 | 76 |
| Binary | 11110101 | 1001000 | 10111101 | 0 | 1000111 | 10111 | 100 | 100111111 | 1011010 | 111110 |
Color Harmonies of #F548BD
Complementary color
Monochromatic Colors of #F548BD
Black with #F548BD
Text Example
Text Example
White with #F548BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F548BD; }
p { color: rgb(245,72,189); }
H1.HeaderClassName
{
color: #F548BD;
}
.AnyTagClassName
{
color: #F548BD;
}
</style>
background-color css
<style>
a { background-color: #F548BD; }
a { background-color: rgb(245,72,189); }
div.DivClassName
{
background-color: #F548BD;
}
.BgClassName
{
background-color: #F548BD;
}
</style>
border-color css
<style>
span { border-color: #F548BD; }
span { border-color: rgb(245,72,189); }
td.TdClassName
{
border-color: #F548BD;
}
.TagClassName
{
border-color: #F548BD;
}
</style>