Shades of Shocking Pink #FA15C5
Tints of Shocking Pink #FA15C5
RGB
CMYK
RGB Variations
Color information
#FA15C5 (or 0xFA15C5) is known color: Shocking Pink. HEX triplet: FA, 15 and C5. RGB value is (250,21,197). Sum of RGB (Red+Green+Blue) = 250+21+197=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15C5 is #05EA3A. Grayscale: #6D6D6D. Windows color (decimal): -387643 or 12916218. OLE color: 12916218.
HSL color Cylindrical-coordinate representation of color #FA15C5: hue angle of 313.89º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA15C5 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 197 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.02 |
| HSL | 313.89º | 0.96% | 0.53% | - |
| HSV(B) | 313.89º | 0.92% | 0.98% | - |
| XYZ | 49.77 | 24.89 | 55 | - |
| YUV | 109.54 | 177.37 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 197 | 0 | 0.92 | 0.21 | 0.02 | 313.89 | 0.96 | 0.53 |
| Hex | FA | 15 | C5 | 0 | 5C | 15 | 2 | 13A | 60 | 35 |
| Octal | 372 | 25 | 305 | 0 | 134 | 25 | 2 | 472 | 140 | 65 |
| Binary | 11111010 | 10101 | 11000101 | 0 | 1011100 | 10101 | 10 | 100111010 | 1100000 | 110101 |
Color Harmonies of #FA15C5
Complementary color
Monochromatic Colors of #FA15C5
Black with #FA15C5
Text Example
Text Example
White with #FA15C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA15C5; }
p { color: rgb(250,21,197); }
H1.HeaderClassName
{
color: #FA15C5;
}
.AnyTagClassName
{
color: #FA15C5;
}
</style>
background-color css
<style>
a { background-color: #FA15C5; }
a { background-color: rgb(250,21,197); }
div.DivClassName
{
background-color: #FA15C5;
}
.BgClassName
{
background-color: #FA15C5;
}
</style>
border-color css
<style>
span { border-color: #FA15C5; }
span { border-color: rgb(250,21,197); }
td.TdClassName
{
border-color: #FA15C5;
}
.TagClassName
{
border-color: #FA15C5;
}
</style>