Shades of Razzle Dazzle Rose #F540DF
Tints of Razzle Dazzle Rose #F540DF
RGB
CMYK
RGB Variations
Color information
#F540DF (or 0xF540DF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 40 and DF. RGB value is (245,64,223). Sum of RGB (Red+Green+Blue) = 245+64+223=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 64 (25.39% from 255 or 12.03% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F540DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540DF is #0ABF20. Grayscale: #878787. Windows color (decimal): -704289 or 14631157. OLE color: 14631157.
HSL color Cylindrical-coordinate representation of color #F540DF: hue angle of 307.29º 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 #F540DF is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 223 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.04 |
| HSL | 307.29º | 0.9% | 0.61% | - |
| HSV(B) | 307.29º | 0.74% | 0.96% | - |
| XYZ | 52.81 | 28.41 | 72.51 | - |
| YUV | 136.25 | 176.97 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 223 | 0 | 0.74 | 0.09 | 0.04 | 307.29 | 0.9 | 0.61 |
| Hex | F5 | 40 | DF | 0 | 4A | 9 | 4 | 133 | 5A | 3D |
| Octal | 365 | 100 | 337 | 0 | 112 | 11 | 4 | 463 | 132 | 75 |
| Binary | 11110101 | 1000000 | 11011111 | 0 | 1001010 | 1001 | 100 | 100110011 | 1011010 | 111101 |
Color Harmonies of #F540DF
Complementary color
Monochromatic Colors of #F540DF
Black with #F540DF
Text Example
Text Example
White with #F540DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540DF; }
p { color: rgb(245,64,223); }
H1.HeaderClassName
{
color: #F540DF;
}
.AnyTagClassName
{
color: #F540DF;
}
</style>
background-color css
<style>
a { background-color: #F540DF; }
a { background-color: rgb(245,64,223); }
div.DivClassName
{
background-color: #F540DF;
}
.BgClassName
{
background-color: #F540DF;
}
</style>
border-color css
<style>
span { border-color: #F540DF; }
span { border-color: rgb(245,64,223); }
td.TdClassName
{
border-color: #F540DF;
}
.TagClassName
{
border-color: #F540DF;
}
</style>