Html Css Color HEX #FA138A Deep Pink

📋 copy color: '#FA138A'

red 250 ◦ green 19 ◦ blue 138

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

Shades of Deep Pink #FA138A

Tints of Deep Pink #FA138A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 61.43%
G = 4.67%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA138A (or 0xFA138A) is known color: Deep Pink. HEX triplet: FA, 13 and 8A. RGB value is (250,19,138). Sum of RGB (Red+Green+Blue) = 250+19+138=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA138A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA138A is #05EC75. Grayscale: #656565. Windows color (decimal): -388214 or 9049082. OLE color: 9049082.

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

Color convert

RGB 250 19 138 -
CMYK 0 0.92 0.45 0.02
HSL 329.09º 0.96% 0.53% -
HSV(B) 329.09º 0.92% 0.98% -
XYZ 44.24 22.62 26.08 -
YUV 101.64 148.53 233.82 -
System Red Green Blue C M Y K H S L
Decimal 250 19 138 0 0.92 0.45 0.02 329.09 0.96 0.53
Hex FA 13 8A 0 5C 2D 2 149 60 35
Octal 372 23 212 0 134 55 2 511 140 65
Binary 11111010 10011 10001010 0 1011100 101101 10 101001001 1100000 110101

Color Harmonies of #FA138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA138A

Black with #FA138A

Text Example


Text Example

White with #FA138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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