Shades of Shocking Pink #F113CD
Tints of Shocking Pink #F113CD
RGB
CMYK
RGB Variations
Color information
#F113CD (or 0xF113CD) is known color: Shocking Pink. HEX triplet: F1, 13 and CD. RGB value is (241,19,205). Sum of RGB (Red+Green+Blue) = 241+19+205=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 19 (7.81% from 255 or 4.09% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F113CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113CD is #0EEC32. Grayscale: #6A6A6A. Windows color (decimal): -977971 or 13439985. OLE color: 13439985.
HSL color Cylindrical-coordinate representation of color #F113CD: hue angle of 309.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F113CD is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 205 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.05 |
| HSL | 309.73º | 0.89% | 0.51% | - |
| HSV(B) | 309.73º | 0.92% | 0.95% | - |
| XYZ | 47.53 | 23.57 | 59.8 | - |
| YUV | 106.58 | 183.55 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 205 | 0 | 0.92 | 0.15 | 0.05 | 309.73 | 0.89 | 0.51 |
| Hex | F1 | 13 | CD | 0 | 5C | F | 5 | 136 | 59 | 33 |
| Octal | 361 | 23 | 315 | 0 | 134 | 17 | 5 | 466 | 131 | 63 |
| Binary | 11110001 | 10011 | 11001101 | 0 | 1011100 | 1111 | 101 | 100110110 | 1011001 | 110011 |
Color Harmonies of #F113CD
Complementary color
Monochromatic Colors of #F113CD
Black with #F113CD
Text Example
Text Example
White with #F113CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113CD; }
p { color: rgb(241,19,205); }
H1.HeaderClassName
{
color: #F113CD;
}
.AnyTagClassName
{
color: #F113CD;
}
</style>
background-color css
<style>
a { background-color: #F113CD; }
a { background-color: rgb(241,19,205); }
div.DivClassName
{
background-color: #F113CD;
}
.BgClassName
{
background-color: #F113CD;
}
</style>
border-color css
<style>
span { border-color: #F113CD; }
span { border-color: rgb(241,19,205); }
td.TdClassName
{
border-color: #F113CD;
}
.TagClassName
{
border-color: #F113CD;
}
</style>