Shades of Shocking Pink #F018C4
Tints of Shocking Pink #F018C4
RGB
CMYK
RGB Variations
Color information
#F018C4 (or 0xF018C4) is known color: Shocking Pink. HEX triplet: F0, 18 and C4. RGB value is (240,24,196). Sum of RGB (Red+Green+Blue) = 240+24+196=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F018C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018C4 is #0FE73B. Grayscale: #6B6B6B. Windows color (decimal): -1042236 or 12851440. OLE color: 12851440.
HSL color Cylindrical-coordinate representation of color #F018C4: hue angle of 312.22º 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 #F018C4 is Cyan = 0, Magento = 0.9, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 196 | - |
| CMYK | 0 | 0.9 | 0.18 | 0.06 |
| HSL | 312.22º | 0.88% | 0.52% | - |
| HSV(B) | 312.22º | 0.9% | 0.94% | - |
| XYZ | 46.23 | 23.16 | 54.26 | - |
| YUV | 108.19 | 177.56 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 196 | 0 | 0.9 | 0.18 | 0.06 | 312.22 | 0.88 | 0.52 |
| Hex | F0 | 18 | C4 | 0 | 5A | 12 | 6 | 138 | 58 | 34 |
| Octal | 360 | 30 | 304 | 0 | 132 | 22 | 6 | 470 | 130 | 64 |
| Binary | 11110000 | 11000 | 11000100 | 0 | 1011010 | 10010 | 110 | 100111000 | 1011000 | 110100 |
Color Harmonies of #F018C4
Complementary color
Monochromatic Colors of #F018C4
Black with #F018C4
Text Example
Text Example
White with #F018C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018C4; }
p { color: rgb(240,24,196); }
H1.HeaderClassName
{
color: #F018C4;
}
.AnyTagClassName
{
color: #F018C4;
}
</style>
background-color css
<style>
a { background-color: #F018C4; }
a { background-color: rgb(240,24,196); }
div.DivClassName
{
background-color: #F018C4;
}
.BgClassName
{
background-color: #F018C4;
}
</style>
border-color css
<style>
span { border-color: #F018C4; }
span { border-color: rgb(240,24,196); }
td.TdClassName
{
border-color: #F018C4;
}
.TagClassName
{
border-color: #F018C4;
}
</style>