Shades of Razzle Dazzle Rose #F540B9
Tints of Razzle Dazzle Rose #F540B9
RGB
CMYK
RGB Variations
Color information
#F540B9 (or 0xF540B9) is known color: Razzle Dazzle Rose. HEX triplet: F5, 40 and B9. RGB value is (245,64,185). Sum of RGB (Red+Green+Blue) = 245+64+185=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F540B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540B9 is #0ABF46. Grayscale: #838383. Windows color (decimal): -704327 or 12140789. OLE color: 12140789.
HSL color Cylindrical-coordinate representation of color #F540B9: hue angle of 319.89º 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 #F540B9 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 185 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.04 |
| HSL | 319.89º | 0.9% | 0.61% | - |
| HSV(B) | 319.89º | 0.74% | 0.96% | - |
| XYZ | 48.25 | 26.58 | 48.49 | - |
| YUV | 131.91 | 157.97 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 185 | 0 | 0.74 | 0.24 | 0.04 | 319.89 | 0.9 | 0.61 |
| Hex | F5 | 40 | B9 | 0 | 4A | 18 | 4 | 140 | 5A | 3D |
| Octal | 365 | 100 | 271 | 0 | 112 | 30 | 4 | 500 | 132 | 75 |
| Binary | 11110101 | 1000000 | 10111001 | 0 | 1001010 | 11000 | 100 | 101000000 | 1011010 | 111101 |
Color Harmonies of #F540B9
Complementary color
Monochromatic Colors of #F540B9
Black with #F540B9
Text Example
Text Example
White with #F540B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540B9; }
p { color: rgb(245,64,185); }
H1.HeaderClassName
{
color: #F540B9;
}
.AnyTagClassName
{
color: #F540B9;
}
</style>
background-color css
<style>
a { background-color: #F540B9; }
a { background-color: rgb(245,64,185); }
div.DivClassName
{
background-color: #F540B9;
}
.BgClassName
{
background-color: #F540B9;
}
</style>
border-color css
<style>
span { border-color: #F540B9; }
span { border-color: rgb(245,64,185); }
td.TdClassName
{
border-color: #F540B9;
}
.TagClassName
{
border-color: #F540B9;
}
</style>