Html Css Color HEX #FD157D Deep Pink

📋 copy color: '#FD157D'

red 253 ◦ green 21 ◦ blue 125

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

Shades of Deep Pink #FD157D

Tints of Deep Pink #FD157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.26%

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

R = 63.41%
G = 5.26%
B = 31.33%

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

#FD157D (or 0xFD157D) is known color: Deep Pink. HEX triplet: FD, 15 and 7D. RGB value is (253,21,125). Sum of RGB (Red+Green+Blue) = 253+21+125=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD157D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD157D is #02EA82. Grayscale: #666666. Windows color (decimal): -191107 or 8197629. OLE color: 8197629.

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

Color convert

RGB 253 21 125 -
CMYK 0 0.92 0.51 0.01
HSL 333.1º 0.98% 0.54% -
HSV(B) 333.1º 0.92% 0.99% -
XYZ 44.48 22.9 21.48 -
YUV 102.22 140.86 235.54 -
System Red Green Blue C M Y K H S L
Decimal 253 21 125 0 0.92 0.51 0.01 333.1 0.98 0.54
Hex FD 15 7D 0 5C 33 1 14D 62 36
Octal 375 25 175 0 134 63 1 515 142 66
Binary 11111101 10101 1111101 0 1011100 110011 1 101001101 1100010 110110

Color Harmonies of #FD157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD157D

Black with #FD157D

Text Example


Text Example

White with #FD157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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