Shades of Shocking #F69BBD
Tints of Shocking #F69BBD
RGB
CMYK
RGB Variations
Color information
#F69BBD (or 0xF69BBD) is known color: Shocking. HEX triplet: F6, 9B and BD. RGB value is (246,155,189). Sum of RGB (Red+Green+Blue) = 246+155+189=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BBD is #096442. Grayscale: #BABABA. Windows color (decimal): -615491 or 12426230. OLE color: 12426230.
HSL color Cylindrical-coordinate representation of color #F69BBD: hue angle of 337.58º 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 #F69BBD is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 189 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.04 |
| HSL | 337.58º | 0.83% | 0.79% | - |
| HSV(B) | 337.58º | 0.37% | 0.96% | - |
| XYZ | 58.91 | 46.71 | 54.05 | - |
| YUV | 186.09 | 129.65 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 189 | 0 | 0.37 | 0.23 | 0.04 | 337.58 | 0.83 | 0.79 |
| Hex | F6 | 9B | BD | 0 | 25 | 17 | 4 | 152 | 53 | 4F |
| Octal | 366 | 233 | 275 | 0 | 45 | 27 | 4 | 522 | 123 | 117 |
| Binary | 11110110 | 10011011 | 10111101 | 0 | 100101 | 10111 | 100 | 101010010 | 1010011 | 1001111 |
Color Harmonies of #F69BBD
Complementary color
Monochromatic Colors of #F69BBD
Black with #F69BBD
Text Example
Text Example
White with #F69BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69BBD; }
p { color: rgb(246,155,189); }
H1.HeaderClassName
{
color: #F69BBD;
}
.AnyTagClassName
{
color: #F69BBD;
}
</style>
background-color css
<style>
a { background-color: #F69BBD; }
a { background-color: rgb(246,155,189); }
div.DivClassName
{
background-color: #F69BBD;
}
.BgClassName
{
background-color: #F69BBD;
}
</style>
border-color css
<style>
span { border-color: #F69BBD; }
span { border-color: rgb(246,155,189); }
td.TdClassName
{
border-color: #F69BBD;
}
.TagClassName
{
border-color: #F69BBD;
}
</style>