Shades of Shocking Pink #F318BE
Tints of Shocking Pink #F318BE
RGB
CMYK
RGB Variations
Color information
#F318BE (or 0xF318BE) is known color: Shocking Pink. HEX triplet: F3, 18 and BE. RGB value is (243,24,190). Sum of RGB (Red+Green+Blue) = 243+24+190=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F318BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318BE is #0CE741. Grayscale: #6B6B6B. Windows color (decimal): -845634 or 12458227. OLE color: 12458227.
HSL color Cylindrical-coordinate representation of color #F318BE: hue angle of 314.52º 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 #F318BE is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 190 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.05 |
| HSL | 314.52º | 0.9% | 0.52% | - |
| HSV(B) | 314.52º | 0.9% | 0.95% | - |
| XYZ | 46.58 | 23.43 | 50.78 | - |
| YUV | 108.41 | 174.05 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 190 | 0 | 0.90 | 0.22 | 0.05 | 314.52 | 0.9 | 0.52 |
| Hex | F3 | 18 | BE | 0 | 5A | 16 | 5 | 13B | 5A | 34 |
| Octal | 363 | 30 | 276 | 0 | 132 | 26 | 5 | 473 | 132 | 64 |
| Binary | 11110011 | 11000 | 10111110 | 0 | 1011010 | 10110 | 101 | 100111011 | 1011010 | 110100 |
Color Harmonies of #F318BE
Complementary color
Monochromatic Colors of #F318BE
Black with #F318BE
Text Example
Text Example
White with #F318BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318BE; }
p { color: rgb(243,24,190); }
H1.HeaderClassName
{
color: #F318BE;
}
.AnyTagClassName
{
color: #F318BE;
}
</style>
background-color css
<style>
a { background-color: #F318BE; }
a { background-color: rgb(243,24,190); }
div.DivClassName
{
background-color: #F318BE;
}
.BgClassName
{
background-color: #F318BE;
}
</style>
border-color css
<style>
span { border-color: #F318BE; }
span { border-color: rgb(243,24,190); }
td.TdClassName
{
border-color: #F318BE;
}
.TagClassName
{
border-color: #F318BE;
}
</style>