Shades of Shocking #F69BC5
Tints of Shocking #F69BC5
RGB
CMYK
RGB Variations
Color information
#F69BC5 (or 0xF69BC5) is known color: Shocking. HEX triplet: F6, 9B and C5. RGB value is (246,155,197). Sum of RGB (Red+Green+Blue) = 246+155+197=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BC5 is #09643A. Grayscale: #BABABA. Windows color (decimal): -615483 or 12950518. OLE color: 12950518.
HSL color Cylindrical-coordinate representation of color #F69BC5: hue angle of 332.31º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69BC5 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 197 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.04 |
| HSL | 332.31º | 0.83% | 0.79% | - |
| HSV(B) | 332.31º | 0.37% | 0.96% | - |
| XYZ | 59.81 | 47.07 | 58.76 | - |
| YUV | 187 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 197 | 0 | 0.37 | 0.20 | 0.04 | 332.31 | 0.83 | 0.79 |
| Hex | F6 | 9B | C5 | 0 | 25 | 14 | 4 | 14C | 53 | 4F |
| Octal | 366 | 233 | 305 | 0 | 45 | 24 | 4 | 514 | 123 | 117 |
| Binary | 11110110 | 10011011 | 11000101 | 0 | 100101 | 10100 | 100 | 101001100 | 1010011 | 1001111 |
Color Harmonies of #F69BC5
Complementary color
Monochromatic Colors of #F69BC5
Black with #F69BC5
Text Example
Text Example
White with #F69BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69BC5; }
p { color: rgb(246,155,197); }
H1.HeaderClassName
{
color: #F69BC5;
}
.AnyTagClassName
{
color: #F69BC5;
}
</style>
background-color css
<style>
a { background-color: #F69BC5; }
a { background-color: rgb(246,155,197); }
div.DivClassName
{
background-color: #F69BC5;
}
.BgClassName
{
background-color: #F69BC5;
}
</style>
border-color css
<style>
span { border-color: #F69BC5; }
span { border-color: rgb(246,155,197); }
td.TdClassName
{
border-color: #F69BC5;
}
.TagClassName
{
border-color: #F69BC5;
}
</style>