Shades of Shocking Pink #F713D3
Tints of Shocking Pink #F713D3
RGB
CMYK
RGB Variations
Color information
#F713D3 (or 0xF713D3) is known color: Shocking Pink. HEX triplet: F7, 13 and D3. RGB value is (247,19,211). Sum of RGB (Red+Green+Blue) = 247+19+211=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 19 (7.81% from 255 or 3.98% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F713D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F713D3 is #08EC2C. Grayscale: #6C6C6C. Windows color (decimal): -584749 or 13833207. OLE color: 13833207.
HSL color Cylindrical-coordinate representation of color #F713D3: hue angle of 309.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F713D3 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 211 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.03 |
| HSL | 309.47º | 0.93% | 0.52% | - |
| HSV(B) | 309.47º | 0.92% | 0.97% | - |
| XYZ | 50.35 | 24.94 | 63.79 | - |
| YUV | 109.06 | 185.54 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 211 | 0 | 0.92 | 0.15 | 0.03 | 309.47 | 0.93 | 0.52 |
| Hex | F7 | 13 | D3 | 0 | 5C | F | 3 | 135 | 5D | 34 |
| Octal | 367 | 23 | 323 | 0 | 134 | 17 | 3 | 465 | 135 | 64 |
| Binary | 11110111 | 10011 | 11010011 | 0 | 1011100 | 1111 | 11 | 100110101 | 1011101 | 110100 |
Color Harmonies of #F713D3
Complementary color
Monochromatic Colors of #F713D3
Black with #F713D3
Text Example
Text Example
White with #F713D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F713D3; }
p { color: rgb(247,19,211); }
H1.HeaderClassName
{
color: #F713D3;
}
.AnyTagClassName
{
color: #F713D3;
}
</style>
background-color css
<style>
a { background-color: #F713D3; }
a { background-color: rgb(247,19,211); }
div.DivClassName
{
background-color: #F713D3;
}
.BgClassName
{
background-color: #F713D3;
}
</style>
border-color css
<style>
span { border-color: #F713D3; }
span { border-color: rgb(247,19,211); }
td.TdClassName
{
border-color: #F713D3;
}
.TagClassName
{
border-color: #F713D3;
}
</style>