Shades of Razzle Dazzle Rose #F030BA
Tints of Razzle Dazzle Rose #F030BA
RGB
CMYK
RGB Variations
Color information
#F030BA (or 0xF030BA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 30 and BA. RGB value is (240,48,186). Sum of RGB (Red+Green+Blue) = 240+48+186=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F030BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F030BA is #0FCF45. Grayscale: #787878. Windows color (decimal): -1036102 or 12202224. OLE color: 12202224.
HSL color Cylindrical-coordinate representation of color #F030BA: hue angle of 316.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F030BA is Cyan = 0, Magento = 0.8, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 186 | - |
| CMYK | 0 | 0.8 | 0.22 | 0.06 |
| HSL | 316.88º | 0.86% | 0.56% | - |
| HSV(B) | 316.88º | 0.8% | 0.94% | - |
| XYZ | 45.86 | 24.18 | 48.71 | - |
| YUV | 121.14 | 164.61 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 186 | 0 | 0.8 | 0.22 | 0.06 | 316.88 | 0.86 | 0.56 |
| Hex | F0 | 30 | BA | 0 | 50 | 16 | 6 | 13D | 56 | 38 |
| Octal | 360 | 60 | 272 | 0 | 120 | 26 | 6 | 475 | 126 | 70 |
| Binary | 11110000 | 110000 | 10111010 | 0 | 1010000 | 10110 | 110 | 100111101 | 1010110 | 111000 |
Color Harmonies of #F030BA
Complementary color
Monochromatic Colors of #F030BA
Black with #F030BA
Text Example
Text Example
White with #F030BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F030BA; }
p { color: rgb(240,48,186); }
H1.HeaderClassName
{
color: #F030BA;
}
.AnyTagClassName
{
color: #F030BA;
}
</style>
background-color css
<style>
a { background-color: #F030BA; }
a { background-color: rgb(240,48,186); }
div.DivClassName
{
background-color: #F030BA;
}
.BgClassName
{
background-color: #F030BA;
}
</style>
border-color css
<style>
span { border-color: #F030BA; }
span { border-color: rgb(240,48,186); }
td.TdClassName
{
border-color: #F030BA;
}
.TagClassName
{
border-color: #F030BA;
}
</style>