Html Css Color HEX #FA138C Deep Pink

📋 copy color: '#FA138C'

red 250 ◦ green 19 ◦ blue 140

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

Shades of Deep Pink #FA138C

Tints of Deep Pink #FA138C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 61.12%
G = 4.65%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA138C (or 0xFA138C) is known color: Deep Pink. HEX triplet: FA, 13 and 8C. RGB value is (250,19,140). Sum of RGB (Red+Green+Blue) = 250+19+140=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA138C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA138C is #05EC73. Grayscale: #656565. Windows color (decimal): -388212 or 9180154. OLE color: 9180154.

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

Color convert

RGB 250 19 140 -
CMYK 0 0.92 0.44 0.02
HSL 328.57º 0.96% 0.53% -
HSV(B) 328.57º 0.92% 0.98% -
XYZ 44.39 22.68 26.85 -
YUV 101.86 149.53 233.66 -
System Red Green Blue C M Y K H S L
Decimal 250 19 140 0 0.92 0.44 0.02 328.57 0.96 0.53
Hex FA 13 8C 0 5C 2C 2 149 60 35
Octal 372 23 214 0 134 54 2 511 140 65
Binary 11111010 10011 10001100 0 1011100 101100 10 101001001 1100000 110101

Color Harmonies of #FA138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA138C

Black with #FA138C

Text Example


Text Example

White with #FA138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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