Html Css Color HEX #FA177C Deep Pink

📋 copy color: '#FA177C'

red 250 ◦ green 23 ◦ blue 124

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

Shades of Deep Pink #FA177C

Tints of Deep Pink #FA177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.79%

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

R = 62.97%
G = 5.79%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA177C (or 0xFA177C) is known color: Deep Pink. HEX triplet: FA, 17 and 7C. RGB value is (250,23,124). Sum of RGB (Red+Green+Blue) = 250+23+124=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA177C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA177C is #05E883. Grayscale: #666666. Windows color (decimal): -387204 or 8132602. OLE color: 8132602.

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

Color convert

RGB 250 23 124 -
CMYK 0 0.91 0.50 0.02
HSL 333.3º 0.96% 0.54% -
HSV(B) 333.3º 0.91% 0.98% -
XYZ 43.37 22.39 21.11 -
YUV 102.39 140.21 233.29 -
System Red Green Blue C M Y K H S L
Decimal 250 23 124 0 0.91 0.50 0.02 333.3 0.96 0.54
Hex FA 17 7C 0 5B 32 2 14D 60 36
Octal 372 27 174 0 133 62 2 515 140 66
Binary 11111010 10111 1111100 0 1011011 110010 10 101001101 1100000 110110

Color Harmonies of #FA177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA177C

Black with #FA177C

Text Example


Text Example

White with #FA177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA177C; }

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

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

background-color css

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

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

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

border-color css

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

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

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