Shades of Shocking Pink #F018C3
Tints of Shocking Pink #F018C3
RGB
CMYK
RGB Variations
Color information
#F018C3 (or 0xF018C3) is known color: Shocking Pink. HEX triplet: F0, 18 and C3. RGB value is (240,24,195). Sum of RGB (Red+Green+Blue) = 240+24+195=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 24 (9.77% from 255 or 5.23% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F018C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018C3 is #0FE73C. Grayscale: #6B6B6B. Windows color (decimal): -1042237 or 12785904. OLE color: 12785904.
HSL color Cylindrical-coordinate representation of color #F018C3: hue angle of 312.5º 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 #F018C3 is Cyan = 0, Magento = 0.9, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 195 | - |
| CMYK | 0 | 0.9 | 0.19 | 0.06 |
| HSL | 312.5º | 0.88% | 0.52% | - |
| HSV(B) | 312.5º | 0.9% | 0.94% | - |
| XYZ | 46.11 | 23.12 | 53.66 | - |
| YUV | 108.08 | 177.06 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 195 | 0 | 0.9 | 0.19 | 0.06 | 312.5 | 0.88 | 0.52 |
| Hex | F0 | 18 | C3 | 0 | 5A | 13 | 6 | 138 | 58 | 34 |
| Octal | 360 | 30 | 303 | 0 | 132 | 23 | 6 | 470 | 130 | 64 |
| Binary | 11110000 | 11000 | 11000011 | 0 | 1011010 | 10011 | 110 | 100111000 | 1011000 | 110100 |
Color Harmonies of #F018C3
Complementary color
Monochromatic Colors of #F018C3
Black with #F018C3
Text Example
Text Example
White with #F018C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018C3; }
p { color: rgb(240,24,195); }
H1.HeaderClassName
{
color: #F018C3;
}
.AnyTagClassName
{
color: #F018C3;
}
</style>
background-color css
<style>
a { background-color: #F018C3; }
a { background-color: rgb(240,24,195); }
div.DivClassName
{
background-color: #F018C3;
}
.BgClassName
{
background-color: #F018C3;
}
</style>
border-color css
<style>
span { border-color: #F018C3; }
span { border-color: rgb(240,24,195); }
td.TdClassName
{
border-color: #F018C3;
}
.TagClassName
{
border-color: #F018C3;
}
</style>