Shades of Shocking Pink #F319CC
Tints of Shocking Pink #F319CC
RGB
CMYK
RGB Variations
Color information
#F319CC (or 0xF319CC) is known color: Shocking Pink. HEX triplet: F3, 19 and CC. RGB value is (243,25,204). Sum of RGB (Red+Green+Blue) = 243+25+204=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F319CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319CC is #0CE633. Grayscale: #6E6E6E. Windows color (decimal): -845364 or 13375987. OLE color: 13375987.
HSL color Cylindrical-coordinate representation of color #F319CC: hue angle of 310.73º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F319CC is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 204 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.05 |
| HSL | 310.73º | 0.9% | 0.53% | - |
| HSV(B) | 310.73º | 0.9% | 0.95% | - |
| XYZ | 48.21 | 24.11 | 59.24 | - |
| YUV | 110.59 | 180.72 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 204 | 0 | 0.90 | 0.16 | 0.05 | 310.73 | 0.9 | 0.53 |
| Hex | F3 | 19 | CC | 0 | 5A | 10 | 5 | 137 | 5A | 35 |
| Octal | 363 | 31 | 314 | 0 | 132 | 20 | 5 | 467 | 132 | 65 |
| Binary | 11110011 | 11001 | 11001100 | 0 | 1011010 | 10000 | 101 | 100110111 | 1011010 | 110101 |
Color Harmonies of #F319CC
Complementary color
Monochromatic Colors of #F319CC
Black with #F319CC
Text Example
Text Example
White with #F319CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319CC; }
p { color: rgb(243,25,204); }
H1.HeaderClassName
{
color: #F319CC;
}
.AnyTagClassName
{
color: #F319CC;
}
</style>
background-color css
<style>
a { background-color: #F319CC; }
a { background-color: rgb(243,25,204); }
div.DivClassName
{
background-color: #F319CC;
}
.BgClassName
{
background-color: #F319CC;
}
</style>
border-color css
<style>
span { border-color: #F319CC; }
span { border-color: rgb(243,25,204); }
td.TdClassName
{
border-color: #F319CC;
}
.TagClassName
{
border-color: #F319CC;
}
</style>