Html Css Color HEX #FD1179 Deep Pink

📋 copy color: '#FD1179'

red 253 ◦ green 17 ◦ blue 121

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

Shades of Deep Pink #FD1179

Tints of Deep Pink #FD1179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.95%

R = 64.71%
G = 4.35%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD1179 (or 0xFD1179) is known color: Deep Pink. HEX triplet: FD, 11 and 79. RGB value is (253,17,121). Sum of RGB (Red+Green+Blue) = 253+17+121=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1179 is #02EE86. Grayscale: #636363. Windows color (decimal): -192135 or 7934461. OLE color: 7934461.

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

Color convert

RGB 253 17 121 -
CMYK 0 0.93 0.52 0.01
HSL 333.56º 0.98% 0.53% -
HSV(B) 333.56º 0.93% 0.99% -
XYZ 44.16 22.66 20.14 -
YUV 99.42 140.19 237.54 -
System Red Green Blue C M Y K H S L
Decimal 253 17 121 0 0.93 0.52 0.01 333.56 0.98 0.53
Hex FD 11 79 0 5D 34 1 14E 62 35
Octal 375 21 171 0 135 64 1 516 142 65
Binary 11111101 10001 1111001 0 1011101 110100 1 101001110 1100010 110101

Color Harmonies of #FD1179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1179

Black with #FD1179

Text Example


Text Example

White with #FD1179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1179; }

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

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

background-color css

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

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

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

border-color css

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

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

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