Shades of Shocking #F59ACB
Tints of Shocking #F59ACB
RGB
CMYK
RGB Variations
Color information
#F59ACB (or 0xF59ACB) is known color: Shocking. HEX triplet: F5, 9A and CB. RGB value is (245,154,203). Sum of RGB (Red+Green+Blue) = 245+154+203=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ACB is #0A6534. Grayscale: #BABABA. Windows color (decimal): -681269 or 13343477. OLE color: 13343477.
HSL color Cylindrical-coordinate representation of color #F59ACB: hue angle of 327.69º degrees, saturation: 0.82, 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 #F59ACB is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 203 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.04 |
| HSL | 327.69º | 0.82% | 0.78% | - |
| HSV(B) | 327.69º | 0.37% | 0.96% | - |
| XYZ | 59.99 | 46.84 | 62.38 | - |
| YUV | 186.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 203 | 0 | 0.37 | 0.17 | 0.04 | 327.69 | 0.82 | 0.78 |
| Hex | F5 | 9A | CB | 0 | 25 | 11 | 4 | 148 | 52 | 4E |
| Octal | 365 | 232 | 313 | 0 | 45 | 21 | 4 | 510 | 122 | 116 |
| Binary | 11110101 | 10011010 | 11001011 | 0 | 100101 | 10001 | 100 | 101001000 | 1010010 | 1001110 |
Color Harmonies of #F59ACB
Complementary color
Monochromatic Colors of #F59ACB
Black with #F59ACB
Text Example
Text Example
White with #F59ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59ACB; }
p { color: rgb(245,154,203); }
H1.HeaderClassName
{
color: #F59ACB;
}
.AnyTagClassName
{
color: #F59ACB;
}
</style>
background-color css
<style>
a { background-color: #F59ACB; }
a { background-color: rgb(245,154,203); }
div.DivClassName
{
background-color: #F59ACB;
}
.BgClassName
{
background-color: #F59ACB;
}
</style>
border-color css
<style>
span { border-color: #F59ACB; }
span { border-color: rgb(245,154,203); }
td.TdClassName
{
border-color: #F59ACB;
}
.TagClassName
{
border-color: #F59ACB;
}
</style>