Html Css Color HEX #FA139A Deep Pink

📋 copy color: '#FA139A'

red 250 ◦ green 19 ◦ blue 154

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

Shades of Deep Pink #FA139A

Tints of Deep Pink #FA139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 59.1%
G = 4.49%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA139A (or 0xFA139A) is known color: Deep Pink. HEX triplet: FA, 13 and 9A. RGB value is (250,19,154). Sum of RGB (Red+Green+Blue) = 250+19+154=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA139A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA139A is #05EC65. Grayscale: #676767. Windows color (decimal): -388198 or 10097658. OLE color: 10097658.

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

Color convert

RGB 250 19 154 -
CMYK 0 0.92 0.38 0.02
HSL 324.94º 0.96% 0.53% -
HSV(B) 324.94º 0.92% 0.98% -
XYZ 45.49 23.12 32.64 -
YUV 103.46 156.53 232.52 -
System Red Green Blue C M Y K H S L
Decimal 250 19 154 0 0.92 0.38 0.02 324.94 0.96 0.53
Hex FA 13 9A 0 5C 26 2 145 60 35
Octal 372 23 232 0 134 46 2 505 140 65
Binary 11111010 10011 10011010 0 1011100 100110 10 101000101 1100000 110101

Color Harmonies of #FA139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA139A

Black with #FA139A

Text Example


Text Example

White with #FA139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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