Shades of Shocking Pink #F319D0
Tints of Shocking Pink #F319D0
RGB
CMYK
RGB Variations
Color information
#F319D0 (or 0xF319D0) is known color: Shocking Pink. HEX triplet: F3, 19 and D0. RGB value is (243,25,208). Sum of RGB (Red+Green+Blue) = 243+25+208=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F319D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319D0 is #0CE62F. Grayscale: #6E6E6E. Windows color (decimal): -845360 or 13638131. OLE color: 13638131.
HSL color Cylindrical-coordinate representation of color #F319D0: hue angle of 309.63º 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 #F319D0 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 208 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.05 |
| HSL | 309.63º | 0.9% | 0.53% | - |
| HSV(B) | 309.63º | 0.9% | 0.95% | - |
| XYZ | 48.69 | 24.3 | 61.8 | - |
| YUV | 111.04 | 182.72 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 208 | 0 | 0.90 | 0.14 | 0.05 | 309.63 | 0.9 | 0.53 |
| Hex | F3 | 19 | D0 | 0 | 5A | E | 5 | 136 | 5A | 35 |
| Octal | 363 | 31 | 320 | 0 | 132 | 16 | 5 | 466 | 132 | 65 |
| Binary | 11110011 | 11001 | 11010000 | 0 | 1011010 | 1110 | 101 | 100110110 | 1011010 | 110101 |
Color Harmonies of #F319D0
Complementary color
Monochromatic Colors of #F319D0
Black with #F319D0
Text Example
Text Example
White with #F319D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319D0; }
p { color: rgb(243,25,208); }
H1.HeaderClassName
{
color: #F319D0;
}
.AnyTagClassName
{
color: #F319D0;
}
</style>
background-color css
<style>
a { background-color: #F319D0; }
a { background-color: rgb(243,25,208); }
div.DivClassName
{
background-color: #F319D0;
}
.BgClassName
{
background-color: #F319D0;
}
</style>
border-color css
<style>
span { border-color: #F319D0; }
span { border-color: rgb(243,25,208); }
td.TdClassName
{
border-color: #F319D0;
}
.TagClassName
{
border-color: #F319D0;
}
</style>