Shades of Shocking Pink #F414C4
Tints of Shocking Pink #F414C4
RGB
CMYK
RGB Variations
Color information
#F414C4 (or 0xF414C4) is known color: Shocking Pink. HEX triplet: F4, 14 and C4. RGB value is (244,20,196). Sum of RGB (Red+Green+Blue) = 244+20+196=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 20 (8.20% from 255 or 4.35% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F414C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F414C4 is #0BEB3B. Grayscale: #6A6A6A. Windows color (decimal): -781116 or 12850420. OLE color: 12850420.
HSL color Cylindrical-coordinate representation of color #F414C4: hue angle of 312.86º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F414C4 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 196 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.04 |
| HSL | 312.86º | 0.91% | 0.52% | - |
| HSV(B) | 312.86º | 0.92% | 0.96% | - |
| XYZ | 47.52 | 23.72 | 54.3 | - |
| YUV | 107.04 | 178.21 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 196 | 0 | 0.92 | 0.20 | 0.04 | 312.86 | 0.91 | 0.52 |
| Hex | F4 | 14 | C4 | 0 | 5C | 14 | 4 | 139 | 5B | 34 |
| Octal | 364 | 24 | 304 | 0 | 134 | 24 | 4 | 471 | 133 | 64 |
| Binary | 11110100 | 10100 | 11000100 | 0 | 1011100 | 10100 | 100 | 100111001 | 1011011 | 110100 |
Color Harmonies of #F414C4
Complementary color
Monochromatic Colors of #F414C4
Black with #F414C4
Text Example
Text Example
White with #F414C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F414C4; }
p { color: rgb(244,20,196); }
H1.HeaderClassName
{
color: #F414C4;
}
.AnyTagClassName
{
color: #F414C4;
}
</style>
background-color css
<style>
a { background-color: #F414C4; }
a { background-color: rgb(244,20,196); }
div.DivClassName
{
background-color: #F414C4;
}
.BgClassName
{
background-color: #F414C4;
}
</style>
border-color css
<style>
span { border-color: #F414C4; }
span { border-color: rgb(244,20,196); }
td.TdClassName
{
border-color: #F414C4;
}
.TagClassName
{
border-color: #F414C4;
}
</style>