Html Css Color HEX #FA139D Deep Pink

📋 copy color: '#FA139D'

red 250 ◦ green 19 ◦ blue 157

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

Shades of Deep Pink #FA139D

Tints of Deep Pink #FA139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.46%

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 58.69%
G = 4.46%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA139D (or 0xFA139D) is known color: Deep Pink. HEX triplet: FA, 13 and 9D. RGB value is (250,19,157). Sum of RGB (Red+Green+Blue) = 250+19+157=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA139D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA139D is #05EC62. Grayscale: #676767. Windows color (decimal): -388195 or 10294266. OLE color: 10294266.

HSL color Cylindrical-coordinate representation of color #FA139D: hue angle of 324.16º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA139D is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 19 157 -
CMYK 0 0.92 0.37 0.02
HSL 324.16º 0.96% 0.53% -
HSV(B) 324.16º 0.92% 0.98% -
XYZ 45.74 23.22 33.97 -
YUV 103.8 158.03 232.28 -
System Red Green Blue C M Y K H S L
Decimal 250 19 157 0 0.92 0.37 0.02 324.16 0.96 0.53
Hex FA 13 9D 0 5C 25 2 144 60 35
Octal 372 23 235 0 134 45 2 504 140 65
Binary 11111010 10011 10011101 0 1011100 100101 10 101000100 1100000 110101

Color Harmonies of #FA139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA139D

Black with #FA139D

Text Example


Text Example

White with #FA139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA139D; }

 p { color: rgb(250,19,157); }

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

background-color css

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

 a { background-color: rgb(250,19,157); }

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

border-color css

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

 span { border-color: rgb(250,19,157); }

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