Html Css Color HEX #FA1387 Deep Pink

📋 copy color: '#FA1387'

red 250 ◦ green 19 ◦ blue 135

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

Shades of Deep Pink #FA1387

Tints of Deep Pink #FA1387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.42%

R = 61.88%
G = 4.7%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA1387 (or 0xFA1387) is known color: Deep Pink. HEX triplet: FA, 13 and 87. RGB value is (250,19,135). Sum of RGB (Red+Green+Blue) = 250+19+135=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1387 is #05EC78. Grayscale: #656565. Windows color (decimal): -388217 or 8852474. OLE color: 8852474.

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

Color convert

RGB 250 19 135 -
CMYK 0 0.92 0.46 0.02
HSL 329.87º 0.96% 0.53% -
HSV(B) 329.87º 0.92% 0.98% -
XYZ 44.03 22.54 24.95 -
YUV 101.29 147.03 234.07 -
System Red Green Blue C M Y K H S L
Decimal 250 19 135 0 0.92 0.46 0.02 329.87 0.96 0.53
Hex FA 13 87 0 5C 2E 2 14A 60 35
Octal 372 23 207 0 134 56 2 512 140 65
Binary 11111010 10011 10000111 0 1011100 101110 10 101001010 1100000 110101

Color Harmonies of #FA1387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1387

Black with #FA1387

Text Example


Text Example

White with #FA1387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1387; }

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

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

background-color css

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

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

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

border-color css

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

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

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