Shades of Shocking Pink #F618C1
Tints of Shocking Pink #F618C1
RGB
CMYK
RGB Variations
Color information
#F618C1 (or 0xF618C1) is known color: Shocking Pink. HEX triplet: F6, 18 and C1. RGB value is (246,24,193). Sum of RGB (Red+Green+Blue) = 246+24+193=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F618C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F618C1 is #09E73E. Grayscale: #6D6D6D. Windows color (decimal): -649023 or 12654838. OLE color: 12654838.
HSL color Cylindrical-coordinate representation of color #F618C1: hue angle of 314.32º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F618C1 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 193 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.04 |
| HSL | 314.32º | 0.93% | 0.53% | - |
| HSV(B) | 314.32º | 0.9% | 0.96% | - |
| XYZ | 47.96 | 24.1 | 52.58 | - |
| YUV | 109.64 | 175.05 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 193 | 0 | 0.90 | 0.22 | 0.04 | 314.32 | 0.93 | 0.53 |
| Hex | F6 | 18 | C1 | 0 | 5A | 16 | 4 | 13A | 5C | 35 |
| Octal | 366 | 30 | 301 | 0 | 132 | 26 | 4 | 472 | 134 | 65 |
| Binary | 11110110 | 11000 | 11000001 | 0 | 1011010 | 10110 | 100 | 100111010 | 1011100 | 110101 |
Color Harmonies of #F618C1
Complementary color
Monochromatic Colors of #F618C1
Black with #F618C1
Text Example
Text Example
White with #F618C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618C1; }
p { color: rgb(246,24,193); }
H1.HeaderClassName
{
color: #F618C1;
}
.AnyTagClassName
{
color: #F618C1;
}
</style>
background-color css
<style>
a { background-color: #F618C1; }
a { background-color: rgb(246,24,193); }
div.DivClassName
{
background-color: #F618C1;
}
.BgClassName
{
background-color: #F618C1;
}
</style>
border-color css
<style>
span { border-color: #F618C1; }
span { border-color: rgb(246,24,193); }
td.TdClassName
{
border-color: #F618C1;
}
.TagClassName
{
border-color: #F618C1;
}
</style>