Html Css Color HEX #FD147C Deep Pink

📋 copy color: '#FD147C'

red 253 ◦ green 20 ◦ blue 124

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

Shades of Deep Pink #FD147C

Tints of Deep Pink #FD147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.04%

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

R = 63.73%
G = 5.04%
B = 31.23%

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

#FD147C (or 0xFD147C) is known color: Deep Pink. HEX triplet: FD, 14 and 7C. RGB value is (253,20,124). Sum of RGB (Red+Green+Blue) = 253+20+124=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD147C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD147C is #02EB83. Grayscale: #656565. Windows color (decimal): -191364 or 8131837. OLE color: 8131837.

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

Color convert

RGB 253 20 124 -
CMYK 0 0.92 0.51 0.01
HSL 333.22º 0.98% 0.54% -
HSV(B) 333.22º 0.92% 0.99% -
XYZ 44.4 22.84 21.14 -
YUV 101.52 140.69 236.04 -
System Red Green Blue C M Y K H S L
Decimal 253 20 124 0 0.92 0.51 0.01 333.22 0.98 0.54
Hex FD 14 7C 0 5C 33 1 14D 62 36
Octal 375 24 174 0 134 63 1 515 142 66
Binary 11111101 10100 1111100 0 1011100 110011 1 101001101 1100010 110110

Color Harmonies of #FD147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD147C

Black with #FD147C

Text Example


Text Example

White with #FD147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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