Shades of Shocking #F490BD
Tints of Shocking #F490BD
RGB
CMYK
RGB Variations
Color information
#F490BD (or 0xF490BD) is known color: Shocking. HEX triplet: F4, 90 and BD. RGB value is (244,144,189). Sum of RGB (Red+Green+Blue) = 244+144+189=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F490BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490BD is #0B6F42. Grayscale: #B2B2B2. Windows color (decimal): -749379 or 12423412. OLE color: 12423412.
HSL color Cylindrical-coordinate representation of color #F490BD: hue angle of 333º 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 #F490BD is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 189 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.04 |
| HSL | 333º | 0.82% | 0.76% | - |
| HSV(B) | 333º | 0.41% | 0.96% | - |
| XYZ | 56.47 | 42.85 | 53.44 | - |
| YUV | 179.03 | 133.63 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 189 | 0 | 0.41 | 0.23 | 0.04 | 333 | 0.82 | 0.76 |
| Hex | F4 | 90 | BD | 0 | 29 | 17 | 4 | 14D | 52 | 4C |
| Octal | 364 | 220 | 275 | 0 | 51 | 27 | 4 | 515 | 122 | 114 |
| Binary | 11110100 | 10010000 | 10111101 | 0 | 101001 | 10111 | 100 | 101001101 | 1010010 | 1001100 |
Color Harmonies of #F490BD
Complementary color
Monochromatic Colors of #F490BD
Black with #F490BD
Text Example
Text Example
White with #F490BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490BD; }
p { color: rgb(244,144,189); }
H1.HeaderClassName
{
color: #F490BD;
}
.AnyTagClassName
{
color: #F490BD;
}
</style>
background-color css
<style>
a { background-color: #F490BD; }
a { background-color: rgb(244,144,189); }
div.DivClassName
{
background-color: #F490BD;
}
.BgClassName
{
background-color: #F490BD;
}
</style>
border-color css
<style>
span { border-color: #F490BD; }
span { border-color: rgb(244,144,189); }
td.TdClassName
{
border-color: #F490BD;
}
.TagClassName
{
border-color: #F490BD;
}
</style>