Html Css Color HEX #FA178D Deep Pink

📋 copy color: '#FA178D'

red 250 ◦ green 23 ◦ blue 141

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

Shades of Deep Pink #FA178D

Tints of Deep Pink #FA178D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 60.39%
G = 5.56%
B = 34.06%

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

#FA178D (or 0xFA178D) is known color: Deep Pink. HEX triplet: FA, 17 and 8D. RGB value is (250,23,141). Sum of RGB (Red+Green+Blue) = 250+23+141=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA178D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA178D is #05E872. Grayscale: #686868. Windows color (decimal): -387187 or 9246714. OLE color: 9246714.

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

Color convert

RGB 250 23 141 -
CMYK 0 0.91 0.44 0.02
HSL 328.81º 0.96% 0.54% -
HSV(B) 328.81º 0.91% 0.98% -
XYZ 44.54 22.86 27.26 -
YUV 104.33 148.71 231.91 -
System Red Green Blue C M Y K H S L
Decimal 250 23 141 0 0.91 0.44 0.02 328.81 0.96 0.54
Hex FA 17 8D 0 5B 2C 2 149 60 36
Octal 372 27 215 0 133 54 2 511 140 66
Binary 11111010 10111 10001101 0 1011011 101100 10 101001001 1100000 110110

Color Harmonies of #FA178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA178D

Black with #FA178D

Text Example


Text Example

White with #FA178D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA178D; }

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

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

background-color css

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

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

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

border-color css

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

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

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