Html Css Color HEX #FD119D Deep Pink

📋 copy color: '#FD119D'

red 253 ◦ green 17 ◦ blue 157

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

Shades of Deep Pink #FD119D

Tints of Deep Pink #FD119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 59.25%
G = 3.98%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD119D (or 0xFD119D) is known color: Deep Pink. HEX triplet: FD, 11 and 9D. RGB value is (253,17,157). Sum of RGB (Red+Green+Blue) = 253+17+157=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD119D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD119D is #02EE62. Grayscale: #676767. Windows color (decimal): -192099 or 10293757. OLE color: 10293757.

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

Color convert

RGB 253 17 157 -
CMYK 0 0.93 0.38 0.01
HSL 324.41º 0.98% 0.53% -
HSV(B) 324.41º 0.93% 0.99% -
XYZ 46.79 23.72 34.01 -
YUV 103.52 158.19 234.62 -
System Red Green Blue C M Y K H S L
Decimal 253 17 157 0 0.93 0.38 0.01 324.41 0.98 0.53
Hex FD 11 9D 0 5D 26 1 144 62 35
Octal 375 21 235 0 135 46 1 504 142 65
Binary 11111101 10001 10011101 0 1011101 100110 1 101000100 1100010 110101

Color Harmonies of #FD119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD119D

Black with #FD119D

Text Example


Text Example

White with #FD119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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