Shades of Razzle Dazzle Rose #F040BA
Tints of Razzle Dazzle Rose #F040BA
RGB
CMYK
RGB Variations
Color information
#F040BA (or 0xF040BA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and BA. RGB value is (240,64,186). Sum of RGB (Red+Green+Blue) = 240+64+186=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F040BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040BA is #0FBF45. Grayscale: #828282. Windows color (decimal): -1032006 or 12206320. OLE color: 12206320.
HSL color Cylindrical-coordinate representation of color #F040BA: hue angle of 318.41º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F040BA is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 186 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.06 |
| HSL | 318.41º | 0.85% | 0.6% | - |
| HSV(B) | 318.41º | 0.73% | 0.94% | - |
| XYZ | 46.63 | 25.74 | 48.96 | - |
| YUV | 130.53 | 159.31 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 186 | 0 | 0.73 | 0.22 | 0.06 | 318.41 | 0.85 | 0.6 |
| Hex | F0 | 40 | BA | 0 | 49 | 16 | 6 | 13E | 55 | 3C |
| Octal | 360 | 100 | 272 | 0 | 111 | 26 | 6 | 476 | 125 | 74 |
| Binary | 11110000 | 1000000 | 10111010 | 0 | 1001001 | 10110 | 110 | 100111110 | 1010101 | 111100 |
Color Harmonies of #F040BA
Complementary color
Monochromatic Colors of #F040BA
Black with #F040BA
Text Example
Text Example
White with #F040BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040BA; }
p { color: rgb(240,64,186); }
H1.HeaderClassName
{
color: #F040BA;
}
.AnyTagClassName
{
color: #F040BA;
}
</style>
background-color css
<style>
a { background-color: #F040BA; }
a { background-color: rgb(240,64,186); }
div.DivClassName
{
background-color: #F040BA;
}
.BgClassName
{
background-color: #F040BA;
}
</style>
border-color css
<style>
span { border-color: #F040BA; }
span { border-color: rgb(240,64,186); }
td.TdClassName
{
border-color: #F040BA;
}
.TagClassName
{
border-color: #F040BA;
}
</style>