Shades of Shocking Pink #F417BA
Tints of Shocking Pink #F417BA
RGB
CMYK
RGB Variations
Color information
#F417BA (or 0xF417BA) is known color: Shocking Pink. HEX triplet: F4, 17 and BA. RGB value is (244,23,186). Sum of RGB (Red+Green+Blue) = 244+23+186=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 23 (9.38% from 255 or 5.08% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F417BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F417BA is #0BE845. Grayscale: #6B6B6B. Windows color (decimal): -780358 or 12195828. OLE color: 12195828.
HSL color Cylindrical-coordinate representation of color #F417BA: hue angle of 315.75º 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 #F417BA is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 186 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.04 |
| HSL | 315.75º | 0.91% | 0.52% | - |
| HSV(B) | 315.75º | 0.91% | 0.96% | - |
| XYZ | 46.48 | 23.39 | 48.52 | - |
| YUV | 107.66 | 172.22 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 186 | 0 | 0.91 | 0.24 | 0.04 | 315.75 | 0.91 | 0.52 |
| Hex | F4 | 17 | BA | 0 | 5B | 18 | 4 | 13C | 5B | 34 |
| Octal | 364 | 27 | 272 | 0 | 133 | 30 | 4 | 474 | 133 | 64 |
| Binary | 11110100 | 10111 | 10111010 | 0 | 1011011 | 11000 | 100 | 100111100 | 1011011 | 110100 |
Color Harmonies of #F417BA
Complementary color
Monochromatic Colors of #F417BA
Black with #F417BA
Text Example
Text Example
White with #F417BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F417BA; }
p { color: rgb(244,23,186); }
H1.HeaderClassName
{
color: #F417BA;
}
.AnyTagClassName
{
color: #F417BA;
}
</style>
background-color css
<style>
a { background-color: #F417BA; }
a { background-color: rgb(244,23,186); }
div.DivClassName
{
background-color: #F417BA;
}
.BgClassName
{
background-color: #F417BA;
}
</style>
border-color css
<style>
span { border-color: #F417BA; }
span { border-color: rgb(244,23,186); }
td.TdClassName
{
border-color: #F417BA;
}
.TagClassName
{
border-color: #F417BA;
}
</style>