Shades of Shocking Pink #FA18BB
Tints of Shocking Pink #FA18BB
RGB
CMYK
RGB Variations
Color information
#FA18BB (or 0xFA18BB) is known color: Shocking Pink. HEX triplet: FA, 18 and BB. RGB value is (250,24,187). Sum of RGB (Red+Green+Blue) = 250+24+187=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA18BB is #05E744. Grayscale: #6D6D6D. Windows color (decimal): -386885 or 12261626. OLE color: 12261626.
HSL color Cylindrical-coordinate representation of color #FA18BB: hue angle of 316.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA18BB is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 187 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.02 |
| HSL | 316.73º | 0.96% | 0.54% | - |
| HSV(B) | 316.73º | 0.9% | 0.98% | - |
| XYZ | 48.72 | 24.57 | 49.19 | - |
| YUV | 110.16 | 171.37 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 187 | 0 | 0.90 | 0.25 | 0.02 | 316.73 | 0.96 | 0.54 |
| Hex | FA | 18 | BB | 0 | 5A | 19 | 2 | 13D | 60 | 36 |
| Octal | 372 | 30 | 273 | 0 | 132 | 31 | 2 | 475 | 140 | 66 |
| Binary | 11111010 | 11000 | 10111011 | 0 | 1011010 | 11001 | 10 | 100111101 | 1100000 | 110110 |
Color Harmonies of #FA18BB
Complementary color
Monochromatic Colors of #FA18BB
Black with #FA18BB
Text Example
Text Example
White with #FA18BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA18BB; }
p { color: rgb(250,24,187); }
H1.HeaderClassName
{
color: #FA18BB;
}
.AnyTagClassName
{
color: #FA18BB;
}
</style>
background-color css
<style>
a { background-color: #FA18BB; }
a { background-color: rgb(250,24,187); }
div.DivClassName
{
background-color: #FA18BB;
}
.BgClassName
{
background-color: #FA18BB;
}
</style>
border-color css
<style>
span { border-color: #FA18BB; }
span { border-color: rgb(250,24,187); }
td.TdClassName
{
border-color: #FA18BB;
}
.TagClassName
{
border-color: #FA18BB;
}
</style>