Shades of Shocking Pink #FA0FBC
Tints of Shocking Pink #FA0FBC
RGB
CMYK
RGB Variations
Color information
#FA0FBC (or 0xFA0FBC) is known color: Shocking Pink. HEX triplet: FA, 0F and BC. RGB value is (250,15,188). Sum of RGB (Red+Green+Blue) = 250+15+188=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0FBC is #05F043. Grayscale: #686868. Windows color (decimal): -389188 or 12324858. OLE color: 12324858.
HSL color Cylindrical-coordinate representation of color #FA0FBC: hue angle of 315.83º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0FBC is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 188 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.02 |
| HSL | 315.83º | 0.96% | 0.52% | - |
| HSV(B) | 315.83º | 0.94% | 0.98% | - |
| XYZ | 48.67 | 24.3 | 49.7 | - |
| YUV | 104.99 | 174.86 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 188 | 0 | 0.94 | 0.25 | 0.02 | 315.83 | 0.96 | 0.52 |
| Hex | FA | F | BC | 0 | 5E | 19 | 2 | 13C | 60 | 34 |
| Octal | 372 | 17 | 274 | 0 | 136 | 31 | 2 | 474 | 140 | 64 |
| Binary | 11111010 | 1111 | 10111100 | 0 | 1011110 | 11001 | 10 | 100111100 | 1100000 | 110100 |
Color Harmonies of #FA0FBC
Complementary color
Monochromatic Colors of #FA0FBC
Black with #FA0FBC
Text Example
Text Example
White with #FA0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0FBC; }
p { color: rgb(250,15,188); }
H1.HeaderClassName
{
color: #FA0FBC;
}
.AnyTagClassName
{
color: #FA0FBC;
}
</style>
background-color css
<style>
a { background-color: #FA0FBC; }
a { background-color: rgb(250,15,188); }
div.DivClassName
{
background-color: #FA0FBC;
}
.BgClassName
{
background-color: #FA0FBC;
}
</style>
border-color css
<style>
span { border-color: #FA0FBC; }
span { border-color: rgb(250,15,188); }
td.TdClassName
{
border-color: #FA0FBC;
}
.TagClassName
{
border-color: #FA0FBC;
}
</style>