Shades of Shocking Pink #F318C3
Tints of Shocking Pink #F318C3
RGB
CMYK
RGB Variations
Color information
#F318C3 (or 0xF318C3) is known color: Shocking Pink. HEX triplet: F3, 18 and C3. RGB value is (243,24,195). Sum of RGB (Red+Green+Blue) = 243+24+195=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F318C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318C3 is #0CE73C. Grayscale: #6C6C6C. Windows color (decimal): -845629 or 12785907. OLE color: 12785907.
HSL color Cylindrical-coordinate representation of color #F318C3: hue angle of 313.15º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F318C3 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 195 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.05 |
| HSL | 313.15º | 0.9% | 0.52% | - |
| HSV(B) | 313.15º | 0.9% | 0.95% | - |
| XYZ | 47.14 | 23.65 | 53.71 | - |
| YUV | 108.98 | 176.55 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 195 | 0 | 0.90 | 0.20 | 0.05 | 313.15 | 0.9 | 0.52 |
| Hex | F3 | 18 | C3 | 0 | 5A | 14 | 5 | 139 | 5A | 34 |
| Octal | 363 | 30 | 303 | 0 | 132 | 24 | 5 | 471 | 132 | 64 |
| Binary | 11110011 | 11000 | 11000011 | 0 | 1011010 | 10100 | 101 | 100111001 | 1011010 | 110100 |
Color Harmonies of #F318C3
Complementary color
Monochromatic Colors of #F318C3
Black with #F318C3
Text Example
Text Example
White with #F318C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318C3; }
p { color: rgb(243,24,195); }
H1.HeaderClassName
{
color: #F318C3;
}
.AnyTagClassName
{
color: #F318C3;
}
</style>
background-color css
<style>
a { background-color: #F318C3; }
a { background-color: rgb(243,24,195); }
div.DivClassName
{
background-color: #F318C3;
}
.BgClassName
{
background-color: #F318C3;
}
</style>
border-color css
<style>
span { border-color: #F318C3; }
span { border-color: rgb(243,24,195); }
td.TdClassName
{
border-color: #F318C3;
}
.TagClassName
{
border-color: #F318C3;
}
</style>