Shades of Razzle Dazzle Rose #F630BA
Tints of Razzle Dazzle Rose #F630BA
RGB
CMYK
RGB Variations
Color information
#F630BA (or 0xF630BA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 30 and BA. RGB value is (246,48,186). Sum of RGB (Red+Green+Blue) = 246+48+186=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 48 (19.14% from 255 or 10% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F630BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F630BA is #09CF45. Grayscale: #7A7A7A. Windows color (decimal): -642886 or 12202230. OLE color: 12202230.
HSL color Cylindrical-coordinate representation of color #F630BA: hue angle of 318.18º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F630BA is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 186 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.04 |
| HSL | 318.18º | 0.92% | 0.58% | - |
| HSV(B) | 318.18º | 0.8% | 0.96% | - |
| XYZ | 47.93 | 25.25 | 48.8 | - |
| YUV | 122.93 | 163.6 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 186 | 0 | 0.80 | 0.24 | 0.04 | 318.18 | 0.92 | 0.58 |
| Hex | F6 | 30 | BA | 0 | 50 | 18 | 4 | 13E | 5C | 3A |
| Octal | 366 | 60 | 272 | 0 | 120 | 30 | 4 | 476 | 134 | 72 |
| Binary | 11110110 | 110000 | 10111010 | 0 | 1010000 | 11000 | 100 | 100111110 | 1011100 | 111010 |
Color Harmonies of #F630BA
Complementary color
Monochromatic Colors of #F630BA
Black with #F630BA
Text Example
Text Example
White with #F630BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F630BA; }
p { color: rgb(246,48,186); }
H1.HeaderClassName
{
color: #F630BA;
}
.AnyTagClassName
{
color: #F630BA;
}
</style>
background-color css
<style>
a { background-color: #F630BA; }
a { background-color: rgb(246,48,186); }
div.DivClassName
{
background-color: #F630BA;
}
.BgClassName
{
background-color: #F630BA;
}
</style>
border-color css
<style>
span { border-color: #F630BA; }
span { border-color: rgb(246,48,186); }
td.TdClassName
{
border-color: #F630BA;
}
.TagClassName
{
border-color: #F630BA;
}
</style>