Shades of Shocking Pink #F317C7
Tints of Shocking Pink #F317C7
RGB
CMYK
RGB Variations
Color information
#F317C7 (or 0xF317C7) is known color: Shocking Pink. HEX triplet: F3, 17 and C7. RGB value is (243,23,199). Sum of RGB (Red+Green+Blue) = 243+23+199=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 23 (9.38% from 255 or 4.95% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F317C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F317C7 is #0CE838. Grayscale: #6C6C6C. Windows color (decimal): -845881 or 13047795. OLE color: 13047795.
HSL color Cylindrical-coordinate representation of color #F317C7: hue angle of 312º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F317C7 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 199 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.05 |
| HSL | 312º | 0.9% | 0.52% | - |
| HSV(B) | 312º | 0.91% | 0.95% | - |
| XYZ | 47.58 | 23.79 | 56.12 | - |
| YUV | 108.84 | 178.89 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 199 | 0 | 0.91 | 0.18 | 0.05 | 312 | 0.9 | 0.52 |
| Hex | F3 | 17 | C7 | 0 | 5B | 12 | 5 | 138 | 5A | 34 |
| Octal | 363 | 27 | 307 | 0 | 133 | 22 | 5 | 470 | 132 | 64 |
| Binary | 11110011 | 10111 | 11000111 | 0 | 1011011 | 10010 | 101 | 100111000 | 1011010 | 110100 |
Color Harmonies of #F317C7
Complementary color
Monochromatic Colors of #F317C7
Black with #F317C7
Text Example
Text Example
White with #F317C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F317C7; }
p { color: rgb(243,23,199); }
H1.HeaderClassName
{
color: #F317C7;
}
.AnyTagClassName
{
color: #F317C7;
}
</style>
background-color css
<style>
a { background-color: #F317C7; }
a { background-color: rgb(243,23,199); }
div.DivClassName
{
background-color: #F317C7;
}
.BgClassName
{
background-color: #F317C7;
}
</style>
border-color css
<style>
span { border-color: #F317C7; }
span { border-color: rgb(243,23,199); }
td.TdClassName
{
border-color: #F317C7;
}
.TagClassName
{
border-color: #F317C7;
}
</style>