Html Css Color HEX #FD178D Deep Pink

📋 copy color: '#FD178D'

red 253 ◦ green 23 ◦ blue 141

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

Shades of Deep Pink #FD178D

Tints of Deep Pink #FD178D

RGB

 RED value IS 253 (99.22% from 255) = 60.67%

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

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

R = 60.67%
G = 5.52%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD178D (or 0xFD178D) is known color: Deep Pink. HEX triplet: FD, 17 and 8D. RGB value is (253,23,141). Sum of RGB (Red+Green+Blue) = 253+23+141=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD178D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD178D is #02E872. Grayscale: #686868. Windows color (decimal): -190579 or 9246717. OLE color: 9246717.

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

Color convert

RGB 253 23 141 -
CMYK 0 0.91 0.44 0.01
HSL 329.22º 0.98% 0.54% -
HSV(B) 329.22º 0.91% 0.99% -
XYZ 45.62 23.42 27.31 -
YUV 105.22 148.2 233.41 -
System Red Green Blue C M Y K H S L
Decimal 253 23 141 0 0.91 0.44 0.01 329.22 0.98 0.54
Hex FD 17 8D 0 5B 2C 1 149 62 36
Octal 375 27 215 0 133 54 1 511 142 66
Binary 11111101 10111 10001101 0 1011011 101100 1 101001001 1100010 110110

Color Harmonies of #FD178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD178D

Black with #FD178D

Text Example


Text Example

White with #FD178D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD178D; }

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

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

background-color css

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

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

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

border-color css

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

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

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