Shades of Shocking Pink #FA18BD
Tints of Shocking Pink #FA18BD
RGB
CMYK
RGB Variations
Color information
#FA18BD (or 0xFA18BD) is known color: Shocking Pink. HEX triplet: FA, 18 and BD. RGB value is (250,24,189). Sum of RGB (Red+Green+Blue) = 250+24+189=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA18BD is #05E742. Grayscale: #6D6D6D. Windows color (decimal): -386883 or 12392698. OLE color: 12392698.
HSL color Cylindrical-coordinate representation of color #FA18BD: hue angle of 316.19º 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 #FA18BD is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 189 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.02 |
| HSL | 316.19º | 0.96% | 0.54% | - |
| HSV(B) | 316.19º | 0.9% | 0.98% | - |
| XYZ | 48.94 | 24.65 | 50.32 | - |
| YUV | 110.38 | 172.37 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 189 | 0 | 0.90 | 0.24 | 0.02 | 316.19 | 0.96 | 0.54 |
| Hex | FA | 18 | BD | 0 | 5A | 18 | 2 | 13C | 60 | 36 |
| Octal | 372 | 30 | 275 | 0 | 132 | 30 | 2 | 474 | 140 | 66 |
| Binary | 11111010 | 11000 | 10111101 | 0 | 1011010 | 11000 | 10 | 100111100 | 1100000 | 110110 |
Color Harmonies of #FA18BD
Complementary color
Monochromatic Colors of #FA18BD
Black with #FA18BD
Text Example
Text Example
White with #FA18BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA18BD; }
p { color: rgb(250,24,189); }
H1.HeaderClassName
{
color: #FA18BD;
}
.AnyTagClassName
{
color: #FA18BD;
}
</style>
background-color css
<style>
a { background-color: #FA18BD; }
a { background-color: rgb(250,24,189); }
div.DivClassName
{
background-color: #FA18BD;
}
.BgClassName
{
background-color: #FA18BD;
}
</style>
border-color css
<style>
span { border-color: #FA18BD; }
span { border-color: rgb(250,24,189); }
td.TdClassName
{
border-color: #FA18BD;
}
.TagClassName
{
border-color: #FA18BD;
}
</style>