Html Css Color HEX #FD138D Deep Pink

📋 copy color: '#FD138D'

red 253 ◦ green 19 ◦ blue 141

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

Shades of Deep Pink #FD138D

Tints of Deep Pink #FD138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 61.26%
G = 4.6%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD138D (or 0xFD138D) is known color: Deep Pink. HEX triplet: FD, 13 and 8D. RGB value is (253,19,141). Sum of RGB (Red+Green+Blue) = 253+19+141=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD138D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD138D is #02EC72. Grayscale: #666666. Windows color (decimal): -191603 or 9245693. OLE color: 9245693.

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

Color convert

RGB 253 19 141 -
CMYK 0 0.92 0.44 0.01
HSL 328.72º 0.98% 0.53% -
HSV(B) 328.72º 0.92% 0.99% -
XYZ 45.55 23.27 27.29 -
YUV 102.87 149.52 235.08 -
System Red Green Blue C M Y K H S L
Decimal 253 19 141 0 0.92 0.44 0.01 328.72 0.98 0.53
Hex FD 13 8D 0 5C 2C 1 149 62 35
Octal 375 23 215 0 134 54 1 511 142 65
Binary 11111101 10011 10001101 0 1011100 101100 1 101001001 1100010 110101

Color Harmonies of #FD138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD138D

Black with #FD138D

Text Example


Text Example

White with #FD138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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