Shades of Shocking Pink #F018CC
Tints of Shocking Pink #F018CC
RGB
CMYK
RGB Variations
Color information
#F018CC (or 0xF018CC) is known color: Shocking Pink. HEX triplet: F0, 18 and CC. RGB value is (240,24,204). Sum of RGB (Red+Green+Blue) = 240+24+204=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F018CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018CC is #0FE733. Grayscale: #6C6C6C. Windows color (decimal): -1042228 or 13375728. OLE color: 13375728.
HSL color Cylindrical-coordinate representation of color #F018CC: hue angle of 310º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F018CC is Cyan = 0, Magento = 0.9, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 204 | - |
| CMYK | 0 | 0.9 | 0.15 | 0.06 |
| HSL | 310º | 0.88% | 0.52% | - |
| HSV(B) | 310º | 0.9% | 0.94% | - |
| XYZ | 47.16 | 23.54 | 59.18 | - |
| YUV | 109.1 | 181.56 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 204 | 0 | 0.9 | 0.15 | 0.06 | 310 | 0.88 | 0.52 |
| Hex | F0 | 18 | CC | 0 | 5A | F | 6 | 136 | 58 | 34 |
| Octal | 360 | 30 | 314 | 0 | 132 | 17 | 6 | 466 | 130 | 64 |
| Binary | 11110000 | 11000 | 11001100 | 0 | 1011010 | 1111 | 110 | 100110110 | 1011000 | 110100 |
Color Harmonies of #F018CC
Complementary color
Monochromatic Colors of #F018CC
Black with #F018CC
Text Example
Text Example
White with #F018CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018CC; }
p { color: rgb(240,24,204); }
H1.HeaderClassName
{
color: #F018CC;
}
.AnyTagClassName
{
color: #F018CC;
}
</style>
background-color css
<style>
a { background-color: #F018CC; }
a { background-color: rgb(240,24,204); }
div.DivClassName
{
background-color: #F018CC;
}
.BgClassName
{
background-color: #F018CC;
}
</style>
border-color css
<style>
span { border-color: #F018CC; }
span { border-color: rgb(240,24,204); }
td.TdClassName
{
border-color: #F018CC;
}
.TagClassName
{
border-color: #F018CC;
}
</style>