Shades of Shocking #F694BD
Tints of Shocking #F694BD
RGB
CMYK
RGB Variations
Color information
#F694BD (or 0xF694BD) is known color: Shocking. HEX triplet: F6, 94 and BD. RGB value is (246,148,189). Sum of RGB (Red+Green+Blue) = 246+148+189=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F694BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694BD is #096B42. Grayscale: #B5B5B5. Windows color (decimal): -617283 or 12424438. OLE color: 12424438.
HSL color Cylindrical-coordinate representation of color #F694BD: hue angle of 334.9º degrees, saturation: 0.84, 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 #F694BD is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 189 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.04 |
| HSL | 334.9º | 0.84% | 0.77% | - |
| HSV(B) | 334.9º | 0.4% | 0.96% | - |
| XYZ | 57.78 | 44.45 | 53.68 | - |
| YUV | 181.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 189 | 0 | 0.40 | 0.23 | 0.04 | 334.9 | 0.84 | 0.77 |
| Hex | F6 | 94 | BD | 0 | 28 | 17 | 4 | 14F | 54 | 4D |
| Octal | 366 | 224 | 275 | 0 | 50 | 27 | 4 | 517 | 124 | 115 |
| Binary | 11110110 | 10010100 | 10111101 | 0 | 101000 | 10111 | 100 | 101001111 | 1010100 | 1001101 |
Color Harmonies of #F694BD
Complementary color
Monochromatic Colors of #F694BD
Black with #F694BD
Text Example
Text Example
White with #F694BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694BD; }
p { color: rgb(246,148,189); }
H1.HeaderClassName
{
color: #F694BD;
}
.AnyTagClassName
{
color: #F694BD;
}
</style>
background-color css
<style>
a { background-color: #F694BD; }
a { background-color: rgb(246,148,189); }
div.DivClassName
{
background-color: #F694BD;
}
.BgClassName
{
background-color: #F694BD;
}
</style>
border-color css
<style>
span { border-color: #F694BD; }
span { border-color: rgb(246,148,189); }
td.TdClassName
{
border-color: #F694BD;
}
.TagClassName
{
border-color: #F694BD;
}
</style>