Shades of Shocking Pink #F418C7
Tints of Shocking Pink #F418C7
RGB
CMYK
RGB Variations
Color information
#F418C7 (or 0xF418C7) is known color: Shocking Pink. HEX triplet: F4, 18 and C7. RGB value is (244,24,199). Sum of RGB (Red+Green+Blue) = 244+24+199=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F418C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F418C7 is #0BE738. Grayscale: #6D6D6D. Windows color (decimal): -780089 or 13048052. OLE color: 13048052.
HSL color Cylindrical-coordinate representation of color #F418C7: hue angle of 312.27º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F418C7 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 199 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.04 |
| HSL | 312.27º | 0.91% | 0.53% | - |
| HSV(B) | 312.27º | 0.9% | 0.96% | - |
| XYZ | 47.94 | 24.01 | 56.14 | - |
| YUV | 109.73 | 178.39 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 199 | 0 | 0.90 | 0.18 | 0.04 | 312.27 | 0.91 | 0.53 |
| Hex | F4 | 18 | C7 | 0 | 5A | 12 | 4 | 138 | 5B | 35 |
| Octal | 364 | 30 | 307 | 0 | 132 | 22 | 4 | 470 | 133 | 65 |
| Binary | 11110100 | 11000 | 11000111 | 0 | 1011010 | 10010 | 100 | 100111000 | 1011011 | 110101 |
Color Harmonies of #F418C7
Complementary color
Monochromatic Colors of #F418C7
Black with #F418C7
Text Example
Text Example
White with #F418C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F418C7; }
p { color: rgb(244,24,199); }
H1.HeaderClassName
{
color: #F418C7;
}
.AnyTagClassName
{
color: #F418C7;
}
</style>
background-color css
<style>
a { background-color: #F418C7; }
a { background-color: rgb(244,24,199); }
div.DivClassName
{
background-color: #F418C7;
}
.BgClassName
{
background-color: #F418C7;
}
</style>
border-color css
<style>
span { border-color: #F418C7; }
span { border-color: rgb(244,24,199); }
td.TdClassName
{
border-color: #F418C7;
}
.TagClassName
{
border-color: #F418C7;
}
</style>