Shades of Shocking Pink #F218BA
Tints of Shocking Pink #F218BA
RGB
CMYK
RGB Variations
Color information
#F218BA (or 0xF218BA) is known color: Shocking Pink. HEX triplet: F2, 18 and BA. RGB value is (242,24,186). Sum of RGB (Red+Green+Blue) = 242+24+186=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F218BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F218BA is #0DE745. Grayscale: #6B6B6B. Windows color (decimal): -911174 or 12196082. OLE color: 12196082.
HSL color Cylindrical-coordinate representation of color #F218BA: hue angle of 315.41º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F218BA is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 186 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.05 |
| HSL | 315.41º | 0.89% | 0.52% | - |
| HSV(B) | 315.41º | 0.9% | 0.95% | - |
| XYZ | 45.81 | 23.08 | 48.49 | - |
| YUV | 107.65 | 172.22 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 186 | 0 | 0.90 | 0.23 | 0.05 | 315.41 | 0.89 | 0.52 |
| Hex | F2 | 18 | BA | 0 | 5A | 17 | 5 | 13B | 59 | 34 |
| Octal | 362 | 30 | 272 | 0 | 132 | 27 | 5 | 473 | 131 | 64 |
| Binary | 11110010 | 11000 | 10111010 | 0 | 1011010 | 10111 | 101 | 100111011 | 1011001 | 110100 |
Color Harmonies of #F218BA
Complementary color
Monochromatic Colors of #F218BA
Black with #F218BA
Text Example
Text Example
White with #F218BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218BA; }
p { color: rgb(242,24,186); }
H1.HeaderClassName
{
color: #F218BA;
}
.AnyTagClassName
{
color: #F218BA;
}
</style>
background-color css
<style>
a { background-color: #F218BA; }
a { background-color: rgb(242,24,186); }
div.DivClassName
{
background-color: #F218BA;
}
.BgClassName
{
background-color: #F218BA;
}
</style>
border-color css
<style>
span { border-color: #F218BA; }
span { border-color: rgb(242,24,186); }
td.TdClassName
{
border-color: #F218BA;
}
.TagClassName
{
border-color: #F218BA;
}
</style>