Html Css Color HEX #FA1EBC Shocking Pink

📋 copy color: '#FA1EBC'

red 250 ◦ green 30 ◦ blue 188

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

Shades of Shocking Pink #FA1EBC

Tints of Shocking Pink #FA1EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 53.42%
G = 6.41%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA1EBC (or 0xFA1EBC) is known color: Shocking Pink. HEX triplet: FA, 1E and BC. RGB value is (250,30,188). Sum of RGB (Red+Green+Blue) = 250+30+188=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1EBC is #05E143. Grayscale: #717171. Windows color (decimal): -385348 or 12328698. OLE color: 12328698.

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

Color convert

RGB 250 30 188 -
CMYK 0 0.88 0.25 0.02
HSL 316.91º 0.96% 0.55% -
HSV(B) 316.91º 0.88% 0.98% -
XYZ 48.97 24.88 49.8 -
YUV 113.79 169.89 225.15 -
System Red Green Blue C M Y K H S L
Decimal 250 30 188 0 0.88 0.25 0.02 316.91 0.96 0.55
Hex FA 1E BC 0 58 19 2 13D 60 37
Octal 372 36 274 0 130 31 2 475 140 67
Binary 11111010 11110 10111100 0 1011000 11001 10 100111101 1100000 110111

Color Harmonies of #FA1EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1EBC

Black with #FA1EBC

Text Example


Text Example

White with #FA1EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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