Shades of Razzle Dazzle Rose #F540B5
Tints of Razzle Dazzle Rose #F540B5
RGB
CMYK
RGB Variations
Color information
#F540B5 (or 0xF540B5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 40 and B5. RGB value is (245,64,181). Sum of RGB (Red+Green+Blue) = 245+64+181=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F540B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540B5 is #0ABF4A. Grayscale: #838383. Windows color (decimal): -704331 or 11878645. OLE color: 11878645.
HSL color Cylindrical-coordinate representation of color #F540B5: hue angle of 321.22º 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 #F540B5 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 181 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.04 |
| HSL | 321.22º | 0.9% | 0.61% | - |
| HSV(B) | 321.22º | 0.74% | 0.96% | - |
| XYZ | 47.83 | 26.42 | 46.29 | - |
| YUV | 131.46 | 155.97 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 181 | 0 | 0.74 | 0.26 | 0.04 | 321.22 | 0.9 | 0.61 |
| Hex | F5 | 40 | B5 | 0 | 4A | 1A | 4 | 141 | 5A | 3D |
| Octal | 365 | 100 | 265 | 0 | 112 | 32 | 4 | 501 | 132 | 75 |
| Binary | 11110101 | 1000000 | 10110101 | 0 | 1001010 | 11010 | 100 | 101000001 | 1011010 | 111101 |
Color Harmonies of #F540B5
Complementary color
Monochromatic Colors of #F540B5
Black with #F540B5
Text Example
Text Example
White with #F540B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540B5; }
p { color: rgb(245,64,181); }
H1.HeaderClassName
{
color: #F540B5;
}
.AnyTagClassName
{
color: #F540B5;
}
</style>
background-color css
<style>
a { background-color: #F540B5; }
a { background-color: rgb(245,64,181); }
div.DivClassName
{
background-color: #F540B5;
}
.BgClassName
{
background-color: #F540B5;
}
</style>
border-color css
<style>
span { border-color: #F540B5; }
span { border-color: rgb(245,64,181); }
td.TdClassName
{
border-color: #F540B5;
}
.TagClassName
{
border-color: #F540B5;
}
</style>