Shades of Razzle Dazzle Rose #F540BD
Tints of Razzle Dazzle Rose #F540BD
RGB
CMYK
RGB Variations
Color information
#F540BD (or 0xF540BD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 40 and BD. RGB value is (245,64,189). Sum of RGB (Red+Green+Blue) = 245+64+189=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F540BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540BD is #0ABF42. Grayscale: #848484. Windows color (decimal): -704323 or 12402933. OLE color: 12402933.
HSL color Cylindrical-coordinate representation of color #F540BD: hue angle of 318.56º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F540BD is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 189 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.04 |
| HSL | 318.56º | 0.9% | 0.61% | - |
| HSV(B) | 318.56º | 0.74% | 0.96% | - |
| XYZ | 48.67 | 26.75 | 50.74 | - |
| YUV | 132.37 | 159.97 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 189 | 0 | 0.74 | 0.23 | 0.04 | 318.56 | 0.9 | 0.61 |
| Hex | F5 | 40 | BD | 0 | 4A | 17 | 4 | 13F | 5A | 3D |
| Octal | 365 | 100 | 275 | 0 | 112 | 27 | 4 | 477 | 132 | 75 |
| Binary | 11110101 | 1000000 | 10111101 | 0 | 1001010 | 10111 | 100 | 100111111 | 1011010 | 111101 |
Color Harmonies of #F540BD
Complementary color
Monochromatic Colors of #F540BD
Black with #F540BD
Text Example
Text Example
White with #F540BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540BD; }
p { color: rgb(245,64,189); }
H1.HeaderClassName
{
color: #F540BD;
}
.AnyTagClassName
{
color: #F540BD;
}
</style>
background-color css
<style>
a { background-color: #F540BD; }
a { background-color: rgb(245,64,189); }
div.DivClassName
{
background-color: #F540BD;
}
.BgClassName
{
background-color: #F540BD;
}
</style>
border-color css
<style>
span { border-color: #F540BD; }
span { border-color: rgb(245,64,189); }
td.TdClassName
{
border-color: #F540BD;
}
.TagClassName
{
border-color: #F540BD;
}
</style>