Html Css Color HEX #FA1A89 Deep Pink

📋 copy color: '#FA1A89'

red 250 ◦ green 26 ◦ blue 137

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

Shades of Deep Pink #FA1A89

Tints of Deep Pink #FA1A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.17%

R = 60.53%
G = 6.3%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA1A89 (or 0xFA1A89) is known color: Deep Pink. HEX triplet: FA, 1A and 89. RGB value is (250,26,137). Sum of RGB (Red+Green+Blue) = 250+26+137=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1A89 is #05E576. Grayscale: #696969. Windows color (decimal): -386423 or 8985338. OLE color: 8985338.

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

Color convert

RGB 250 26 137 -
CMYK 0 0.90 0.45 0.02
HSL 330.27º 0.96% 0.54% -
HSV(B) 330.27º 0.9% 0.98% -
XYZ 44.31 22.87 25.75 -
YUV 105.63 145.71 230.97 -
System Red Green Blue C M Y K H S L
Decimal 250 26 137 0 0.90 0.45 0.02 330.27 0.96 0.54
Hex FA 1A 89 0 5A 2D 2 14A 60 36
Octal 372 32 211 0 132 55 2 512 140 66
Binary 11111010 11010 10001001 0 1011010 101101 10 101001010 1100000 110110

Color Harmonies of #FA1A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A89

Black with #FA1A89

Text Example


Text Example

White with #FA1A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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