Html Css Color HEX #FA1E81 Deep Pink

📋 copy color: '#FA1E81'

red 250 ◦ green 30 ◦ blue 129

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

Shades of Deep Pink #FA1E81

Tints of Deep Pink #FA1E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.33%

 BLUE value IS 129 (50.78% from 255) = 31.54%

R = 61.12%
G = 7.33%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA1E81 (or 0xFA1E81) is known color: Deep Pink. HEX triplet: FA, 1E and 81. RGB value is (250,30,129). Sum of RGB (Red+Green+Blue) = 250+30+129=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1E81 is #05E17E. Grayscale: #6A6A6A. Windows color (decimal): -385407 or 8462074. OLE color: 8462074.

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

Color convert

RGB 250 30 129 -
CMYK 0 0.88 0.48 0.02
HSL 333º 0.96% 0.55% -
HSV(B) 333º 0.88% 0.98% -
XYZ 43.85 22.84 22.87 -
YUV 107.07 140.39 229.95 -
System Red Green Blue C M Y K H S L
Decimal 250 30 129 0 0.88 0.48 0.02 333 0.96 0.55
Hex FA 1E 81 0 58 30 2 14D 60 37
Octal 372 36 201 0 130 60 2 515 140 67
Binary 11111010 11110 10000001 0 1011000 110000 10 101001101 1100000 110111

Color Harmonies of #FA1E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E81

Black with #FA1E81

Text Example


Text Example

White with #FA1E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E81; }

 p { color: rgb(250,30,129); }

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

background-color css

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

 a { background-color: rgb(250,30,129); }

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

border-color css

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

 span { border-color: rgb(250,30,129); }

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