Shades of Shocking Pink #F319C2
Tints of Shocking Pink #F319C2
RGB
CMYK
RGB Variations
Color information
#F319C2 (or 0xF319C2) is known color: Shocking Pink. HEX triplet: F3, 19 and C2. RGB value is (243,25,194). Sum of RGB (Red+Green+Blue) = 243+25+194=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F319C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319C2 is #0CE63D. Grayscale: #6C6C6C. Windows color (decimal): -845374 or 12720627. OLE color: 12720627.
HSL color Cylindrical-coordinate representation of color #F319C2: hue angle of 313.49º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F319C2 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 194 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.05 |
| HSL | 313.49º | 0.9% | 0.53% | - |
| HSV(B) | 313.49º | 0.9% | 0.95% | - |
| XYZ | 47.05 | 23.64 | 53.12 | - |
| YUV | 109.45 | 175.72 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 194 | 0 | 0.90 | 0.20 | 0.05 | 313.49 | 0.9 | 0.53 |
| Hex | F3 | 19 | C2 | 0 | 5A | 14 | 5 | 139 | 5A | 35 |
| Octal | 363 | 31 | 302 | 0 | 132 | 24 | 5 | 471 | 132 | 65 |
| Binary | 11110011 | 11001 | 11000010 | 0 | 1011010 | 10100 | 101 | 100111001 | 1011010 | 110101 |
Color Harmonies of #F319C2
Complementary color
Monochromatic Colors of #F319C2
Black with #F319C2
Text Example
Text Example
White with #F319C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319C2; }
p { color: rgb(243,25,194); }
H1.HeaderClassName
{
color: #F319C2;
}
.AnyTagClassName
{
color: #F319C2;
}
</style>
background-color css
<style>
a { background-color: #F319C2; }
a { background-color: rgb(243,25,194); }
div.DivClassName
{
background-color: #F319C2;
}
.BgClassName
{
background-color: #F319C2;
}
</style>
border-color css
<style>
span { border-color: #F319C2; }
span { border-color: rgb(243,25,194); }
td.TdClassName
{
border-color: #F319C2;
}
.TagClassName
{
border-color: #F319C2;
}
</style>