Shades of Shocking Pink #FA15BF
Tints of Shocking Pink #FA15BF
RGB
CMYK
RGB Variations
Color information
#FA15BF (or 0xFA15BF) is known color: Shocking Pink. HEX triplet: FA, 15 and BF. RGB value is (250,21,191). Sum of RGB (Red+Green+Blue) = 250+21+191=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15BF is #05EA40. Grayscale: #6C6C6C. Windows color (decimal): -387649 or 12523002. OLE color: 12523002.
HSL color Cylindrical-coordinate representation of color #FA15BF: hue angle of 315.46º 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 #FA15BF is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 191 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.02 |
| HSL | 315.46º | 0.96% | 0.53% | - |
| HSV(B) | 315.46º | 0.92% | 0.98% | - |
| XYZ | 49.1 | 24.62 | 51.46 | - |
| YUV | 108.85 | 174.37 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 191 | 0 | 0.92 | 0.24 | 0.02 | 315.46 | 0.96 | 0.53 |
| Hex | FA | 15 | BF | 0 | 5C | 18 | 2 | 13B | 60 | 35 |
| Octal | 372 | 25 | 277 | 0 | 134 | 30 | 2 | 473 | 140 | 65 |
| Binary | 11111010 | 10101 | 10111111 | 0 | 1011100 | 11000 | 10 | 100111011 | 1100000 | 110101 |
Color Harmonies of #FA15BF
Complementary color
Monochromatic Colors of #FA15BF
Black with #FA15BF
Text Example
Text Example
White with #FA15BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA15BF; }
p { color: rgb(250,21,191); }
H1.HeaderClassName
{
color: #FA15BF;
}
.AnyTagClassName
{
color: #FA15BF;
}
</style>
background-color css
<style>
a { background-color: #FA15BF; }
a { background-color: rgb(250,21,191); }
div.DivClassName
{
background-color: #FA15BF;
}
.BgClassName
{
background-color: #FA15BF;
}
</style>
border-color css
<style>
span { border-color: #FA15BF; }
span { border-color: rgb(250,21,191); }
td.TdClassName
{
border-color: #FA15BF;
}
.TagClassName
{
border-color: #FA15BF;
}
</style>