Shades of Shocking Pink #FA08B7
Tints of Shocking Pink #FA08B7
RGB
CMYK
RGB Variations
Color information
#FA08B7 (or 0xFA08B7) is known color: Shocking Pink. HEX triplet: FA, 08 and B7. RGB value is (250,8,183). Sum of RGB (Red+Green+Blue) = 250+8+183=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 8 (3.52% from 255 or 1.81% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA08B7 is #05F748. Grayscale: #636363. Windows color (decimal): -390985 or 11995386. OLE color: 11995386.
HSL color Cylindrical-coordinate representation of color #FA08B7: hue angle of 316.61º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA08B7 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 183 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.02 |
| HSL | 316.61º | 0.96% | 0.51% | - |
| HSV(B) | 316.61º | 0.97% | 0.98% | - |
| XYZ | 48.06 | 23.92 | 46.88 | - |
| YUV | 100.31 | 174.67 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 183 | 0 | 0.97 | 0.27 | 0.02 | 316.61 | 0.96 | 0.51 |
| Hex | FA | 8 | B7 | 0 | 61 | 1B | 2 | 13D | 60 | 33 |
| Octal | 372 | 10 | 267 | 0 | 141 | 33 | 2 | 475 | 140 | 63 |
| Binary | 11111010 | 1000 | 10110111 | 0 | 1100001 | 11011 | 10 | 100111101 | 1100000 | 110011 |
Color Harmonies of #FA08B7
Complementary color
Monochromatic Colors of #FA08B7
Black with #FA08B7
Text Example
Text Example
White with #FA08B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA08B7; }
p { color: rgb(250,8,183); }
H1.HeaderClassName
{
color: #FA08B7;
}
.AnyTagClassName
{
color: #FA08B7;
}
</style>
background-color css
<style>
a { background-color: #FA08B7; }
a { background-color: rgb(250,8,183); }
div.DivClassName
{
background-color: #FA08B7;
}
.BgClassName
{
background-color: #FA08B7;
}
</style>
border-color css
<style>
span { border-color: #FA08B7; }
span { border-color: rgb(250,8,183); }
td.TdClassName
{
border-color: #FA08B7;
}
.TagClassName
{
border-color: #FA08B7;
}
</style>