Html Css Color HEX #FA118C Deep Pink

📋 copy color: '#FA118C'

red 250 ◦ green 17 ◦ blue 140

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

Shades of Deep Pink #FA118C

Tints of Deep Pink #FA118C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 61.43%
G = 4.18%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA118C (or 0xFA118C) is known color: Deep Pink. HEX triplet: FA, 11 and 8C. RGB value is (250,17,140). Sum of RGB (Red+Green+Blue) = 250+17+140=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA118C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA118C is #05EE73. Grayscale: #646464. Windows color (decimal): -388724 or 9179642. OLE color: 9179642.

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

Color convert

RGB 250 17 140 -
CMYK 0 0.93 0.44 0.02
HSL 328.33º 0.96% 0.52% -
HSV(B) 328.33º 0.93% 0.98% -
XYZ 44.36 22.62 26.84 -
YUV 100.69 150.19 234.5 -
System Red Green Blue C M Y K H S L
Decimal 250 17 140 0 0.93 0.44 0.02 328.33 0.96 0.52
Hex FA 11 8C 0 5D 2C 2 148 60 34
Octal 372 21 214 0 135 54 2 510 140 64
Binary 11111010 10001 10001100 0 1011101 101100 10 101001000 1100000 110100

Color Harmonies of #FA118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA118C

Black with #FA118C

Text Example


Text Example

White with #FA118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA118C; }

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

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

background-color css

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

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

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

border-color css

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

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

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