Shades of Shocking Pink #F314CF
Tints of Shocking Pink #F314CF
RGB
CMYK
RGB Variations
Color information
#F314CF (or 0xF314CF) is known color: Shocking Pink. HEX triplet: F3, 14 and CF. RGB value is (243,20,207). Sum of RGB (Red+Green+Blue) = 243+20+207=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F314CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F314CF is #0CEB30. Grayscale: #6B6B6B. Windows color (decimal): -846641 or 13571315. OLE color: 13571315.
HSL color Cylindrical-coordinate representation of color #F314CF: hue angle of 309.69º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F314CF is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 207 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.05 |
| HSL | 309.69º | 0.9% | 0.52% | - |
| HSV(B) | 309.69º | 0.92% | 0.95% | - |
| XYZ | 48.47 | 24.06 | 61.12 | - |
| YUV | 108 | 183.88 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 207 | 0 | 0.92 | 0.15 | 0.05 | 309.69 | 0.9 | 0.52 |
| Hex | F3 | 14 | CF | 0 | 5C | F | 5 | 136 | 5A | 34 |
| Octal | 363 | 24 | 317 | 0 | 134 | 17 | 5 | 466 | 132 | 64 |
| Binary | 11110011 | 10100 | 11001111 | 0 | 1011100 | 1111 | 101 | 100110110 | 1011010 | 110100 |
Color Harmonies of #F314CF
Complementary color
Monochromatic Colors of #F314CF
Black with #F314CF
Text Example
Text Example
White with #F314CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314CF; }
p { color: rgb(243,20,207); }
H1.HeaderClassName
{
color: #F314CF;
}
.AnyTagClassName
{
color: #F314CF;
}
</style>
background-color css
<style>
a { background-color: #F314CF; }
a { background-color: rgb(243,20,207); }
div.DivClassName
{
background-color: #F314CF;
}
.BgClassName
{
background-color: #F314CF;
}
</style>
border-color css
<style>
span { border-color: #F314CF; }
span { border-color: rgb(243,20,207); }
td.TdClassName
{
border-color: #F314CF;
}
.TagClassName
{
border-color: #F314CF;
}
</style>