Shades of Shocking Pink #F314BB
Tints of Shocking Pink #F314BB
RGB
CMYK
RGB Variations
Color information
#F314BB (or 0xF314BB) is known color: Shocking Pink. HEX triplet: F3, 14 and BB. RGB value is (243,20,187). Sum of RGB (Red+Green+Blue) = 243+20+187=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F314BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F314BB is #0CEB44. Grayscale: #696969. Windows color (decimal): -846661 or 12260595. OLE color: 12260595.
HSL color Cylindrical-coordinate representation of color #F314BB: hue angle of 315.07º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F314BB is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 187 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.05 |
| HSL | 315.07º | 0.9% | 0.52% | - |
| HSV(B) | 315.07º | 0.92% | 0.95% | - |
| XYZ | 46.18 | 23.14 | 49.05 | - |
| YUV | 105.72 | 173.88 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 187 | 0 | 0.92 | 0.23 | 0.05 | 315.07 | 0.9 | 0.52 |
| Hex | F3 | 14 | BB | 0 | 5C | 17 | 5 | 13B | 5A | 34 |
| Octal | 363 | 24 | 273 | 0 | 134 | 27 | 5 | 473 | 132 | 64 |
| Binary | 11110011 | 10100 | 10111011 | 0 | 1011100 | 10111 | 101 | 100111011 | 1011010 | 110100 |
Color Harmonies of #F314BB
Complementary color
Monochromatic Colors of #F314BB
Black with #F314BB
Text Example
Text Example
White with #F314BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314BB; }
p { color: rgb(243,20,187); }
H1.HeaderClassName
{
color: #F314BB;
}
.AnyTagClassName
{
color: #F314BB;
}
</style>
background-color css
<style>
a { background-color: #F314BB; }
a { background-color: rgb(243,20,187); }
div.DivClassName
{
background-color: #F314BB;
}
.BgClassName
{
background-color: #F314BB;
}
</style>
border-color css
<style>
span { border-color: #F314BB; }
span { border-color: rgb(243,20,187); }
td.TdClassName
{
border-color: #F314BB;
}
.TagClassName
{
border-color: #F314BB;
}
</style>