Html Css Color HEX #FA1383 Deep Pink

📋 copy color: '#FA1383'

red 250 ◦ green 19 ◦ blue 131

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

Shades of Deep Pink #FA1383

Tints of Deep Pink #FA1383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 62.5%
G = 4.75%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA1383 (or 0xFA1383) is known color: Deep Pink. HEX triplet: FA, 13 and 83. RGB value is (250,19,131). Sum of RGB (Red+Green+Blue) = 250+19+131=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1383 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1383 is #05EC7C. Grayscale: #646464. Windows color (decimal): -388221 or 8590330. OLE color: 8590330.

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

Color convert

RGB 250 19 131 -
CMYK 0 0.92 0.48 0.02
HSL 330.91º 0.96% 0.53% -
HSV(B) 330.91º 0.92% 0.98% -
XYZ 43.75 22.43 23.5 -
YUV 100.84 145.03 234.39 -
System Red Green Blue C M Y K H S L
Decimal 250 19 131 0 0.92 0.48 0.02 330.91 0.96 0.53
Hex FA 13 83 0 5C 30 2 14B 60 35
Octal 372 23 203 0 134 60 2 513 140 65
Binary 11111010 10011 10000011 0 1011100 110000 10 101001011 1100000 110101

Color Harmonies of #FA1383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1383

Black with #FA1383

Text Example


Text Example

White with #FA1383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1383; }

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

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

background-color css

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

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

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

border-color css

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

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

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