Shades of Shocking Pink #F319CB
Tints of Shocking Pink #F319CB
RGB
CMYK
RGB Variations
Color information
#F319CB (or 0xF319CB) is known color: Shocking Pink. HEX triplet: F3, 19 and CB. RGB value is (243,25,203). Sum of RGB (Red+Green+Blue) = 243+25+203=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 25 (10.16% from 255 or 5.31% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F319CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319CB is #0CE634. Grayscale: #6D6D6D. Windows color (decimal): -845365 or 13310451. OLE color: 13310451.
HSL color Cylindrical-coordinate representation of color #F319CB: hue angle of 311.01º 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 #F319CB is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 203 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.05 |
| HSL | 311.01º | 0.9% | 0.53% | - |
| HSV(B) | 311.01º | 0.9% | 0.95% | - |
| XYZ | 48.09 | 24.06 | 58.61 | - |
| YUV | 110.47 | 180.22 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 203 | 0 | 0.90 | 0.16 | 0.05 | 311.01 | 0.9 | 0.53 |
| Hex | F3 | 19 | CB | 0 | 5A | 10 | 5 | 137 | 5A | 35 |
| Octal | 363 | 31 | 313 | 0 | 132 | 20 | 5 | 467 | 132 | 65 |
| Binary | 11110011 | 11001 | 11001011 | 0 | 1011010 | 10000 | 101 | 100110111 | 1011010 | 110101 |
Color Harmonies of #F319CB
Complementary color
Monochromatic Colors of #F319CB
Black with #F319CB
Text Example
Text Example
White with #F319CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319CB; }
p { color: rgb(243,25,203); }
H1.HeaderClassName
{
color: #F319CB;
}
.AnyTagClassName
{
color: #F319CB;
}
</style>
background-color css
<style>
a { background-color: #F319CB; }
a { background-color: rgb(243,25,203); }
div.DivClassName
{
background-color: #F319CB;
}
.BgClassName
{
background-color: #F319CB;
}
</style>
border-color css
<style>
span { border-color: #F319CB; }
span { border-color: rgb(243,25,203); }
td.TdClassName
{
border-color: #F319CB;
}
.TagClassName
{
border-color: #F319CB;
}
</style>