Shades of Shocking Pink #FA18D0
Tints of Shocking Pink #FA18D0
RGB
CMYK
RGB Variations
Color information
#FA18D0 (or 0xFA18D0) is known color: Shocking Pink. HEX triplet: FA, 18 and D0. RGB value is (250,24,208). Sum of RGB (Red+Green+Blue) = 250+24+208=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 24 (9.77% from 255 or 4.98% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA18D0 is #05E72F. Grayscale: #707070. Windows color (decimal): -386864 or 13637882. OLE color: 13637882.
HSL color Cylindrical-coordinate representation of color #FA18D0: hue angle of 311.15º 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 #FA18D0 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 208 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.02 |
| HSL | 311.15º | 0.96% | 0.54% | - |
| HSV(B) | 311.15º | 0.9% | 0.98% | - |
| XYZ | 51.14 | 25.53 | 61.91 | - |
| YUV | 112.55 | 181.87 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 208 | 0 | 0.90 | 0.17 | 0.02 | 311.15 | 0.96 | 0.54 |
| Hex | FA | 18 | D0 | 0 | 5A | 11 | 2 | 137 | 60 | 36 |
| Octal | 372 | 30 | 320 | 0 | 132 | 21 | 2 | 467 | 140 | 66 |
| Binary | 11111010 | 11000 | 11010000 | 0 | 1011010 | 10001 | 10 | 100110111 | 1100000 | 110110 |
Color Harmonies of #FA18D0
Complementary color
Monochromatic Colors of #FA18D0
Black with #FA18D0
Text Example
Text Example
White with #FA18D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA18D0; }
p { color: rgb(250,24,208); }
H1.HeaderClassName
{
color: #FA18D0;
}
.AnyTagClassName
{
color: #FA18D0;
}
</style>
background-color css
<style>
a { background-color: #FA18D0; }
a { background-color: rgb(250,24,208); }
div.DivClassName
{
background-color: #FA18D0;
}
.BgClassName
{
background-color: #FA18D0;
}
</style>
border-color css
<style>
span { border-color: #FA18D0; }
span { border-color: rgb(250,24,208); }
td.TdClassName
{
border-color: #FA18D0;
}
.TagClassName
{
border-color: #FA18D0;
}
</style>