Shades of Shocking Pink #F310C4
Tints of Shocking Pink #F310C4
RGB
CMYK
RGB Variations
Color information
#F310C4 (or 0xF310C4) is known color: Shocking Pink. HEX triplet: F3, 10 and C4. RGB value is (243,16,196). Sum of RGB (Red+Green+Blue) = 243+16+196=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 16 (6.64% from 255 or 3.52% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F310C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F310C4 is #0CEF3B. Grayscale: #676767. Windows color (decimal): -847676 or 12849395. OLE color: 12849395.
HSL color Cylindrical-coordinate representation of color #F310C4: hue angle of 312.42º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F310C4 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 196 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.05 |
| HSL | 312.42º | 0.9% | 0.51% | - |
| HSV(B) | 312.42º | 0.93% | 0.95% | - |
| XYZ | 47.11 | 23.41 | 54.26 | - |
| YUV | 104.39 | 179.71 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 196 | 0 | 0.93 | 0.19 | 0.05 | 312.42 | 0.9 | 0.51 |
| Hex | F3 | 10 | C4 | 0 | 5D | 13 | 5 | 138 | 5A | 33 |
| Octal | 363 | 20 | 304 | 0 | 135 | 23 | 5 | 470 | 132 | 63 |
| Binary | 11110011 | 10000 | 11000100 | 0 | 1011101 | 10011 | 101 | 100111000 | 1011010 | 110011 |
Color Harmonies of #F310C4
Complementary color
Monochromatic Colors of #F310C4
Black with #F310C4
Text Example
Text Example
White with #F310C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310C4; }
p { color: rgb(243,16,196); }
H1.HeaderClassName
{
color: #F310C4;
}
.AnyTagClassName
{
color: #F310C4;
}
</style>
background-color css
<style>
a { background-color: #F310C4; }
a { background-color: rgb(243,16,196); }
div.DivClassName
{
background-color: #F310C4;
}
.BgClassName
{
background-color: #F310C4;
}
</style>
border-color css
<style>
span { border-color: #F310C4; }
span { border-color: rgb(243,16,196); }
td.TdClassName
{
border-color: #F310C4;
}
.TagClassName
{
border-color: #F310C4;
}
</style>