Shades of Shocking #F491BD
Tints of Shocking #F491BD
RGB
CMYK
RGB Variations
Color information
#F491BD (or 0xF491BD) is known color: Shocking. HEX triplet: F4, 91 and BD. RGB value is (244,145,189). Sum of RGB (Red+Green+Blue) = 244+145+189=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F491BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491BD is #0B6E42. Grayscale: #B3B3B3. Windows color (decimal): -749123 or 12423668. OLE color: 12423668.
HSL color Cylindrical-coordinate representation of color #F491BD: hue angle of 333.33º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F491BD is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 189 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.04 |
| HSL | 333.33º | 0.82% | 0.76% | - |
| HSV(B) | 333.33º | 0.41% | 0.96% | - |
| XYZ | 56.62 | 43.16 | 53.49 | - |
| YUV | 179.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 189 | 0 | 0.41 | 0.23 | 0.04 | 333.33 | 0.82 | 0.76 |
| Hex | F4 | 91 | BD | 0 | 29 | 17 | 4 | 14D | 52 | 4C |
| Octal | 364 | 221 | 275 | 0 | 51 | 27 | 4 | 515 | 122 | 114 |
| Binary | 11110100 | 10010001 | 10111101 | 0 | 101001 | 10111 | 100 | 101001101 | 1010010 | 1001100 |
Color Harmonies of #F491BD
Complementary color
Monochromatic Colors of #F491BD
Black with #F491BD
Text Example
Text Example
White with #F491BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F491BD; }
p { color: rgb(244,145,189); }
H1.HeaderClassName
{
color: #F491BD;
}
.AnyTagClassName
{
color: #F491BD;
}
</style>
background-color css
<style>
a { background-color: #F491BD; }
a { background-color: rgb(244,145,189); }
div.DivClassName
{
background-color: #F491BD;
}
.BgClassName
{
background-color: #F491BD;
}
</style>
border-color css
<style>
span { border-color: #F491BD; }
span { border-color: rgb(244,145,189); }
td.TdClassName
{
border-color: #F491BD;
}
.TagClassName
{
border-color: #F491BD;
}
</style>