Html Css Color HEX #FA1EC1 Shocking Pink

📋 copy color: '#FA1EC1'

red 250 ◦ green 30 ◦ blue 193

#FA1EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #FA1EC1

Tints of Shocking Pink #FA1EC1

RGB

 RED value IS 250 (98.05% from 255) = 52.85%

 GREEN value IS 30 (12.11% from 255) = 6.34%

 BLUE value IS 193 (75.78% from 255) = 40.8%

R = 52.85%
G = 6.34%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FA1EC1 (or 0xFA1EC1) is known color: Shocking Pink. HEX triplet: FA, 1E and C1. RGB value is (250,30,193). Sum of RGB (Red+Green+Blue) = 250+30+193=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1EC1 is #05E13E. Grayscale: #717171. Windows color (decimal): -385343 or 12656378. OLE color: 12656378.

HSL color Cylindrical-coordinate representation of color #FA1EC1: hue angle of 315.55º 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 #FA1EC1 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 30 193 -
CMYK 0 0.88 0.23 0.02
HSL 315.55º 0.96% 0.55% -
HSV(B) 315.55º 0.88% 0.98% -
XYZ 49.51 25.1 52.69 -
YUV 114.36 172.39 224.75 -
System Red Green Blue C M Y K H S L
Decimal 250 30 193 0 0.88 0.23 0.02 315.55 0.96 0.55
Hex FA 1E C1 0 58 17 2 13C 60 37
Octal 372 36 301 0 130 27 2 474 140 67
Binary 11111010 11110 11000001 0 1011000 10111 10 100111100 1100000 110111

Color Harmonies of #FA1EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1EC1

Black with #FA1EC1

Text Example


Text Example

White with #FA1EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1EC1; }

 p { color: rgb(250,30,193); }

 H1.HeaderClassName
 {
   color: #FA1EC1;
 }
 .AnyTagClassName
 {
   color: #FA1EC1;
 }
</style>

background-color css

<style>
 a { background-color: #FA1EC1; }

 a { background-color: rgb(250,30,193); }

 div.DivClassName
 {
   background-color: #FA1EC1;
 }
 .BgClassName
 {
   background-color: #FA1EC1;
 }
</style>

border-color css

<style>
 span { border-color: #FA1EC1; }

 span { border-color: rgb(250,30,193); }

 td.TdClassName
 {
   border-color: #FA1EC1;
 }
 .TagClassName
 {
   border-color: #FA1EC1;
 }
</style>