Shades of Shocking #F693BA
Tints of Shocking #F693BA
RGB
CMYK
RGB Variations
Color information
#F693BA (or 0xF693BA) is known color: Shocking. HEX triplet: F6, 93 and BA. RGB value is (246,147,186). Sum of RGB (Red+Green+Blue) = 246+147+186=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F693BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693BA is #096C45. Grayscale: #B4B4B4. Windows color (decimal): -617542 or 12227574. OLE color: 12227574.
HSL color Cylindrical-coordinate representation of color #F693BA: hue angle of 336.36º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F693BA is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 147 | 186 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.04 |
| HSL | 336.36º | 0.85% | 0.77% | - |
| HSV(B) | 336.36º | 0.4% | 0.96% | - |
| XYZ | 57.3 | 44.01 | 51.93 | - |
| YUV | 181.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 147 | 186 | 0 | 0.40 | 0.24 | 0.04 | 336.36 | 0.85 | 0.77 |
| Hex | F6 | 93 | BA | 0 | 28 | 18 | 4 | 150 | 55 | 4D |
| Octal | 366 | 223 | 272 | 0 | 50 | 30 | 4 | 520 | 125 | 115 |
| Binary | 11110110 | 10010011 | 10111010 | 0 | 101000 | 11000 | 100 | 101010000 | 1010101 | 1001101 |
Color Harmonies of #F693BA
Complementary color
Monochromatic Colors of #F693BA
Black with #F693BA
Text Example
Text Example
White with #F693BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F693BA; }
p { color: rgb(246,147,186); }
H1.HeaderClassName
{
color: #F693BA;
}
.AnyTagClassName
{
color: #F693BA;
}
</style>
background-color css
<style>
a { background-color: #F693BA; }
a { background-color: rgb(246,147,186); }
div.DivClassName
{
background-color: #F693BA;
}
.BgClassName
{
background-color: #F693BA;
}
</style>
border-color css
<style>
span { border-color: #F693BA; }
span { border-color: rgb(246,147,186); }
td.TdClassName
{
border-color: #F693BA;
}
.TagClassName
{
border-color: #F693BA;
}
</style>