Shades of Shocking Pink #F618CC
Tints of Shocking Pink #F618CC
RGB
CMYK
RGB Variations
Color information
#F618CC (or 0xF618CC) is known color: Shocking Pink. HEX triplet: F6, 18 and CC. RGB value is (246,24,204). Sum of RGB (Red+Green+Blue) = 246+24+204=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F618CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F618CC is #09E733. Grayscale: #6E6E6E. Windows color (decimal): -649012 or 13375734. OLE color: 13375734.
HSL color Cylindrical-coordinate representation of color #F618CC: hue angle of 311.35º 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 #F618CC is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 204 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.04 |
| HSL | 311.35º | 0.93% | 0.53% | - |
| HSV(B) | 311.35º | 0.9% | 0.96% | - |
| XYZ | 49.23 | 24.61 | 59.28 | - |
| YUV | 110.9 | 180.55 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 204 | 0 | 0.90 | 0.17 | 0.04 | 311.35 | 0.93 | 0.53 |
| Hex | F6 | 18 | CC | 0 | 5A | 11 | 4 | 137 | 5C | 35 |
| Octal | 366 | 30 | 314 | 0 | 132 | 21 | 4 | 467 | 134 | 65 |
| Binary | 11110110 | 11000 | 11001100 | 0 | 1011010 | 10001 | 100 | 100110111 | 1011100 | 110101 |
Color Harmonies of #F618CC
Complementary color
Monochromatic Colors of #F618CC
Black with #F618CC
Text Example
Text Example
White with #F618CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618CC; }
p { color: rgb(246,24,204); }
H1.HeaderClassName
{
color: #F618CC;
}
.AnyTagClassName
{
color: #F618CC;
}
</style>
background-color css
<style>
a { background-color: #F618CC; }
a { background-color: rgb(246,24,204); }
div.DivClassName
{
background-color: #F618CC;
}
.BgClassName
{
background-color: #F618CC;
}
</style>
border-color css
<style>
span { border-color: #F618CC; }
span { border-color: rgb(246,24,204); }
td.TdClassName
{
border-color: #F618CC;
}
.TagClassName
{
border-color: #F618CC;
}
</style>