Shades of Shocking #F693BD
Tints of Shocking #F693BD
RGB
CMYK
RGB Variations
Color information
#F693BD (or 0xF693BD) is known color: Shocking. HEX triplet: F6, 93 and BD. RGB value is (246,147,189). Sum of RGB (Red+Green+Blue) = 246+147+189=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F693BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693BD is #096C42. Grayscale: #B5B5B5. Windows color (decimal): -617539 or 12424182. OLE color: 12424182.
HSL color Cylindrical-coordinate representation of color #F693BD: hue angle of 334.55º 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 #F693BD is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 147 | 189 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.04 |
| HSL | 334.55º | 0.85% | 0.77% | - |
| HSV(B) | 334.55º | 0.4% | 0.96% | - |
| XYZ | 57.63 | 44.13 | 53.63 | - |
| YUV | 181.39 | 132.3 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 147 | 189 | 0 | 0.40 | 0.23 | 0.04 | 334.55 | 0.85 | 0.77 |
| Hex | F6 | 93 | BD | 0 | 28 | 17 | 4 | 14F | 55 | 4D |
| Octal | 366 | 223 | 275 | 0 | 50 | 27 | 4 | 517 | 125 | 115 |
| Binary | 11110110 | 10010011 | 10111101 | 0 | 101000 | 10111 | 100 | 101001111 | 1010101 | 1001101 |
Color Harmonies of #F693BD
Complementary color
Monochromatic Colors of #F693BD
Black with #F693BD
Text Example
Text Example
White with #F693BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F693BD; }
p { color: rgb(246,147,189); }
H1.HeaderClassName
{
color: #F693BD;
}
.AnyTagClassName
{
color: #F693BD;
}
</style>
background-color css
<style>
a { background-color: #F693BD; }
a { background-color: rgb(246,147,189); }
div.DivClassName
{
background-color: #F693BD;
}
.BgClassName
{
background-color: #F693BD;
}
</style>
border-color css
<style>
span { border-color: #F693BD; }
span { border-color: rgb(246,147,189); }
td.TdClassName
{
border-color: #F693BD;
}
.TagClassName
{
border-color: #F693BD;
}
</style>