Shades of Shocking Pink #FA23C0
Tints of Shocking Pink #FA23C0
RGB
CMYK
RGB Variations
Color information
#FA23C0 (or 0xFA23C0) is known color: Shocking Pink. HEX triplet: FA, 23 and C0. RGB value is (250,35,192). Sum of RGB (Red+Green+Blue) = 250+35+192=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 35 (14.06% from 255 or 7.34% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA23C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA23C0 is #05DC3F. Grayscale: #747474. Windows color (decimal): -384064 or 12592122. OLE color: 12592122.
HSL color Cylindrical-coordinate representation of color #FA23C0: hue angle of 316.19º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA23C0 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 192 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.02 |
| HSL | 316.19º | 0.96% | 0.56% | - |
| HSV(B) | 316.19º | 0.86% | 0.98% | - |
| XYZ | 49.54 | 25.33 | 52.15 | - |
| YUV | 117.18 | 170.23 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 192 | 0 | 0.86 | 0.23 | 0.02 | 316.19 | 0.96 | 0.56 |
| Hex | FA | 23 | C0 | 0 | 56 | 17 | 2 | 13C | 60 | 38 |
| Octal | 372 | 43 | 300 | 0 | 126 | 27 | 2 | 474 | 140 | 70 |
| Binary | 11111010 | 100011 | 11000000 | 0 | 1010110 | 10111 | 10 | 100111100 | 1100000 | 111000 |
Color Harmonies of #FA23C0
Complementary color
Monochromatic Colors of #FA23C0
Black with #FA23C0
Text Example
Text Example
White with #FA23C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA23C0; }
p { color: rgb(250,35,192); }
H1.HeaderClassName
{
color: #FA23C0;
}
.AnyTagClassName
{
color: #FA23C0;
}
</style>
background-color css
<style>
a { background-color: #FA23C0; }
a { background-color: rgb(250,35,192); }
div.DivClassName
{
background-color: #FA23C0;
}
.BgClassName
{
background-color: #FA23C0;
}
</style>
border-color css
<style>
span { border-color: #FA23C0; }
span { border-color: rgb(250,35,192); }
td.TdClassName
{
border-color: #FA23C0;
}
.TagClassName
{
border-color: #FA23C0;
}
</style>