Shades of Shocking Pink #F319C4
Tints of Shocking Pink #F319C4
RGB
CMYK
RGB Variations
Color information
#F319C4 (or 0xF319C4) is known color: Shocking Pink. HEX triplet: F3, 19 and C4. RGB value is (243,25,196). Sum of RGB (Red+Green+Blue) = 243+25+196=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F319C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319C4 is #0CE63B. Grayscale: #6D6D6D. Windows color (decimal): -845372 or 12851699. OLE color: 12851699.
HSL color Cylindrical-coordinate representation of color #F319C4: hue angle of 312.94º 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 #F319C4 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 196 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.05 |
| HSL | 312.94º | 0.9% | 0.53% | - |
| HSV(B) | 312.94º | 0.9% | 0.95% | - |
| XYZ | 47.27 | 23.74 | 54.31 | - |
| YUV | 109.68 | 176.72 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 196 | 0 | 0.90 | 0.19 | 0.05 | 312.94 | 0.9 | 0.53 |
| Hex | F3 | 19 | C4 | 0 | 5A | 13 | 5 | 139 | 5A | 35 |
| Octal | 363 | 31 | 304 | 0 | 132 | 23 | 5 | 471 | 132 | 65 |
| Binary | 11110011 | 11001 | 11000100 | 0 | 1011010 | 10011 | 101 | 100111001 | 1011010 | 110101 |
Color Harmonies of #F319C4
Complementary color
Monochromatic Colors of #F319C4
Black with #F319C4
Text Example
Text Example
White with #F319C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319C4; }
p { color: rgb(243,25,196); }
H1.HeaderClassName
{
color: #F319C4;
}
.AnyTagClassName
{
color: #F319C4;
}
</style>
background-color css
<style>
a { background-color: #F319C4; }
a { background-color: rgb(243,25,196); }
div.DivClassName
{
background-color: #F319C4;
}
.BgClassName
{
background-color: #F319C4;
}
</style>
border-color css
<style>
span { border-color: #F319C4; }
span { border-color: rgb(243,25,196); }
td.TdClassName
{
border-color: #F319C4;
}
.TagClassName
{
border-color: #F319C4;
}
</style>