Shades of Shocking Pink #F319D4
Tints of Shocking Pink #F319D4
RGB
CMYK
RGB Variations
Color information
#F319D4 (or 0xF319D4) is known color: Shocking Pink. HEX triplet: F3, 19 and D4. RGB value is (243,25,212). Sum of RGB (Red+Green+Blue) = 243+25+212=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 25 (10.16% from 255 or 5.21% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F319D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319D4 is #0CE62B. Grayscale: #6E6E6E. Windows color (decimal): -845356 or 13900275. OLE color: 13900275.
HSL color Cylindrical-coordinate representation of color #F319D4: hue angle of 308.53º 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 #F319D4 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 212 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.05 |
| HSL | 308.53º | 0.9% | 0.53% | - |
| HSV(B) | 308.53º | 0.9% | 0.95% | - |
| XYZ | 49.19 | 24.5 | 64.42 | - |
| YUV | 111.5 | 184.72 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 212 | 0 | 0.90 | 0.13 | 0.05 | 308.53 | 0.9 | 0.53 |
| Hex | F3 | 19 | D4 | 0 | 5A | D | 5 | 135 | 5A | 35 |
| Octal | 363 | 31 | 324 | 0 | 132 | 15 | 5 | 465 | 132 | 65 |
| Binary | 11110011 | 11001 | 11010100 | 0 | 1011010 | 1101 | 101 | 100110101 | 1011010 | 110101 |
Color Harmonies of #F319D4
Complementary color
Monochromatic Colors of #F319D4
Black with #F319D4
Text Example
Text Example
White with #F319D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319D4; }
p { color: rgb(243,25,212); }
H1.HeaderClassName
{
color: #F319D4;
}
.AnyTagClassName
{
color: #F319D4;
}
</style>
background-color css
<style>
a { background-color: #F319D4; }
a { background-color: rgb(243,25,212); }
div.DivClassName
{
background-color: #F319D4;
}
.BgClassName
{
background-color: #F319D4;
}
</style>
border-color css
<style>
span { border-color: #F319D4; }
span { border-color: rgb(243,25,212); }
td.TdClassName
{
border-color: #F319D4;
}
.TagClassName
{
border-color: #F319D4;
}
</style>