Html Css Color HEX #FD159C Deep Pink

📋 copy color: '#FD159C'

red 253 ◦ green 21 ◦ blue 156

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

Shades of Deep Pink #FD159C

Tints of Deep Pink #FD159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 58.84%
G = 4.88%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD159C (or 0xFD159C) is known color: Deep Pink. HEX triplet: FD, 15 and 9C. RGB value is (253,21,156). Sum of RGB (Red+Green+Blue) = 253+21+156=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD159C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD159C is #02EA63. Grayscale: #696969. Windows color (decimal): -191076 or 10229245. OLE color: 10229245.

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

Color convert

RGB 253 21 156 -
CMYK 0 0.92 0.38 0.01
HSL 325.09º 0.98% 0.54% -
HSV(B) 325.09º 0.92% 0.99% -
XYZ 46.78 23.82 33.58 -
YUV 105.76 156.36 233.02 -
System Red Green Blue C M Y K H S L
Decimal 253 21 156 0 0.92 0.38 0.01 325.09 0.98 0.54
Hex FD 15 9C 0 5C 26 1 145 62 36
Octal 375 25 234 0 134 46 1 505 142 66
Binary 11111101 10101 10011100 0 1011100 100110 1 101000101 1100010 110110

Color Harmonies of #FD159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD159C

Black with #FD159C

Text Example


Text Example

White with #FD159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD159C; }

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

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

background-color css

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

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

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

border-color css

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

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

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