Shades of Shocking Pink #FA1ECF
Tints of Shocking Pink #FA1ECF
RGB
CMYK
RGB Variations
Color information
#FA1ECF (or 0xFA1ECF) is known color: Shocking Pink. HEX triplet: FA, 1E and CF. RGB value is (250,30,207). Sum of RGB (Red+Green+Blue) = 250+30+207=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1ECF is #05E130. Grayscale: #737373. Windows color (decimal): -385329 or 13573882. OLE color: 13573882.
HSL color Cylindrical-coordinate representation of color #FA1ECF: hue angle of 311.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1ECF is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 207 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.02 |
| HSL | 311.73º | 0.96% | 0.55% | - |
| HSV(B) | 311.73º | 0.88% | 0.98% | - |
| XYZ | 51.15 | 25.76 | 61.31 | - |
| YUV | 115.96 | 179.39 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 207 | 0 | 0.88 | 0.17 | 0.02 | 311.73 | 0.96 | 0.55 |
| Hex | FA | 1E | CF | 0 | 58 | 11 | 2 | 138 | 60 | 37 |
| Octal | 372 | 36 | 317 | 0 | 130 | 21 | 2 | 470 | 140 | 67 |
| Binary | 11111010 | 11110 | 11001111 | 0 | 1011000 | 10001 | 10 | 100111000 | 1100000 | 110111 |
Color Harmonies of #FA1ECF
Complementary color
Monochromatic Colors of #FA1ECF
Black with #FA1ECF
Text Example
Text Example
White with #FA1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1ECF; }
p { color: rgb(250,30,207); }
H1.HeaderClassName
{
color: #FA1ECF;
}
.AnyTagClassName
{
color: #FA1ECF;
}
</style>
background-color css
<style>
a { background-color: #FA1ECF; }
a { background-color: rgb(250,30,207); }
div.DivClassName
{
background-color: #FA1ECF;
}
.BgClassName
{
background-color: #FA1ECF;
}
</style>
border-color css
<style>
span { border-color: #FA1ECF; }
span { border-color: rgb(250,30,207); }
td.TdClassName
{
border-color: #FA1ECF;
}
.TagClassName
{
border-color: #FA1ECF;
}
</style>