Html Css Color HEX #FD137E Deep Pink

📋 copy color: '#FD137E'

red 253 ◦ green 19 ◦ blue 126

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

Shades of Deep Pink #FD137E

Tints of Deep Pink #FD137E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.66%

R = 63.57%
G = 4.77%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD137E (or 0xFD137E) is known color: Deep Pink. HEX triplet: FD, 13 and 7E. RGB value is (253,19,126). Sum of RGB (Red+Green+Blue) = 253+19+126=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD137E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD137E is #02EC81. Grayscale: #646464. Windows color (decimal): -191618 or 8262653. OLE color: 8262653.

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

Color convert

RGB 253 19 126 -
CMYK 0 0.92 0.50 0.01
HSL 332.56º 0.98% 0.53% -
HSV(B) 332.56º 0.92% 0.99% -
XYZ 44.51 22.85 21.8 -
YUV 101.16 142.02 236.3 -
System Red Green Blue C M Y K H S L
Decimal 253 19 126 0 0.92 0.50 0.01 332.56 0.98 0.53
Hex FD 13 7E 0 5C 32 1 14D 62 35
Octal 375 23 176 0 134 62 1 515 142 65
Binary 11111101 10011 1111110 0 1011100 110010 1 101001101 1100010 110101

Color Harmonies of #FD137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD137E

Black with #FD137E

Text Example


Text Example

White with #FD137E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD137E; }

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

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

background-color css

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

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

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

border-color css

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

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

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