Html Css Color HEX #FA1083 Deep Pink

📋 copy color: '#FA1083'

red 250 ◦ green 16 ◦ blue 131

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

Shades of Deep Pink #FA1083

Tints of Deep Pink #FA1083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.03%

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

R = 62.97%
G = 4.03%
B = 33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA1083 (or 0xFA1083) is known color: Deep Pink. HEX triplet: FA, 10 and 83. RGB value is (250,16,131). Sum of RGB (Red+Green+Blue) = 250+16+131=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1083 is #05EF7C. Grayscale: #626262. Windows color (decimal): -388989 or 8589562. OLE color: 8589562.

HSL color Cylindrical-coordinate representation of color #FA1083: hue angle of 330.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA1083 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 16 131 -
CMYK 0 0.94 0.48 0.02
HSL 330.51º 0.96% 0.52% -
HSV(B) 330.51º 0.94% 0.98% -
XYZ 43.71 22.33 23.48 -
YUV 99.08 146.02 235.65 -
System Red Green Blue C M Y K H S L
Decimal 250 16 131 0 0.94 0.48 0.02 330.51 0.96 0.52
Hex FA 10 83 0 5E 30 2 14B 60 34
Octal 372 20 203 0 136 60 2 513 140 64
Binary 11111010 10000 10000011 0 1011110 110000 10 101001011 1100000 110100

Color Harmonies of #FA1083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1083

Black with #FA1083

Text Example


Text Example

White with #FA1083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1083; }

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

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

background-color css

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

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

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

border-color css

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

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

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