Shades of Shocking Pink #F013C4
Tints of Shocking Pink #F013C4
RGB
CMYK
RGB Variations
Color information
#F013C4 (or 0xF013C4) is known color: Shocking Pink. HEX triplet: F0, 13 and C4. RGB value is (240,19,196). Sum of RGB (Red+Green+Blue) = 240+19+196=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F013C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013C4 is #0FEC3B. Grayscale: #686868. Windows color (decimal): -1043516 or 12850160. OLE color: 12850160.
HSL color Cylindrical-coordinate representation of color #F013C4: hue angle of 311.95º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F013C4 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 196 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.06 |
| HSL | 311.95º | 0.88% | 0.51% | - |
| HSV(B) | 311.95º | 0.92% | 0.94% | - |
| XYZ | 46.13 | 22.98 | 54.23 | - |
| YUV | 105.26 | 179.22 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 196 | 0 | 0.92 | 0.18 | 0.06 | 311.95 | 0.88 | 0.51 |
| Hex | F0 | 13 | C4 | 0 | 5C | 12 | 6 | 138 | 58 | 33 |
| Octal | 360 | 23 | 304 | 0 | 134 | 22 | 6 | 470 | 130 | 63 |
| Binary | 11110000 | 10011 | 11000100 | 0 | 1011100 | 10010 | 110 | 100111000 | 1011000 | 110011 |
Color Harmonies of #F013C4
Complementary color
Monochromatic Colors of #F013C4
Black with #F013C4
Text Example
Text Example
White with #F013C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013C4; }
p { color: rgb(240,19,196); }
H1.HeaderClassName
{
color: #F013C4;
}
.AnyTagClassName
{
color: #F013C4;
}
</style>
background-color css
<style>
a { background-color: #F013C4; }
a { background-color: rgb(240,19,196); }
div.DivClassName
{
background-color: #F013C4;
}
.BgClassName
{
background-color: #F013C4;
}
</style>
border-color css
<style>
span { border-color: #F013C4; }
span { border-color: rgb(240,19,196); }
td.TdClassName
{
border-color: #F013C4;
}
.TagClassName
{
border-color: #F013C4;
}
</style>