Shades of Shocking Pink #F417CA
Tints of Shocking Pink #F417CA
RGB
CMYK
RGB Variations
Color information
#F417CA (or 0xF417CA) is known color: Shocking Pink. HEX triplet: F4, 17 and CA. RGB value is (244,23,202). Sum of RGB (Red+Green+Blue) = 244+23+202=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 23 (9.38% from 255 or 4.90% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F417CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F417CA is #0BE835. Grayscale: #6C6C6C. Windows color (decimal): -780342 or 13244404. OLE color: 13244404.
HSL color Cylindrical-coordinate representation of color #F417CA: hue angle of 311.4º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F417CA is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 202 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.04 |
| HSL | 311.4º | 0.91% | 0.52% | - |
| HSV(B) | 311.4º | 0.91% | 0.96% | - |
| XYZ | 48.28 | 24.11 | 57.99 | - |
| YUV | 109.49 | 180.22 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 202 | 0 | 0.91 | 0.17 | 0.04 | 311.4 | 0.91 | 0.52 |
| Hex | F4 | 17 | CA | 0 | 5B | 11 | 4 | 137 | 5B | 34 |
| Octal | 364 | 27 | 312 | 0 | 133 | 21 | 4 | 467 | 133 | 64 |
| Binary | 11110100 | 10111 | 11001010 | 0 | 1011011 | 10001 | 100 | 100110111 | 1011011 | 110100 |
Color Harmonies of #F417CA
Complementary color
Monochromatic Colors of #F417CA
Black with #F417CA
Text Example
Text Example
White with #F417CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F417CA; }
p { color: rgb(244,23,202); }
H1.HeaderClassName
{
color: #F417CA;
}
.AnyTagClassName
{
color: #F417CA;
}
</style>
background-color css
<style>
a { background-color: #F417CA; }
a { background-color: rgb(244,23,202); }
div.DivClassName
{
background-color: #F417CA;
}
.BgClassName
{
background-color: #F417CA;
}
</style>
border-color css
<style>
span { border-color: #F417CA; }
span { border-color: rgb(244,23,202); }
td.TdClassName
{
border-color: #F417CA;
}
.TagClassName
{
border-color: #F417CA;
}
</style>