Shades of Shocking Pink #FA17CF
Tints of Shocking Pink #FA17CF
RGB
CMYK
RGB Variations
Color information
#FA17CF (or 0xFA17CF) is known color: Shocking Pink. HEX triplet: FA, 17 and CF. RGB value is (250,23,207). Sum of RGB (Red+Green+Blue) = 250+23+207=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 23 (9.38% from 255 or 4.79% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17CF is #05E830. Grayscale: #6F6F6F. Windows color (decimal): -387121 or 13572090. OLE color: 13572090.
HSL color Cylindrical-coordinate representation of color #FA17CF: hue angle of 311.37º 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 #FA17CF is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 207 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.02 |
| HSL | 311.37º | 0.96% | 0.54% | - |
| HSV(B) | 311.37º | 0.91% | 0.98% | - |
| XYZ | 50.99 | 25.44 | 61.25 | - |
| YUV | 111.85 | 181.71 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 207 | 0 | 0.91 | 0.17 | 0.02 | 311.37 | 0.96 | 0.54 |
| Hex | FA | 17 | CF | 0 | 5B | 11 | 2 | 137 | 60 | 36 |
| Octal | 372 | 27 | 317 | 0 | 133 | 21 | 2 | 467 | 140 | 66 |
| Binary | 11111010 | 10111 | 11001111 | 0 | 1011011 | 10001 | 10 | 100110111 | 1100000 | 110110 |
Color Harmonies of #FA17CF
Complementary color
Monochromatic Colors of #FA17CF
Black with #FA17CF
Text Example
Text Example
White with #FA17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA17CF; }
p { color: rgb(250,23,207); }
H1.HeaderClassName
{
color: #FA17CF;
}
.AnyTagClassName
{
color: #FA17CF;
}
</style>
background-color css
<style>
a { background-color: #FA17CF; }
a { background-color: rgb(250,23,207); }
div.DivClassName
{
background-color: #FA17CF;
}
.BgClassName
{
background-color: #FA17CF;
}
</style>
border-color css
<style>
span { border-color: #FA17CF; }
span { border-color: rgb(250,23,207); }
td.TdClassName
{
border-color: #FA17CF;
}
.TagClassName
{
border-color: #FA17CF;
}
</style>