Html Css Color HEX #FA1881 Deep Pink

📋 copy color: '#FA1881'

red 250 ◦ green 24 ◦ blue 129

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

Shades of Deep Pink #FA1881

Tints of Deep Pink #FA1881

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.96%

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

R = 62.03%
G = 5.96%
B = 32.01%

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

#FA1881 (or 0xFA1881) is known color: Deep Pink. HEX triplet: FA, 18 and 81. RGB value is (250,24,129). Sum of RGB (Red+Green+Blue) = 250+24+129=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1881 is #05E77E. Grayscale: #676767. Windows color (decimal): -386943 or 8460538. OLE color: 8460538.

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

Color convert

RGB 250 24 129 -
CMYK 0 0.90 0.48 0.02
HSL 332.12º 0.96% 0.54% -
HSV(B) 332.12º 0.9% 0.98% -
XYZ 43.71 22.56 22.82 -
YUV 103.54 142.37 232.46 -
System Red Green Blue C M Y K H S L
Decimal 250 24 129 0 0.90 0.48 0.02 332.12 0.96 0.54
Hex FA 18 81 0 5A 30 2 14C 60 36
Octal 372 30 201 0 132 60 2 514 140 66
Binary 11111010 11000 10000001 0 1011010 110000 10 101001100 1100000 110110

Color Harmonies of #FA1881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1881

Black with #FA1881

Text Example


Text Example

White with #FA1881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1881; }

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

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

background-color css

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

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

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

border-color css

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

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

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