Html Css Color HEX #FD169C Deep Pink

📋 copy color: '#FD169C'

red 253 ◦ green 22 ◦ blue 156

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

Shades of Deep Pink #FD169C

Tints of Deep Pink #FD169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.1%

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

R = 58.7%
G = 5.1%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD169C (or 0xFD169C) is known color: Deep Pink. HEX triplet: FD, 16 and 9C. RGB value is (253,22,156). Sum of RGB (Red+Green+Blue) = 253+22+156=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD169C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD169C is #02E963. Grayscale: #6A6A6A. Windows color (decimal): -190820 or 10229501. OLE color: 10229501.

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

Color convert

RGB 253 22 156 -
CMYK 0 0.91 0.38 0.01
HSL 325.19º 0.98% 0.54% -
HSV(B) 325.19º 0.91% 0.99% -
XYZ 46.8 23.86 33.59 -
YUV 106.35 156.03 232.6 -
System Red Green Blue C M Y K H S L
Decimal 253 22 156 0 0.91 0.38 0.01 325.19 0.98 0.54
Hex FD 16 9C 0 5B 26 1 145 62 36
Octal 375 26 234 0 133 46 1 505 142 66
Binary 11111101 10110 10011100 0 1011011 100110 1 101000101 1100010 110110

Color Harmonies of #FD169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD169C

Black with #FD169C

Text Example


Text Example

White with #FD169C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD169C; }

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

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

background-color css

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

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

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

border-color css

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

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

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