Shades of Shocking Pink #F223BF
Tints of Shocking Pink #F223BF
RGB
CMYK
RGB Variations
Color information
#F223BF (or 0xF223BF) is known color: Shocking Pink. HEX triplet: F2, 23 and BF. RGB value is (242,35,191). Sum of RGB (Red+Green+Blue) = 242+35+191=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F223BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F223BF is #0DDC40. Grayscale: #727272. Windows color (decimal): -908353 or 12526578. OLE color: 12526578.
HSL color Cylindrical-coordinate representation of color #F223BF: hue angle of 314.78º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F223BF is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 191 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.05 |
| HSL | 314.78º | 0.89% | 0.54% | - |
| HSV(B) | 314.78º | 0.86% | 0.95% | - |
| XYZ | 46.62 | 23.84 | 51.43 | - |
| YUV | 114.68 | 171.08 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 191 | 0 | 0.86 | 0.21 | 0.05 | 314.78 | 0.89 | 0.54 |
| Hex | F2 | 23 | BF | 0 | 56 | 15 | 5 | 13B | 59 | 36 |
| Octal | 362 | 43 | 277 | 0 | 126 | 25 | 5 | 473 | 131 | 66 |
| Binary | 11110010 | 100011 | 10111111 | 0 | 1010110 | 10101 | 101 | 100111011 | 1011001 | 110110 |
Color Harmonies of #F223BF
Complementary color
Monochromatic Colors of #F223BF
Black with #F223BF
Text Example
Text Example
White with #F223BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F223BF; }
p { color: rgb(242,35,191); }
H1.HeaderClassName
{
color: #F223BF;
}
.AnyTagClassName
{
color: #F223BF;
}
</style>
background-color css
<style>
a { background-color: #F223BF; }
a { background-color: rgb(242,35,191); }
div.DivClassName
{
background-color: #F223BF;
}
.BgClassName
{
background-color: #F223BF;
}
</style>
border-color css
<style>
span { border-color: #F223BF; }
span { border-color: rgb(242,35,191); }
td.TdClassName
{
border-color: #F223BF;
}
.TagClassName
{
border-color: #F223BF;
}
</style>