Html Css Color HEX #FA1E86 Deep Pink

📋 copy color: '#FA1E86'

red 250 ◦ green 30 ◦ blue 134

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

Shades of Deep Pink #FA1E86

Tints of Deep Pink #FA1E86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.37%

R = 60.39%
G = 7.25%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA1E86 (or 0xFA1E86) is known color: Deep Pink. HEX triplet: FA, 1E and 86. RGB value is (250,30,134). Sum of RGB (Red+Green+Blue) = 250+30+134=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1E86 is #05E179. Grayscale: #6B6B6B. Windows color (decimal): -385402 or 8789754. OLE color: 8789754.

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

Color convert

RGB 250 30 134 -
CMYK 0 0.88 0.46 0.02
HSL 331.64º 0.96% 0.55% -
HSV(B) 331.64º 0.88% 0.98% -
XYZ 44.19 22.97 24.66 -
YUV 107.64 142.89 229.54 -
System Red Green Blue C M Y K H S L
Decimal 250 30 134 0 0.88 0.46 0.02 331.64 0.96 0.55
Hex FA 1E 86 0 58 2E 2 14C 60 37
Octal 372 36 206 0 130 56 2 514 140 67
Binary 11111010 11110 10000110 0 1011000 101110 10 101001100 1100000 110111

Color Harmonies of #FA1E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E86

Black with #FA1E86

Text Example


Text Example

White with #FA1E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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