Shades of Shocking Pink #FA17BF
Tints of Shocking Pink #FA17BF
RGB
CMYK
RGB Variations
Color information
#FA17BF (or 0xFA17BF) is known color: Shocking Pink. HEX triplet: FA, 17 and BF. RGB value is (250,23,191). Sum of RGB (Red+Green+Blue) = 250+23+191=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17BF is #05E840. Grayscale: #6D6D6D. Windows color (decimal): -387137 or 12523514. OLE color: 12523514.
HSL color Cylindrical-coordinate representation of color #FA17BF: hue angle of 315.59º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA17BF is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 191 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.02 |
| HSL | 315.59º | 0.96% | 0.54% | - |
| HSV(B) | 315.59º | 0.91% | 0.98% | - |
| XYZ | 49.13 | 24.7 | 51.47 | - |
| YUV | 110.03 | 173.71 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 191 | 0 | 0.91 | 0.24 | 0.02 | 315.59 | 0.96 | 0.54 |
| Hex | FA | 17 | BF | 0 | 5B | 18 | 2 | 13C | 60 | 36 |
| Octal | 372 | 27 | 277 | 0 | 133 | 30 | 2 | 474 | 140 | 66 |
| Binary | 11111010 | 10111 | 10111111 | 0 | 1011011 | 11000 | 10 | 100111100 | 1100000 | 110110 |
Color Harmonies of #FA17BF
Complementary color
Monochromatic Colors of #FA17BF
Black with #FA17BF
Text Example
Text Example
White with #FA17BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA17BF; }
p { color: rgb(250,23,191); }
H1.HeaderClassName
{
color: #FA17BF;
}
.AnyTagClassName
{
color: #FA17BF;
}
</style>
background-color css
<style>
a { background-color: #FA17BF; }
a { background-color: rgb(250,23,191); }
div.DivClassName
{
background-color: #FA17BF;
}
.BgClassName
{
background-color: #FA17BF;
}
</style>
border-color css
<style>
span { border-color: #FA17BF; }
span { border-color: rgb(250,23,191); }
td.TdClassName
{
border-color: #FA17BF;
}
.TagClassName
{
border-color: #FA17BF;
}
</style>