Shades of Shocking Pink #F319CF
Tints of Shocking Pink #F319CF
RGB
CMYK
RGB Variations
Color information
#F319CF (or 0xF319CF) is known color: Shocking Pink. HEX triplet: F3, 19 and CF. RGB value is (243,25,207). Sum of RGB (Red+Green+Blue) = 243+25+207=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 25 (10.16% from 255 or 5.26% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F319CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319CF is #0CE630. Grayscale: #6E6E6E. Windows color (decimal): -845361 or 13572595. OLE color: 13572595.
HSL color Cylindrical-coordinate representation of color #F319CF: hue angle of 309.91º 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 #F319CF is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 207 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.05 |
| HSL | 309.91º | 0.9% | 0.53% | - |
| HSV(B) | 309.91º | 0.9% | 0.95% | - |
| XYZ | 48.57 | 24.25 | 61.15 | - |
| YUV | 110.93 | 182.22 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 207 | 0 | 0.90 | 0.15 | 0.05 | 309.91 | 0.9 | 0.53 |
| Hex | F3 | 19 | CF | 0 | 5A | F | 5 | 136 | 5A | 35 |
| Octal | 363 | 31 | 317 | 0 | 132 | 17 | 5 | 466 | 132 | 65 |
| Binary | 11110011 | 11001 | 11001111 | 0 | 1011010 | 1111 | 101 | 100110110 | 1011010 | 110101 |
Color Harmonies of #F319CF
Complementary color
Monochromatic Colors of #F319CF
Black with #F319CF
Text Example
Text Example
White with #F319CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319CF; }
p { color: rgb(243,25,207); }
H1.HeaderClassName
{
color: #F319CF;
}
.AnyTagClassName
{
color: #F319CF;
}
</style>
background-color css
<style>
a { background-color: #F319CF; }
a { background-color: rgb(243,25,207); }
div.DivClassName
{
background-color: #F319CF;
}
.BgClassName
{
background-color: #F319CF;
}
</style>
border-color css
<style>
span { border-color: #F319CF; }
span { border-color: rgb(243,25,207); }
td.TdClassName
{
border-color: #F319CF;
}
.TagClassName
{
border-color: #F319CF;
}
</style>