Shades of Shocking Pink #FA0BBE
Tints of Shocking Pink #FA0BBE
RGB
CMYK
RGB Variations
Color information
#FA0BBE (or 0xFA0BBE) is known color: Shocking Pink. HEX triplet: FA, 0B and BE. RGB value is (250,11,190). Sum of RGB (Red+Green+Blue) = 250+11+190=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 11 (4.69% from 255 or 2.44% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0BBE is #05F441. Grayscale: #666666. Windows color (decimal): -390210 or 12454906. OLE color: 12454906.
HSL color Cylindrical-coordinate representation of color #FA0BBE: hue angle of 315.06º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0BBE is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 190 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.02 |
| HSL | 315.06º | 0.96% | 0.51% | - |
| HSV(B) | 315.06º | 0.96% | 0.98% | - |
| XYZ | 48.84 | 24.28 | 50.83 | - |
| YUV | 102.87 | 177.18 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 190 | 0 | 0.96 | 0.24 | 0.02 | 315.06 | 0.96 | 0.51 |
| Hex | FA | B | BE | 0 | 60 | 18 | 2 | 13B | 60 | 33 |
| Octal | 372 | 13 | 276 | 0 | 140 | 30 | 2 | 473 | 140 | 63 |
| Binary | 11111010 | 1011 | 10111110 | 0 | 1100000 | 11000 | 10 | 100111011 | 1100000 | 110011 |
Color Harmonies of #FA0BBE
Complementary color
Monochromatic Colors of #FA0BBE
Black with #FA0BBE
Text Example
Text Example
White with #FA0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BBE; }
p { color: rgb(250,11,190); }
H1.HeaderClassName
{
color: #FA0BBE;
}
.AnyTagClassName
{
color: #FA0BBE;
}
</style>
background-color css
<style>
a { background-color: #FA0BBE; }
a { background-color: rgb(250,11,190); }
div.DivClassName
{
background-color: #FA0BBE;
}
.BgClassName
{
background-color: #FA0BBE;
}
</style>
border-color css
<style>
span { border-color: #FA0BBE; }
span { border-color: rgb(250,11,190); }
td.TdClassName
{
border-color: #FA0BBE;
}
.TagClassName
{
border-color: #FA0BBE;
}
</style>