Shades of Shocking #F69ABC
Tints of Shocking #F69ABC
RGB
CMYK
RGB Variations
Color information
#F69ABC (or 0xF69ABC) is known color: Shocking. HEX triplet: F6, 9A and BC. RGB value is (246,154,188). Sum of RGB (Red+Green+Blue) = 246+154+188=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ABC is #096543. Grayscale: #B9B9B9. Windows color (decimal): -615748 or 12360438. OLE color: 12360438.
HSL color Cylindrical-coordinate representation of color #F69ABC: hue angle of 337.83º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69ABC is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 188 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.04 |
| HSL | 337.83º | 0.84% | 0.78% | - |
| HSV(B) | 337.83º | 0.37% | 0.96% | - |
| XYZ | 58.64 | 46.33 | 53.43 | - |
| YUV | 185.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 188 | 0 | 0.37 | 0.24 | 0.04 | 337.83 | 0.84 | 0.78 |
| Hex | F6 | 9A | BC | 0 | 25 | 18 | 4 | 152 | 54 | 4E |
| Octal | 366 | 232 | 274 | 0 | 45 | 30 | 4 | 522 | 124 | 116 |
| Binary | 11110110 | 10011010 | 10111100 | 0 | 100101 | 11000 | 100 | 101010010 | 1010100 | 1001110 |
Color Harmonies of #F69ABC
Complementary color
Monochromatic Colors of #F69ABC
Black with #F69ABC
Text Example
Text Example
White with #F69ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69ABC; }
p { color: rgb(246,154,188); }
H1.HeaderClassName
{
color: #F69ABC;
}
.AnyTagClassName
{
color: #F69ABC;
}
</style>
background-color css
<style>
a { background-color: #F69ABC; }
a { background-color: rgb(246,154,188); }
div.DivClassName
{
background-color: #F69ABC;
}
.BgClassName
{
background-color: #F69ABC;
}
</style>
border-color css
<style>
span { border-color: #F69ABC; }
span { border-color: rgb(246,154,188); }
td.TdClassName
{
border-color: #F69ABC;
}
.TagClassName
{
border-color: #F69ABC;
}
</style>