Html Css Color HEX #FA197C Deep Pink

📋 copy color: '#FA197C'

red 250 ◦ green 25 ◦ blue 124

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

Shades of Deep Pink #FA197C

Tints of Deep Pink #FA197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 62.66%
G = 6.27%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA197C (or 0xFA197C) is known color: Deep Pink. HEX triplet: FA, 19 and 7C. RGB value is (250,25,124). Sum of RGB (Red+Green+Blue) = 250+25+124=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA197C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA197C is #05E683. Grayscale: #676767. Windows color (decimal): -386692 or 8133114. OLE color: 8133114.

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

Color convert

RGB 250 25 124 -
CMYK 0 0.9 0.50 0.02
HSL 333.6º 0.96% 0.54% -
HSV(B) 333.6º 0.9% 0.98% -
XYZ 43.41 22.47 21.12 -
YUV 103.56 139.54 232.45 -
System Red Green Blue C M Y K H S L
Decimal 250 25 124 0 0.9 0.50 0.02 333.6 0.96 0.54
Hex FA 19 7C 0 5A 32 2 14E 60 36
Octal 372 31 174 0 132 62 2 516 140 66
Binary 11111010 11001 1111100 0 1011010 110010 10 101001110 1100000 110110

Color Harmonies of #FA197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA197C

Black with #FA197C

Text Example


Text Example

White with #FA197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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