Shades of Shocking Pink #F310CB
Tints of Shocking Pink #F310CB
RGB
CMYK
RGB Variations
Color information
#F310CB (or 0xF310CB) is known color: Shocking Pink. HEX triplet: F3, 10 and CB. RGB value is (243,16,203). Sum of RGB (Red+Green+Blue) = 243+16+203=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F310CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F310CB is #0CEF34. Grayscale: #686868. Windows color (decimal): -847669 or 13308147. OLE color: 13308147.
HSL color Cylindrical-coordinate representation of color #F310CB: hue angle of 310.57º 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 #F310CB is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 203 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.05 |
| HSL | 310.57º | 0.9% | 0.51% | - |
| HSV(B) | 310.57º | 0.93% | 0.95% | - |
| XYZ | 47.93 | 23.74 | 58.56 | - |
| YUV | 105.19 | 183.21 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 203 | 0 | 0.93 | 0.16 | 0.05 | 310.57 | 0.9 | 0.51 |
| Hex | F3 | 10 | CB | 0 | 5D | 10 | 5 | 137 | 5A | 33 |
| Octal | 363 | 20 | 313 | 0 | 135 | 20 | 5 | 467 | 132 | 63 |
| Binary | 11110011 | 10000 | 11001011 | 0 | 1011101 | 10000 | 101 | 100110111 | 1011010 | 110011 |
Color Harmonies of #F310CB
Complementary color
Monochromatic Colors of #F310CB
Black with #F310CB
Text Example
Text Example
White with #F310CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310CB; }
p { color: rgb(243,16,203); }
H1.HeaderClassName
{
color: #F310CB;
}
.AnyTagClassName
{
color: #F310CB;
}
</style>
background-color css
<style>
a { background-color: #F310CB; }
a { background-color: rgb(243,16,203); }
div.DivClassName
{
background-color: #F310CB;
}
.BgClassName
{
background-color: #F310CB;
}
</style>
border-color css
<style>
span { border-color: #F310CB; }
span { border-color: rgb(243,16,203); }
td.TdClassName
{
border-color: #F310CB;
}
.TagClassName
{
border-color: #F310CB;
}
</style>