Html Css Color HEX #FD137C Deep Pink

📋 copy color: '#FD137C'

red 253 ◦ green 19 ◦ blue 124

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

Shades of Deep Pink #FD137C

Tints of Deep Pink #FD137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.31%

R = 63.89%
G = 4.8%
B = 31.31%

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

#FD137C (or 0xFD137C) is known color: Deep Pink. HEX triplet: FD, 13 and 7C. RGB value is (253,19,124). Sum of RGB (Red+Green+Blue) = 253+19+124=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD137C is #02EC83. Grayscale: #646464. Windows color (decimal): -191620 or 8131581. OLE color: 8131581.

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

Color convert

RGB 253 19 124 -
CMYK 0 0.92 0.51 0.01
HSL 333.08º 0.98% 0.53% -
HSV(B) 333.08º 0.92% 0.99% -
XYZ 44.38 22.8 21.13 -
YUV 100.94 141.02 236.46 -
System Red Green Blue C M Y K H S L
Decimal 253 19 124 0 0.92 0.51 0.01 333.08 0.98 0.53
Hex FD 13 7C 0 5C 33 1 14D 62 35
Octal 375 23 174 0 134 63 1 515 142 65
Binary 11111101 10011 1111100 0 1011100 110011 1 101001101 1100010 110101

Color Harmonies of #FD137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD137C

Black with #FD137C

Text Example


Text Example

White with #FD137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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