Html Css Color HEX #FA1386 Deep Pink

📋 copy color: '#FA1386'

red 250 ◦ green 19 ◦ blue 134

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

Shades of Deep Pink #FA1386

Tints of Deep Pink #FA1386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.25%

R = 62.03%
G = 4.71%
B = 33.25%

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

#FA1386 (or 0xFA1386) is known color: Deep Pink. HEX triplet: FA, 13 and 86. RGB value is (250,19,134). Sum of RGB (Red+Green+Blue) = 250+19+134=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1386 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1386 is #05EC79. Grayscale: #646464. Windows color (decimal): -388218 or 8786938. OLE color: 8786938.

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

Color convert

RGB 250 19 134 -
CMYK 0 0.92 0.46 0.02
HSL 330.13º 0.96% 0.53% -
HSV(B) 330.13º 0.92% 0.98% -
XYZ 43.96 22.51 24.58 -
YUV 101.18 146.53 234.15 -
System Red Green Blue C M Y K H S L
Decimal 250 19 134 0 0.92 0.46 0.02 330.13 0.96 0.53
Hex FA 13 86 0 5C 2E 2 14A 60 35
Octal 372 23 206 0 134 56 2 512 140 65
Binary 11111010 10011 10000110 0 1011100 101110 10 101001010 1100000 110101

Color Harmonies of #FA1386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1386

Black with #FA1386

Text Example


Text Example

White with #FA1386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1386; }

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

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

background-color css

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

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

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

border-color css

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

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

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