Shades of Shocking Pink #F618C5
Tints of Shocking Pink #F618C5
RGB
CMYK
RGB Variations
Color information
#F618C5 (or 0xF618C5) is known color: Shocking Pink. HEX triplet: F6, 18 and C5. RGB value is (246,24,197). Sum of RGB (Red+Green+Blue) = 246+24+197=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F618C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F618C5 is #09E73A. Grayscale: #6D6D6D. Windows color (decimal): -649019 or 12916982. OLE color: 12916982.
HSL color Cylindrical-coordinate representation of color #F618C5: hue angle of 313.24º 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 #F618C5 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 197 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.04 |
| HSL | 313.24º | 0.93% | 0.53% | - |
| HSV(B) | 313.24º | 0.9% | 0.96% | - |
| XYZ | 48.41 | 24.28 | 54.96 | - |
| YUV | 110.1 | 177.05 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 197 | 0 | 0.90 | 0.20 | 0.04 | 313.24 | 0.93 | 0.53 |
| Hex | F6 | 18 | C5 | 0 | 5A | 14 | 4 | 139 | 5C | 35 |
| Octal | 366 | 30 | 305 | 0 | 132 | 24 | 4 | 471 | 134 | 65 |
| Binary | 11110110 | 11000 | 11000101 | 0 | 1011010 | 10100 | 100 | 100111001 | 1011100 | 110101 |
Color Harmonies of #F618C5
Complementary color
Monochromatic Colors of #F618C5
Black with #F618C5
Text Example
Text Example
White with #F618C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618C5; }
p { color: rgb(246,24,197); }
H1.HeaderClassName
{
color: #F618C5;
}
.AnyTagClassName
{
color: #F618C5;
}
</style>
background-color css
<style>
a { background-color: #F618C5; }
a { background-color: rgb(246,24,197); }
div.DivClassName
{
background-color: #F618C5;
}
.BgClassName
{
background-color: #F618C5;
}
</style>
border-color css
<style>
span { border-color: #F618C5; }
span { border-color: rgb(246,24,197); }
td.TdClassName
{
border-color: #F618C5;
}
.TagClassName
{
border-color: #F618C5;
}
</style>