Shades of Shocking Pink #F417B7
Tints of Shocking Pink #F417B7
RGB
CMYK
RGB Variations
Color information
#F417B7 (or 0xF417B7) is known color: Shocking Pink. HEX triplet: F4, 17 and B7. RGB value is (244,23,183). Sum of RGB (Red+Green+Blue) = 244+23+183=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F417B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F417B7 is #0BE848. Grayscale: #6A6A6A. Windows color (decimal): -780361 or 11999220. OLE color: 11999220.
HSL color Cylindrical-coordinate representation of color #F417B7: hue angle of 316.56º 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 #F417B7 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 183 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.04 |
| HSL | 316.56º | 0.91% | 0.52% | - |
| HSV(B) | 316.56º | 0.91% | 0.96% | - |
| XYZ | 46.16 | 23.26 | 46.86 | - |
| YUV | 107.32 | 170.72 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 183 | 0 | 0.91 | 0.25 | 0.04 | 316.56 | 0.91 | 0.52 |
| Hex | F4 | 17 | B7 | 0 | 5B | 19 | 4 | 13D | 5B | 34 |
| Octal | 364 | 27 | 267 | 0 | 133 | 31 | 4 | 475 | 133 | 64 |
| Binary | 11110100 | 10111 | 10110111 | 0 | 1011011 | 11001 | 100 | 100111101 | 1011011 | 110100 |
Color Harmonies of #F417B7
Complementary color
Monochromatic Colors of #F417B7
Black with #F417B7
Text Example
Text Example
White with #F417B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F417B7; }
p { color: rgb(244,23,183); }
H1.HeaderClassName
{
color: #F417B7;
}
.AnyTagClassName
{
color: #F417B7;
}
</style>
background-color css
<style>
a { background-color: #F417B7; }
a { background-color: rgb(244,23,183); }
div.DivClassName
{
background-color: #F417B7;
}
.BgClassName
{
background-color: #F417B7;
}
</style>
border-color css
<style>
span { border-color: #F417B7; }
span { border-color: rgb(244,23,183); }
td.TdClassName
{
border-color: #F417B7;
}
.TagClassName
{
border-color: #F417B7;
}
</style>