Shades of Shocking Pink #F417CB
Tints of Shocking Pink #F417CB
RGB
CMYK
RGB Variations
Color information
#F417CB (or 0xF417CB) is known color: Shocking Pink. HEX triplet: F4, 17 and CB. RGB value is (244,23,203). Sum of RGB (Red+Green+Blue) = 244+23+203=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 23 (9.38% from 255 or 4.89% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F417CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F417CB is #0BE834. Grayscale: #6D6D6D. Windows color (decimal): -780341 or 13309940. OLE color: 13309940.
HSL color Cylindrical-coordinate representation of color #F417CB: hue angle of 311.13º 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 #F417CB is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 203 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.04 |
| HSL | 311.13º | 0.91% | 0.52% | - |
| HSV(B) | 311.13º | 0.91% | 0.96% | - |
| XYZ | 48.39 | 24.16 | 58.61 | - |
| YUV | 109.6 | 180.72 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 203 | 0 | 0.91 | 0.17 | 0.04 | 311.13 | 0.91 | 0.52 |
| Hex | F4 | 17 | CB | 0 | 5B | 11 | 4 | 137 | 5B | 34 |
| Octal | 364 | 27 | 313 | 0 | 133 | 21 | 4 | 467 | 133 | 64 |
| Binary | 11110100 | 10111 | 11001011 | 0 | 1011011 | 10001 | 100 | 100110111 | 1011011 | 110100 |
Color Harmonies of #F417CB
Complementary color
Monochromatic Colors of #F417CB
Black with #F417CB
Text Example
Text Example
White with #F417CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F417CB; }
p { color: rgb(244,23,203); }
H1.HeaderClassName
{
color: #F417CB;
}
.AnyTagClassName
{
color: #F417CB;
}
</style>
background-color css
<style>
a { background-color: #F417CB; }
a { background-color: rgb(244,23,203); }
div.DivClassName
{
background-color: #F417CB;
}
.BgClassName
{
background-color: #F417CB;
}
</style>
border-color css
<style>
span { border-color: #F417CB; }
span { border-color: rgb(244,23,203); }
td.TdClassName
{
border-color: #F417CB;
}
.TagClassName
{
border-color: #F417CB;
}
</style>