Shades of Shocking Pink #F319D5
Tints of Shocking Pink #F319D5
RGB
CMYK
RGB Variations
Color information
#F319D5 (or 0xF319D5) is known color: Shocking Pink. HEX triplet: F3, 19 and D5. RGB value is (243,25,213). Sum of RGB (Red+Green+Blue) = 243+25+213=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F319D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319D5 is #0CE62A. Grayscale: #6F6F6F. Windows color (decimal): -845355 or 13965811. OLE color: 13965811.
HSL color Cylindrical-coordinate representation of color #F319D5: hue angle of 308.26º 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 #F319D5 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 213 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.05 |
| HSL | 308.26º | 0.9% | 0.53% | - |
| HSV(B) | 308.26º | 0.9% | 0.95% | - |
| XYZ | 49.32 | 24.55 | 65.09 | - |
| YUV | 111.61 | 185.22 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 213 | 0 | 0.90 | 0.12 | 0.05 | 308.26 | 0.9 | 0.53 |
| Hex | F3 | 19 | D5 | 0 | 5A | C | 5 | 134 | 5A | 35 |
| Octal | 363 | 31 | 325 | 0 | 132 | 14 | 5 | 464 | 132 | 65 |
| Binary | 11110011 | 11001 | 11010101 | 0 | 1011010 | 1100 | 101 | 100110100 | 1011010 | 110101 |
Color Harmonies of #F319D5
Complementary color
Monochromatic Colors of #F319D5
Black with #F319D5
Text Example
Text Example
White with #F319D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319D5; }
p { color: rgb(243,25,213); }
H1.HeaderClassName
{
color: #F319D5;
}
.AnyTagClassName
{
color: #F319D5;
}
</style>
background-color css
<style>
a { background-color: #F319D5; }
a { background-color: rgb(243,25,213); }
div.DivClassName
{
background-color: #F319D5;
}
.BgClassName
{
background-color: #F319D5;
}
</style>
border-color css
<style>
span { border-color: #F319D5; }
span { border-color: rgb(243,25,213); }
td.TdClassName
{
border-color: #F319D5;
}
.TagClassName
{
border-color: #F319D5;
}
</style>