Html Css Color HEX #FD1173 Deep Pink

📋 copy color: '#FD1173'

red 253 ◦ green 17 ◦ blue 115

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

Shades of Deep Pink #FD1173

Tints of Deep Pink #FD1173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.42%

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 65.71%
G = 4.42%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD1173 (or 0xFD1173) is known color: Deep Pink. HEX triplet: FD, 11 and 73. RGB value is (253,17,115). Sum of RGB (Red+Green+Blue) = 253+17+115=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1173 is #02EE8C. Grayscale: #626262. Windows color (decimal): -192141 or 7541245. OLE color: 7541245.

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

Color convert

RGB 253 17 115 -
CMYK 0 0.93 0.55 0.01
HSL 335.08º 0.98% 0.53% -
HSV(B) 335.08º 0.93% 0.99% -
XYZ 43.8 22.52 18.26 -
YUV 98.74 137.19 238.03 -
System Red Green Blue C M Y K H S L
Decimal 253 17 115 0 0.93 0.55 0.01 335.08 0.98 0.53
Hex FD 11 73 0 5D 37 1 14F 62 35
Octal 375 21 163 0 135 67 1 517 142 65
Binary 11111101 10001 1110011 0 1011101 110111 1 101001111 1100010 110101

Color Harmonies of #FD1173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1173

Black with #FD1173

Text Example


Text Example

White with #FD1173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1173; }

 p { color: rgb(253,17,115); }

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

background-color css

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

 a { background-color: rgb(253,17,115); }

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

border-color css

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

 span { border-color: rgb(253,17,115); }

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