Shades of Shocking Pink #FA18D4
Tints of Shocking Pink #FA18D4
RGB
CMYK
RGB Variations
Color information
#FA18D4 (or 0xFA18D4) is known color: Shocking Pink. HEX triplet: FA, 18 and D4. RGB value is (250,24,212). Sum of RGB (Red+Green+Blue) = 250+24+212=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 24 (9.77% from 255 or 4.94% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA18D4 is #05E72B. Grayscale: #707070. Windows color (decimal): -386860 or 13900026. OLE color: 13900026.
HSL color Cylindrical-coordinate representation of color #FA18D4: hue angle of 310.09º 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 #FA18D4 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 212 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.02 |
| HSL | 310.09º | 0.96% | 0.54% | - |
| HSV(B) | 310.09º | 0.9% | 0.98% | - |
| XYZ | 51.63 | 25.73 | 64.53 | - |
| YUV | 113.01 | 183.87 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 212 | 0 | 0.90 | 0.15 | 0.02 | 310.09 | 0.96 | 0.54 |
| Hex | FA | 18 | D4 | 0 | 5A | F | 2 | 136 | 60 | 36 |
| Octal | 372 | 30 | 324 | 0 | 132 | 17 | 2 | 466 | 140 | 66 |
| Binary | 11111010 | 11000 | 11010100 | 0 | 1011010 | 1111 | 10 | 100110110 | 1100000 | 110110 |
Color Harmonies of #FA18D4
Complementary color
Monochromatic Colors of #FA18D4
Black with #FA18D4
Text Example
Text Example
White with #FA18D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA18D4; }
p { color: rgb(250,24,212); }
H1.HeaderClassName
{
color: #FA18D4;
}
.AnyTagClassName
{
color: #FA18D4;
}
</style>
background-color css
<style>
a { background-color: #FA18D4; }
a { background-color: rgb(250,24,212); }
div.DivClassName
{
background-color: #FA18D4;
}
.BgClassName
{
background-color: #FA18D4;
}
</style>
border-color css
<style>
span { border-color: #FA18D4; }
span { border-color: rgb(250,24,212); }
td.TdClassName
{
border-color: #FA18D4;
}
.TagClassName
{
border-color: #FA18D4;
}
</style>