Html Css Color HEX #FD168D Deep Pink

📋 copy color: '#FD168D'

red 253 ◦ green 22 ◦ blue 141

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

Shades of Deep Pink #FD168D

Tints of Deep Pink #FD168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.89%

R = 60.82%
G = 5.29%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD168D (or 0xFD168D) is known color: Deep Pink. HEX triplet: FD, 16 and 8D. RGB value is (253,22,141). Sum of RGB (Red+Green+Blue) = 253+22+141=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD168D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD168D is #02E972. Grayscale: #686868. Windows color (decimal): -190835 or 9246461. OLE color: 9246461.

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

Color convert

RGB 253 22 141 -
CMYK 0 0.91 0.44 0.01
HSL 329.09º 0.98% 0.54% -
HSV(B) 329.09º 0.91% 0.99% -
XYZ 45.6 23.38 27.31 -
YUV 104.64 148.53 233.82 -
System Red Green Blue C M Y K H S L
Decimal 253 22 141 0 0.91 0.44 0.01 329.09 0.98 0.54
Hex FD 16 8D 0 5B 2C 1 149 62 36
Octal 375 26 215 0 133 54 1 511 142 66
Binary 11111101 10110 10001101 0 1011011 101100 1 101001001 1100010 110110

Color Harmonies of #FD168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD168D

Black with #FD168D

Text Example


Text Example

White with #FD168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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