Shades of Shocking Pink #F713CF
Tints of Shocking Pink #F713CF
RGB
CMYK
RGB Variations
Color information
#F713CF (or 0xF713CF) is known color: Shocking Pink. HEX triplet: F7, 13 and CF. RGB value is (247,19,207). Sum of RGB (Red+Green+Blue) = 247+19+207=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F713CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F713CF is #08EC30. Grayscale: #6C6C6C. Windows color (decimal): -584753 or 13571063. OLE color: 13571063.
HSL color Cylindrical-coordinate representation of color #F713CF: hue angle of 310.53º 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 #F713CF is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 207 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.03 |
| HSL | 310.53º | 0.93% | 0.52% | - |
| HSV(B) | 310.53º | 0.92% | 0.97% | - |
| XYZ | 49.85 | 24.74 | 61.18 | - |
| YUV | 108.6 | 183.54 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 207 | 0 | 0.92 | 0.16 | 0.03 | 310.53 | 0.93 | 0.52 |
| Hex | F7 | 13 | CF | 0 | 5C | 10 | 3 | 137 | 5D | 34 |
| Octal | 367 | 23 | 317 | 0 | 134 | 20 | 3 | 467 | 135 | 64 |
| Binary | 11110111 | 10011 | 11001111 | 0 | 1011100 | 10000 | 11 | 100110111 | 1011101 | 110100 |
Color Harmonies of #F713CF
Complementary color
Monochromatic Colors of #F713CF
Black with #F713CF
Text Example
Text Example
White with #F713CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F713CF; }
p { color: rgb(247,19,207); }
H1.HeaderClassName
{
color: #F713CF;
}
.AnyTagClassName
{
color: #F713CF;
}
</style>
background-color css
<style>
a { background-color: #F713CF; }
a { background-color: rgb(247,19,207); }
div.DivClassName
{
background-color: #F713CF;
}
.BgClassName
{
background-color: #F713CF;
}
</style>
border-color css
<style>
span { border-color: #F713CF; }
span { border-color: rgb(247,19,207); }
td.TdClassName
{
border-color: #F713CF;
}
.TagClassName
{
border-color: #F713CF;
}
</style>