Shades of Shocking Pink #F314B7
Tints of Shocking Pink #F314B7
RGB
CMYK
RGB Variations
Color information
#F314B7 (or 0xF314B7) is known color: Shocking Pink. HEX triplet: F3, 14 and B7. RGB value is (243,20,183). Sum of RGB (Red+Green+Blue) = 243+20+183=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F314B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F314B7 is #0CEB48. Grayscale: #686868. Windows color (decimal): -846665 or 11998451. OLE color: 11998451.
HSL color Cylindrical-coordinate representation of color #F314B7: hue angle of 316.14º 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 #F314B7 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 183 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.05 |
| HSL | 316.14º | 0.9% | 0.52% | - |
| HSV(B) | 316.14º | 0.92% | 0.95% | - |
| XYZ | 45.76 | 22.97 | 46.82 | - |
| YUV | 105.26 | 171.88 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 183 | 0 | 0.92 | 0.25 | 0.05 | 316.14 | 0.9 | 0.52 |
| Hex | F3 | 14 | B7 | 0 | 5C | 19 | 5 | 13C | 5A | 34 |
| Octal | 363 | 24 | 267 | 0 | 134 | 31 | 5 | 474 | 132 | 64 |
| Binary | 11110011 | 10100 | 10110111 | 0 | 1011100 | 11001 | 101 | 100111100 | 1011010 | 110100 |
Color Harmonies of #F314B7
Complementary color
Monochromatic Colors of #F314B7
Black with #F314B7
Text Example
Text Example
White with #F314B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314B7; }
p { color: rgb(243,20,183); }
H1.HeaderClassName
{
color: #F314B7;
}
.AnyTagClassName
{
color: #F314B7;
}
</style>
background-color css
<style>
a { background-color: #F314B7; }
a { background-color: rgb(243,20,183); }
div.DivClassName
{
background-color: #F314B7;
}
.BgClassName
{
background-color: #F314B7;
}
</style>
border-color css
<style>
span { border-color: #F314B7; }
span { border-color: rgb(243,20,183); }
td.TdClassName
{
border-color: #F314B7;
}
.TagClassName
{
border-color: #F314B7;
}
</style>