Shades of Shocking #F48FBB
Tints of Shocking #F48FBB
RGB
CMYK
RGB Variations
Color information
#F48FBB (or 0xF48FBB) is known color: Shocking. HEX triplet: F4, 8F and BB. RGB value is (244,143,187). Sum of RGB (Red+Green+Blue) = 244+143+187=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48FBB is #0B7044. Grayscale: #B2B2B2. Windows color (decimal): -749637 or 12292084. OLE color: 12292084.
HSL color Cylindrical-coordinate representation of color #F48FBB: hue angle of 333.86º 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 #F48FBB is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 143 | 187 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.04 |
| HSL | 333.86º | 0.82% | 0.76% | - |
| HSV(B) | 333.86º | 0.41% | 0.96% | - |
| XYZ | 56.1 | 42.47 | 52.25 | - |
| YUV | 178.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 143 | 187 | 0 | 0.41 | 0.23 | 0.04 | 333.86 | 0.82 | 0.76 |
| Hex | F4 | 8F | BB | 0 | 29 | 17 | 4 | 14E | 52 | 4C |
| Octal | 364 | 217 | 273 | 0 | 51 | 27 | 4 | 516 | 122 | 114 |
| Binary | 11110100 | 10001111 | 10111011 | 0 | 101001 | 10111 | 100 | 101001110 | 1010010 | 1001100 |
Color Harmonies of #F48FBB
Complementary color
Monochromatic Colors of #F48FBB
Black with #F48FBB
Text Example
Text Example
White with #F48FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48FBB; }
p { color: rgb(244,143,187); }
H1.HeaderClassName
{
color: #F48FBB;
}
.AnyTagClassName
{
color: #F48FBB;
}
</style>
background-color css
<style>
a { background-color: #F48FBB; }
a { background-color: rgb(244,143,187); }
div.DivClassName
{
background-color: #F48FBB;
}
.BgClassName
{
background-color: #F48FBB;
}
</style>
border-color css
<style>
span { border-color: #F48FBB; }
span { border-color: rgb(244,143,187); }
td.TdClassName
{
border-color: #F48FBB;
}
.TagClassName
{
border-color: #F48FBB;
}
</style>