Html Css Color HEX #FD168A Deep Pink

📋 copy color: '#FD168A'

red 253 ◦ green 22 ◦ blue 138

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

Shades of Deep Pink #FD168A

Tints of Deep Pink #FD168A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 61.26%
G = 5.33%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD168A (or 0xFD168A) is known color: Deep Pink. HEX triplet: FD, 16 and 8A. RGB value is (253,22,138). Sum of RGB (Red+Green+Blue) = 253+22+138=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD168A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD168A is #02E975. Grayscale: #686868. Windows color (decimal): -190838 or 9049853. OLE color: 9049853.

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

Color convert

RGB 253 22 138 -
CMYK 0 0.91 0.45 0.01
HSL 329.87º 0.98% 0.54% -
HSV(B) 329.87º 0.91% 0.99% -
XYZ 45.38 23.29 26.15 -
YUV 104.29 147.03 234.07 -
System Red Green Blue C M Y K H S L
Decimal 253 22 138 0 0.91 0.45 0.01 329.87 0.98 0.54
Hex FD 16 8A 0 5B 2D 1 14A 62 36
Octal 375 26 212 0 133 55 1 512 142 66
Binary 11111101 10110 10001010 0 1011011 101101 1 101001010 1100010 110110

Color Harmonies of #FD168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD168A

Black with #FD168A

Text Example


Text Example

White with #FD168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD168A; }

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

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

background-color css

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

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

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

border-color css

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

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

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