Html Css Color HEX #FA1A83 Deep Pink

📋 copy color: '#FA1A83'

red 250 ◦ green 26 ◦ blue 131

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

Shades of Deep Pink #FA1A83

Tints of Deep Pink #FA1A83

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.39%

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

R = 61.43%
G = 6.39%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA1A83 (or 0xFA1A83) is known color: Deep Pink. HEX triplet: FA, 1A and 83. RGB value is (250,26,131). Sum of RGB (Red+Green+Blue) = 250+26+131=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1A83 is #05E57C. Grayscale: #686868. Windows color (decimal): -386429 or 8592122. OLE color: 8592122.

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

Color convert

RGB 250 26 131 -
CMYK 0 0.90 0.48 0.02
HSL 331.88º 0.96% 0.54% -
HSV(B) 331.88º 0.9% 0.98% -
XYZ 43.89 22.7 23.54 -
YUV 104.95 142.71 231.46 -
System Red Green Blue C M Y K H S L
Decimal 250 26 131 0 0.90 0.48 0.02 331.88 0.96 0.54
Hex FA 1A 83 0 5A 30 2 14C 60 36
Octal 372 32 203 0 132 60 2 514 140 66
Binary 11111010 11010 10000011 0 1011010 110000 10 101001100 1100000 110110

Color Harmonies of #FA1A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A83

Black with #FA1A83

Text Example


Text Example

White with #FA1A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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