Shades of Shocking Pink #F318C7
Tints of Shocking Pink #F318C7
RGB
CMYK
RGB Variations
Color information
#F318C7 (or 0xF318C7) is known color: Shocking Pink. HEX triplet: F3, 18 and C7. RGB value is (243,24,199). Sum of RGB (Red+Green+Blue) = 243+24+199=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F318C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318C7 is #0CE738. Grayscale: #6C6C6C. Windows color (decimal): -845625 or 13048051. OLE color: 13048051.
HSL color Cylindrical-coordinate representation of color #F318C7: hue angle of 312.05º 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 #F318C7 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 199 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.05 |
| HSL | 312.05º | 0.9% | 0.52% | - |
| HSV(B) | 312.05º | 0.9% | 0.95% | - |
| XYZ | 47.6 | 23.83 | 56.12 | - |
| YUV | 109.43 | 178.55 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 199 | 0 | 0.90 | 0.18 | 0.05 | 312.05 | 0.9 | 0.52 |
| Hex | F3 | 18 | C7 | 0 | 5A | 12 | 5 | 138 | 5A | 34 |
| Octal | 363 | 30 | 307 | 0 | 132 | 22 | 5 | 470 | 132 | 64 |
| Binary | 11110011 | 11000 | 11000111 | 0 | 1011010 | 10010 | 101 | 100111000 | 1011010 | 110100 |
Color Harmonies of #F318C7
Complementary color
Monochromatic Colors of #F318C7
Black with #F318C7
Text Example
Text Example
White with #F318C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318C7; }
p { color: rgb(243,24,199); }
H1.HeaderClassName
{
color: #F318C7;
}
.AnyTagClassName
{
color: #F318C7;
}
</style>
background-color css
<style>
a { background-color: #F318C7; }
a { background-color: rgb(243,24,199); }
div.DivClassName
{
background-color: #F318C7;
}
.BgClassName
{
background-color: #F318C7;
}
</style>
border-color css
<style>
span { border-color: #F318C7; }
span { border-color: rgb(243,24,199); }
td.TdClassName
{
border-color: #F318C7;
}
.TagClassName
{
border-color: #F318C7;
}
</style>