Html Css Color HEX #FA178B Deep Pink

📋 copy color: '#FA178B'

red 250 ◦ green 23 ◦ blue 139

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

Shades of Deep Pink #FA178B

Tints of Deep Pink #FA178B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 60.68%
G = 5.58%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA178B (or 0xFA178B) is known color: Deep Pink. HEX triplet: FA, 17 and 8B. RGB value is (250,23,139). Sum of RGB (Red+Green+Blue) = 250+23+139=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA178B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA178B is #05E874. Grayscale: #676767. Windows color (decimal): -387189 or 9115642. OLE color: 9115642.

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

Color convert

RGB 250 23 139 -
CMYK 0 0.91 0.44 0.02
HSL 329.34º 0.96% 0.54% -
HSV(B) 329.34º 0.91% 0.98% -
XYZ 44.39 22.8 26.49 -
YUV 104.1 147.71 232.07 -
System Red Green Blue C M Y K H S L
Decimal 250 23 139 0 0.91 0.44 0.02 329.34 0.96 0.54
Hex FA 17 8B 0 5B 2C 2 149 60 36
Octal 372 27 213 0 133 54 2 511 140 66
Binary 11111010 10111 10001011 0 1011011 101100 10 101001001 1100000 110110

Color Harmonies of #FA178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA178B

Black with #FA178B

Text Example


Text Example

White with #FA178B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA178B; }

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

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

background-color css

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

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

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

border-color css

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

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

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