Shades of Razzle Dazzle Rose #F030BC
Tints of Razzle Dazzle Rose #F030BC
RGB
CMYK
RGB Variations
Color information
#F030BC (or 0xF030BC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 30 and BC. RGB value is (240,48,188). Sum of RGB (Red+Green+Blue) = 240+48+188=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F030BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F030BC is #0FCF43. Grayscale: #797979. Windows color (decimal): -1036100 or 12333296. OLE color: 12333296.
HSL color Cylindrical-coordinate representation of color #F030BC: hue angle of 316.25º 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 #F030BC is Cyan = 0, Magento = 0.8, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 188 | - |
| CMYK | 0 | 0.8 | 0.22 | 0.06 |
| HSL | 316.25º | 0.86% | 0.56% | - |
| HSV(B) | 316.25º | 0.8% | 0.94% | - |
| XYZ | 46.07 | 24.27 | 49.83 | - |
| YUV | 121.37 | 165.61 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 188 | 0 | 0.8 | 0.22 | 0.06 | 316.25 | 0.86 | 0.56 |
| Hex | F0 | 30 | BC | 0 | 50 | 16 | 6 | 13C | 56 | 38 |
| Octal | 360 | 60 | 274 | 0 | 120 | 26 | 6 | 474 | 126 | 70 |
| Binary | 11110000 | 110000 | 10111100 | 0 | 1010000 | 10110 | 110 | 100111100 | 1010110 | 111000 |
Color Harmonies of #F030BC
Complementary color
Monochromatic Colors of #F030BC
Black with #F030BC
Text Example
Text Example
White with #F030BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F030BC; }
p { color: rgb(240,48,188); }
H1.HeaderClassName
{
color: #F030BC;
}
.AnyTagClassName
{
color: #F030BC;
}
</style>
background-color css
<style>
a { background-color: #F030BC; }
a { background-color: rgb(240,48,188); }
div.DivClassName
{
background-color: #F030BC;
}
.BgClassName
{
background-color: #F030BC;
}
</style>
border-color css
<style>
span { border-color: #F030BC; }
span { border-color: rgb(240,48,188); }
td.TdClassName
{
border-color: #F030BC;
}
.TagClassName
{
border-color: #F030BC;
}
</style>