Html Css Color HEX #FA1886 Deep Pink

📋 copy color: '#FA1886'

red 250 ◦ green 24 ◦ blue 134

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

Shades of Deep Pink #FA1886

Tints of Deep Pink #FA1886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.84%

R = 61.27%
G = 5.88%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA1886 (or 0xFA1886) is known color: Deep Pink. HEX triplet: FA, 18 and 86. RGB value is (250,24,134). Sum of RGB (Red+Green+Blue) = 250+24+134=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1886 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1886 is #05E779. Grayscale: #676767. Windows color (decimal): -386938 or 8788218. OLE color: 8788218.

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

Color convert

RGB 250 24 134 -
CMYK 0 0.90 0.46 0.02
HSL 330.8º 0.96% 0.54% -
HSV(B) 330.8º 0.9% 0.98% -
XYZ 44.05 22.7 24.61 -
YUV 104.11 144.87 232.06 -
System Red Green Blue C M Y K H S L
Decimal 250 24 134 0 0.90 0.46 0.02 330.8 0.96 0.54
Hex FA 18 86 0 5A 2E 2 14B 60 36
Octal 372 30 206 0 132 56 2 513 140 66
Binary 11111010 11000 10000110 0 1011010 101110 10 101001011 1100000 110110

Color Harmonies of #FA1886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1886

Black with #FA1886

Text Example


Text Example

White with #FA1886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1886; }

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

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

background-color css

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

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

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

border-color css

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

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

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