Shades of Shocking Pink #FA07BC
Tints of Shocking Pink #FA07BC
RGB
CMYK
RGB Variations
Color information
#FA07BC (or 0xFA07BC) is known color: Shocking Pink. HEX triplet: FA, 07 and BC. RGB value is (250,7,188). Sum of RGB (Red+Green+Blue) = 250+7+188=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA07BC is #05F843. Grayscale: #636363. Windows color (decimal): -391236 or 12322810. OLE color: 12322810.
HSL color Cylindrical-coordinate representation of color #FA07BC: hue angle of 315.31º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA07BC is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 188 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.02 |
| HSL | 315.31º | 0.96% | 0.5% | - |
| HSV(B) | 315.31º | 0.97% | 0.98% | - |
| XYZ | 48.58 | 24.11 | 49.67 | - |
| YUV | 100.29 | 177.51 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 188 | 0 | 0.97 | 0.25 | 0.02 | 315.31 | 0.96 | 0.5 |
| Hex | FA | 7 | BC | 0 | 61 | 19 | 2 | 13B | 60 | 32 |
| Octal | 372 | 7 | 274 | 0 | 141 | 31 | 2 | 473 | 140 | 62 |
| Binary | 11111010 | 111 | 10111100 | 0 | 1100001 | 11001 | 10 | 100111011 | 1100000 | 110010 |
Color Harmonies of #FA07BC
Complementary color
Monochromatic Colors of #FA07BC
Black with #FA07BC
Text Example
Text Example
White with #FA07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA07BC; }
p { color: rgb(250,7,188); }
H1.HeaderClassName
{
color: #FA07BC;
}
.AnyTagClassName
{
color: #FA07BC;
}
</style>
background-color css
<style>
a { background-color: #FA07BC; }
a { background-color: rgb(250,7,188); }
div.DivClassName
{
background-color: #FA07BC;
}
.BgClassName
{
background-color: #FA07BC;
}
</style>
border-color css
<style>
span { border-color: #FA07BC; }
span { border-color: rgb(250,7,188); }
td.TdClassName
{
border-color: #FA07BC;
}
.TagClassName
{
border-color: #FA07BC;
}
</style>