Html Css Color HEX #FA198C Deep Pink

📋 copy color: '#FA198C'

red 250 ◦ green 25 ◦ blue 140

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

Shades of Deep Pink #FA198C

Tints of Deep Pink #FA198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.02%

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

R = 60.24%
G = 6.02%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA198C (or 0xFA198C) is known color: Deep Pink. HEX triplet: FA, 19 and 8C. RGB value is (250,25,140). Sum of RGB (Red+Green+Blue) = 250+25+140=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA198C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA198C is #05E673. Grayscale: #696969. Windows color (decimal): -386676 or 9181690. OLE color: 9181690.

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

Color convert

RGB 250 25 140 -
CMYK 0 0.9 0.44 0.02
HSL 329.33º 0.96% 0.54% -
HSV(B) 329.33º 0.9% 0.98% -
XYZ 44.51 22.91 26.89 -
YUV 105.39 147.54 231.15 -
System Red Green Blue C M Y K H S L
Decimal 250 25 140 0 0.9 0.44 0.02 329.33 0.96 0.54
Hex FA 19 8C 0 5A 2C 2 149 60 36
Octal 372 31 214 0 132 54 2 511 140 66
Binary 11111010 11001 10001100 0 1011010 101100 10 101001001 1100000 110110

Color Harmonies of #FA198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA198C

Black with #FA198C

Text Example


Text Example

White with #FA198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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