Shades of Shocking Pink #F618C3
Tints of Shocking Pink #F618C3
RGB
CMYK
RGB Variations
Color information
#F618C3 (or 0xF618C3) is known color: Shocking Pink. HEX triplet: F6, 18 and C3. RGB value is (246,24,195). Sum of RGB (Red+Green+Blue) = 246+24+195=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F618C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F618C3 is #09E73C. Grayscale: #6D6D6D. Windows color (decimal): -649021 or 12785910. OLE color: 12785910.
HSL color Cylindrical-coordinate representation of color #F618C3: hue angle of 313.78º 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 #F618C3 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 195 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.04 |
| HSL | 313.78º | 0.93% | 0.53% | - |
| HSV(B) | 313.78º | 0.9% | 0.96% | - |
| XYZ | 48.18 | 24.19 | 53.76 | - |
| YUV | 109.87 | 176.05 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 195 | 0 | 0.90 | 0.21 | 0.04 | 313.78 | 0.93 | 0.53 |
| Hex | F6 | 18 | C3 | 0 | 5A | 15 | 4 | 13A | 5C | 35 |
| Octal | 366 | 30 | 303 | 0 | 132 | 25 | 4 | 472 | 134 | 65 |
| Binary | 11110110 | 11000 | 11000011 | 0 | 1011010 | 10101 | 100 | 100111010 | 1011100 | 110101 |
Color Harmonies of #F618C3
Complementary color
Monochromatic Colors of #F618C3
Black with #F618C3
Text Example
Text Example
White with #F618C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618C3; }
p { color: rgb(246,24,195); }
H1.HeaderClassName
{
color: #F618C3;
}
.AnyTagClassName
{
color: #F618C3;
}
</style>
background-color css
<style>
a { background-color: #F618C3; }
a { background-color: rgb(246,24,195); }
div.DivClassName
{
background-color: #F618C3;
}
.BgClassName
{
background-color: #F618C3;
}
</style>
border-color css
<style>
span { border-color: #F618C3; }
span { border-color: rgb(246,24,195); }
td.TdClassName
{
border-color: #F618C3;
}
.TagClassName
{
border-color: #F618C3;
}
</style>