Shades of Razzle Dazzle Rose #F043BA
Tints of Razzle Dazzle Rose #F043BA
RGB
CMYK
RGB Variations
Color information
#F043BA (or 0xF043BA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 43 and BA. RGB value is (240,67,186). Sum of RGB (Red+Green+Blue) = 240+67+186=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F043BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F043BA is #0FBC45. Grayscale: #838383. Windows color (decimal): -1031238 or 12207088. OLE color: 12207088.
HSL color Cylindrical-coordinate representation of color #F043BA: hue angle of 318.73º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F043BA is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 186 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.06 |
| HSL | 318.73º | 0.85% | 0.6% | - |
| HSV(B) | 318.73º | 0.72% | 0.94% | - |
| XYZ | 46.81 | 26.08 | 49.02 | - |
| YUV | 132.29 | 158.31 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 186 | 0 | 0.72 | 0.22 | 0.06 | 318.73 | 0.85 | 0.6 |
| Hex | F0 | 43 | BA | 0 | 48 | 16 | 6 | 13F | 55 | 3C |
| Octal | 360 | 103 | 272 | 0 | 110 | 26 | 6 | 477 | 125 | 74 |
| Binary | 11110000 | 1000011 | 10111010 | 0 | 1001000 | 10110 | 110 | 100111111 | 1010101 | 111100 |
Color Harmonies of #F043BA
Complementary color
Monochromatic Colors of #F043BA
Black with #F043BA
Text Example
Text Example
White with #F043BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F043BA; }
p { color: rgb(240,67,186); }
H1.HeaderClassName
{
color: #F043BA;
}
.AnyTagClassName
{
color: #F043BA;
}
</style>
background-color css
<style>
a { background-color: #F043BA; }
a { background-color: rgb(240,67,186); }
div.DivClassName
{
background-color: #F043BA;
}
.BgClassName
{
background-color: #F043BA;
}
</style>
border-color css
<style>
span { border-color: #F043BA; }
span { border-color: rgb(240,67,186); }
td.TdClassName
{
border-color: #F043BA;
}
.TagClassName
{
border-color: #F043BA;
}
</style>