Shades of Shocking Pink #F319CA
Tints of Shocking Pink #F319CA
RGB
CMYK
RGB Variations
Color information
#F319CA (or 0xF319CA) is known color: Shocking Pink. HEX triplet: F3, 19 and CA. RGB value is (243,25,202). Sum of RGB (Red+Green+Blue) = 243+25+202=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F319CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319CA is #0CE635. Grayscale: #6D6D6D. Windows color (decimal): -845366 or 13244915. OLE color: 13244915.
HSL color Cylindrical-coordinate representation of color #F319CA: hue angle of 311.28º 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 #F319CA is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 202 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.05 |
| HSL | 311.28º | 0.9% | 0.53% | - |
| HSV(B) | 311.28º | 0.9% | 0.95% | - |
| XYZ | 47.97 | 24.01 | 57.98 | - |
| YUV | 110.36 | 179.72 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 202 | 0 | 0.90 | 0.17 | 0.05 | 311.28 | 0.9 | 0.53 |
| Hex | F3 | 19 | CA | 0 | 5A | 11 | 5 | 137 | 5A | 35 |
| Octal | 363 | 31 | 312 | 0 | 132 | 21 | 5 | 467 | 132 | 65 |
| Binary | 11110011 | 11001 | 11001010 | 0 | 1011010 | 10001 | 101 | 100110111 | 1011010 | 110101 |
Color Harmonies of #F319CA
Complementary color
Monochromatic Colors of #F319CA
Black with #F319CA
Text Example
Text Example
White with #F319CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319CA; }
p { color: rgb(243,25,202); }
H1.HeaderClassName
{
color: #F319CA;
}
.AnyTagClassName
{
color: #F319CA;
}
</style>
background-color css
<style>
a { background-color: #F319CA; }
a { background-color: rgb(243,25,202); }
div.DivClassName
{
background-color: #F319CA;
}
.BgClassName
{
background-color: #F319CA;
}
</style>
border-color css
<style>
span { border-color: #F319CA; }
span { border-color: rgb(243,25,202); }
td.TdClassName
{
border-color: #F319CA;
}
.TagClassName
{
border-color: #F319CA;
}
</style>