Html Css Color HEX #FA1189 Deep Pink

📋 copy color: '#FA1189'

red 250 ◦ green 17 ◦ blue 137

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

Shades of Deep Pink #FA1189

Tints of Deep Pink #FA1189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.21%

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

R = 61.88%
G = 4.21%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA1189 (or 0xFA1189) is known color: Deep Pink. HEX triplet: FA, 11 and 89. RGB value is (250,17,137). Sum of RGB (Red+Green+Blue) = 250+17+137=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1189 is #05EE76. Grayscale: #646464. Windows color (decimal): -388727 or 8983034. OLE color: 8983034.

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

Color convert

RGB 250 17 137 -
CMYK 0 0.93 0.45 0.02
HSL 329.1º 0.96% 0.52% -
HSV(B) 329.1º 0.93% 0.98% -
XYZ 44.14 22.53 25.69 -
YUV 100.35 148.69 234.74 -
System Red Green Blue C M Y K H S L
Decimal 250 17 137 0 0.93 0.45 0.02 329.1 0.96 0.52
Hex FA 11 89 0 5D 2D 2 149 60 34
Octal 372 21 211 0 135 55 2 511 140 64
Binary 11111010 10001 10001001 0 1011101 101101 10 101001001 1100000 110100

Color Harmonies of #FA1189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1189

Black with #FA1189

Text Example


Text Example

White with #FA1189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1189; }

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

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

background-color css

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

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

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

border-color css

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

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

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