Html Css Color HEX #FD178E Deep Pink

📋 copy color: '#FD178E'

red 253 ◦ green 23 ◦ blue 142

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

Shades of Deep Pink #FD178E

Tints of Deep Pink #FD178E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.97%

R = 60.53%
G = 5.5%
B = 33.97%

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

#FD178E (or 0xFD178E) is known color: Deep Pink. HEX triplet: FD, 17 and 8E. RGB value is (253,23,142). Sum of RGB (Red+Green+Blue) = 253+23+142=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD178E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD178E is #02E871. Grayscale: #696969. Windows color (decimal): -190578 or 9312253. OLE color: 9312253.

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

Color convert

RGB 253 23 142 -
CMYK 0 0.91 0.44 0.01
HSL 328.96º 0.98% 0.54% -
HSV(B) 328.96º 0.91% 0.99% -
XYZ 45.7 23.45 27.71 -
YUV 105.34 148.7 233.32 -
System Red Green Blue C M Y K H S L
Decimal 253 23 142 0 0.91 0.44 0.01 328.96 0.98 0.54
Hex FD 17 8E 0 5B 2C 1 149 62 36
Octal 375 27 216 0 133 54 1 511 142 66
Binary 11111101 10111 10001110 0 1011011 101100 1 101001001 1100010 110110

Color Harmonies of #FD178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD178E

Black with #FD178E

Text Example


Text Example

White with #FD178E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD178E; }

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

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

background-color css

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

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

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

border-color css

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

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

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