Shades of Shocking Pink #F017CB
Tints of Shocking Pink #F017CB
RGB
CMYK
RGB Variations
Color information
#F017CB (or 0xF017CB) is known color: Shocking Pink. HEX triplet: F0, 17 and CB. RGB value is (240,23,203). Sum of RGB (Red+Green+Blue) = 240+23+203=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 23 (9.38% from 255 or 4.94% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F017CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017CB is #0FE834. Grayscale: #6B6B6B. Windows color (decimal): -1042485 or 13309936. OLE color: 13309936.
HSL color Cylindrical-coordinate representation of color #F017CB: hue angle of 310.23º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F017CB is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 203 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.06 |
| HSL | 310.23º | 0.88% | 0.52% | - |
| HSV(B) | 310.23º | 0.9% | 0.94% | - |
| XYZ | 47.02 | 23.45 | 58.55 | - |
| YUV | 108.4 | 181.39 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 203 | 0 | 0.90 | 0.15 | 0.06 | 310.23 | 0.88 | 0.52 |
| Hex | F0 | 17 | CB | 0 | 5A | F | 6 | 136 | 58 | 34 |
| Octal | 360 | 27 | 313 | 0 | 132 | 17 | 6 | 466 | 130 | 64 |
| Binary | 11110000 | 10111 | 11001011 | 0 | 1011010 | 1111 | 110 | 100110110 | 1011000 | 110100 |
Color Harmonies of #F017CB
Complementary color
Monochromatic Colors of #F017CB
Black with #F017CB
Text Example
Text Example
White with #F017CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017CB; }
p { color: rgb(240,23,203); }
H1.HeaderClassName
{
color: #F017CB;
}
.AnyTagClassName
{
color: #F017CB;
}
</style>
background-color css
<style>
a { background-color: #F017CB; }
a { background-color: rgb(240,23,203); }
div.DivClassName
{
background-color: #F017CB;
}
.BgClassName
{
background-color: #F017CB;
}
</style>
border-color css
<style>
span { border-color: #F017CB; }
span { border-color: rgb(240,23,203); }
td.TdClassName
{
border-color: #F017CB;
}
.TagClassName
{
border-color: #F017CB;
}
</style>