Shades of Shocking Pink #F310CA
Tints of Shocking Pink #F310CA
RGB
CMYK
RGB Variations
Color information
#F310CA (or 0xF310CA) is known color: Shocking Pink. HEX triplet: F3, 10 and CA. RGB value is (243,16,202). Sum of RGB (Red+Green+Blue) = 243+16+202=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F310CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F310CA is #0CEF35. Grayscale: #686868. Windows color (decimal): -847670 or 13242611. OLE color: 13242611.
HSL color Cylindrical-coordinate representation of color #F310CA: hue angle of 310.84º 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 #F310CA is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 202 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.05 |
| HSL | 310.84º | 0.9% | 0.51% | - |
| HSV(B) | 310.84º | 0.93% | 0.95% | - |
| XYZ | 47.81 | 23.69 | 57.93 | - |
| YUV | 105.08 | 182.71 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 202 | 0 | 0.93 | 0.17 | 0.05 | 310.84 | 0.9 | 0.51 |
| Hex | F3 | 10 | CA | 0 | 5D | 11 | 5 | 137 | 5A | 33 |
| Octal | 363 | 20 | 312 | 0 | 135 | 21 | 5 | 467 | 132 | 63 |
| Binary | 11110011 | 10000 | 11001010 | 0 | 1011101 | 10001 | 101 | 100110111 | 1011010 | 110011 |
Color Harmonies of #F310CA
Complementary color
Monochromatic Colors of #F310CA
Black with #F310CA
Text Example
Text Example
White with #F310CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310CA; }
p { color: rgb(243,16,202); }
H1.HeaderClassName
{
color: #F310CA;
}
.AnyTagClassName
{
color: #F310CA;
}
</style>
background-color css
<style>
a { background-color: #F310CA; }
a { background-color: rgb(243,16,202); }
div.DivClassName
{
background-color: #F310CA;
}
.BgClassName
{
background-color: #F310CA;
}
</style>
border-color css
<style>
span { border-color: #F310CA; }
span { border-color: rgb(243,16,202); }
td.TdClassName
{
border-color: #F310CA;
}
.TagClassName
{
border-color: #F310CA;
}
</style>