Html Css Color HEX #FD179A Deep Pink

📋 copy color: '#FD179A'

red 253 ◦ green 23 ◦ blue 154

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

Shades of Deep Pink #FD179A

Tints of Deep Pink #FD179A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.81%

R = 58.84%
G = 5.35%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD179A (or 0xFD179A) is known color: Deep Pink. HEX triplet: FD, 17 and 9A. RGB value is (253,23,154). Sum of RGB (Red+Green+Blue) = 253+23+154=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD179A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD179A is #02E865. Grayscale: #6A6A6A. Windows color (decimal): -190566 or 10098685. OLE color: 10098685.

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

Color convert

RGB 253 23 154 -
CMYK 0 0.91 0.39 0.01
HSL 325.83º 0.98% 0.54% -
HSV(B) 325.83º 0.91% 0.99% -
XYZ 46.65 23.83 32.71 -
YUV 106.7 154.7 232.35 -
System Red Green Blue C M Y K H S L
Decimal 253 23 154 0 0.91 0.39 0.01 325.83 0.98 0.54
Hex FD 17 9A 0 5B 27 1 146 62 36
Octal 375 27 232 0 133 47 1 506 142 66
Binary 11111101 10111 10011010 0 1011011 100111 1 101000110 1100010 110110

Color Harmonies of #FD179A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD179A

Black with #FD179A

Text Example


Text Example

White with #FD179A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD179A; }

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

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

background-color css

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

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

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

border-color css

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

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

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