Html Css Color HEX #FD157C Deep Pink

📋 copy color: '#FD157C'

red 253 ◦ green 21 ◦ blue 124

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

Shades of Deep Pink #FD157C

Tints of Deep Pink #FD157C

RGB

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

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

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

R = 63.57%
G = 5.28%
B = 31.16%

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

#FD157C (or 0xFD157C) is known color: Deep Pink. HEX triplet: FD, 15 and 7C. RGB value is (253,21,124). Sum of RGB (Red+Green+Blue) = 253+21+124=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD157C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD157C is #02EA83. Grayscale: #656565. Windows color (decimal): -191108 or 8132093. OLE color: 8132093.

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

Color convert

RGB 253 21 124 -
CMYK 0 0.92 0.51 0.01
HSL 333.36º 0.98% 0.54% -
HSV(B) 333.36º 0.92% 0.99% -
XYZ 44.41 22.87 21.14 -
YUV 102.11 140.36 235.62 -
System Red Green Blue C M Y K H S L
Decimal 253 21 124 0 0.92 0.51 0.01 333.36 0.98 0.54
Hex FD 15 7C 0 5C 33 1 14D 62 36
Octal 375 25 174 0 134 63 1 515 142 66
Binary 11111101 10101 1111100 0 1011100 110011 1 101001101 1100010 110110

Color Harmonies of #FD157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD157C

Black with #FD157C

Text Example


Text Example

White with #FD157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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