Shades of Shocking Pink #F312CB
Tints of Shocking Pink #F312CB
RGB
CMYK
RGB Variations
Color information
#F312CB (or 0xF312CB) is known color: Shocking Pink. HEX triplet: F3, 12 and CB. RGB value is (243,18,203). Sum of RGB (Red+Green+Blue) = 243+18+203=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F312CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F312CB is #0CED34. Grayscale: #696969. Windows color (decimal): -847157 or 13308659. OLE color: 13308659.
HSL color Cylindrical-coordinate representation of color #F312CB: hue angle of 310.67º 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 #F312CB is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 203 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.05 |
| HSL | 310.67º | 0.9% | 0.51% | - |
| HSV(B) | 310.67º | 0.93% | 0.95% | - |
| XYZ | 47.96 | 23.8 | 58.57 | - |
| YUV | 106.37 | 182.54 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 203 | 0 | 0.93 | 0.16 | 0.05 | 310.67 | 0.9 | 0.51 |
| Hex | F3 | 12 | CB | 0 | 5D | 10 | 5 | 137 | 5A | 33 |
| Octal | 363 | 22 | 313 | 0 | 135 | 20 | 5 | 467 | 132 | 63 |
| Binary | 11110011 | 10010 | 11001011 | 0 | 1011101 | 10000 | 101 | 100110111 | 1011010 | 110011 |
Color Harmonies of #F312CB
Complementary color
Monochromatic Colors of #F312CB
Black with #F312CB
Text Example
Text Example
White with #F312CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312CB; }
p { color: rgb(243,18,203); }
H1.HeaderClassName
{
color: #F312CB;
}
.AnyTagClassName
{
color: #F312CB;
}
</style>
background-color css
<style>
a { background-color: #F312CB; }
a { background-color: rgb(243,18,203); }
div.DivClassName
{
background-color: #F312CB;
}
.BgClassName
{
background-color: #F312CB;
}
</style>
border-color css
<style>
span { border-color: #F312CB; }
span { border-color: rgb(243,18,203); }
td.TdClassName
{
border-color: #F312CB;
}
.TagClassName
{
border-color: #F312CB;
}
</style>