Html Css Color HEX #FD137D Deep Pink

📋 copy color: '#FD137D'

red 253 ◦ green 19 ◦ blue 125

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

Shades of Deep Pink #FD137D

Tints of Deep Pink #FD137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.79%

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 63.73%
G = 4.79%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD137D (or 0xFD137D) is known color: Deep Pink. HEX triplet: FD, 13 and 7D. RGB value is (253,19,125). Sum of RGB (Red+Green+Blue) = 253+19+125=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD137D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD137D is #02EC82. Grayscale: #646464. Windows color (decimal): -191619 or 8197117. OLE color: 8197117.

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

Color convert

RGB 253 19 125 -
CMYK 0 0.92 0.51 0.01
HSL 332.82º 0.98% 0.53% -
HSV(B) 332.82º 0.92% 0.99% -
XYZ 44.44 22.83 21.47 -
YUV 101.05 141.52 236.38 -
System Red Green Blue C M Y K H S L
Decimal 253 19 125 0 0.92 0.51 0.01 332.82 0.98 0.53
Hex FD 13 7D 0 5C 33 1 14D 62 35
Octal 375 23 175 0 134 63 1 515 142 65
Binary 11111101 10011 1111101 0 1011100 110011 1 101001101 1100010 110101

Color Harmonies of #FD137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD137D

Black with #FD137D

Text Example


Text Example

White with #FD137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD137D; }

 p { color: rgb(253,19,125); }

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

background-color css

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

 a { background-color: rgb(253,19,125); }

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

border-color css

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

 span { border-color: rgb(253,19,125); }

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