Html Css Color HEX #FD168E Deep Pink

📋 copy color: '#FD168E'

red 253 ◦ green 22 ◦ blue 142

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

Shades of Deep Pink #FD168E

Tints of Deep Pink #FD168E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 60.67%
G = 5.28%
B = 34.05%

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

#FD168E (or 0xFD168E) is known color: Deep Pink. HEX triplet: FD, 16 and 8E. RGB value is (253,22,142). Sum of RGB (Red+Green+Blue) = 253+22+142=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD168E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD168E is #02E971. Grayscale: #686868. Windows color (decimal): -190834 or 9311997. OLE color: 9311997.

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

Color convert

RGB 253 22 142 -
CMYK 0 0.91 0.44 0.01
HSL 328.83º 0.98% 0.54% -
HSV(B) 328.83º 0.91% 0.99% -
XYZ 45.68 23.41 27.7 -
YUV 104.75 149.03 233.74 -
System Red Green Blue C M Y K H S L
Decimal 253 22 142 0 0.91 0.44 0.01 328.83 0.98 0.54
Hex FD 16 8E 0 5B 2C 1 149 62 36
Octal 375 26 216 0 133 54 1 511 142 66
Binary 11111101 10110 10001110 0 1011011 101100 1 101001001 1100010 110110

Color Harmonies of #FD168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD168E

Black with #FD168E

Text Example


Text Example

White with #FD168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD168E; }

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

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

background-color css

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

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

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

border-color css

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

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

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