Shades of Shocking Pink #F318C4
Tints of Shocking Pink #F318C4
RGB
CMYK
RGB Variations
Color information
#F318C4 (or 0xF318C4) is known color: Shocking Pink. HEX triplet: F3, 18 and C4. RGB value is (243,24,196). Sum of RGB (Red+Green+Blue) = 243+24+196=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F318C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318C4 is #0CE73B. Grayscale: #6C6C6C. Windows color (decimal): -845628 or 12851443. OLE color: 12851443.
HSL color Cylindrical-coordinate representation of color #F318C4: hue angle of 312.88º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F318C4 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 196 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.05 |
| HSL | 312.88º | 0.9% | 0.52% | - |
| HSV(B) | 312.88º | 0.9% | 0.95% | - |
| XYZ | 47.25 | 23.69 | 54.31 | - |
| YUV | 109.09 | 177.05 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 196 | 0 | 0.90 | 0.19 | 0.05 | 312.88 | 0.9 | 0.52 |
| Hex | F3 | 18 | C4 | 0 | 5A | 13 | 5 | 139 | 5A | 34 |
| Octal | 363 | 30 | 304 | 0 | 132 | 23 | 5 | 471 | 132 | 64 |
| Binary | 11110011 | 11000 | 11000100 | 0 | 1011010 | 10011 | 101 | 100111001 | 1011010 | 110100 |
Color Harmonies of #F318C4
Complementary color
Monochromatic Colors of #F318C4
Black with #F318C4
Text Example
Text Example
White with #F318C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318C4; }
p { color: rgb(243,24,196); }
H1.HeaderClassName
{
color: #F318C4;
}
.AnyTagClassName
{
color: #F318C4;
}
</style>
background-color css
<style>
a { background-color: #F318C4; }
a { background-color: rgb(243,24,196); }
div.DivClassName
{
background-color: #F318C4;
}
.BgClassName
{
background-color: #F318C4;
}
</style>
border-color css
<style>
span { border-color: #F318C4; }
span { border-color: rgb(243,24,196); }
td.TdClassName
{
border-color: #F318C4;
}
.TagClassName
{
border-color: #F318C4;
}
</style>