Html Css Color HEX #FE169D Deep Pink

📋 copy color: '#FE169D'

red 254 ◦ green 22 ◦ blue 157

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

Shades of Deep Pink #FE169D

Tints of Deep Pink #FE169D

RGB

 RED value IS 254 (99.61% from 255) = 58.66%

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

 BLUE value IS 157 (61.72% from 255) = 36.26%

R = 58.66%
G = 5.08%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE169D (or 0xFE169D) is known color: Deep Pink. HEX triplet: FE, 16 and 9D. RGB value is (254,22,157). Sum of RGB (Red+Green+Blue) = 254+22+157=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE169D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE169D is #01E962. Grayscale: #6A6A6A. Windows color (decimal): -125283 or 10295038. OLE color: 10295038.

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

Color convert

RGB 254 22 157 -
CMYK 0 0.91 0.38 0.00
HSL 325.09º 0.99% 0.54% -
HSV(B) 325.09º 0.91% 1% -
XYZ 47.25 24.08 34.06 -
YUV 106.76 156.36 233.02 -
System Red Green Blue C M Y K H S L
Decimal 254 22 157 0 0.91 0.38 0.00 325.09 0.99 0.54
Hex FE 16 9D 0 5B 26 0 145 63 36
Octal 376 26 235 0 133 46 0 505 143 66
Binary 11111110 10110 10011101 0 1011011 100110 0 101000101 1100011 110110

Color Harmonies of #FE169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE169D

Black with #FE169D

Text Example


Text Example

White with #FE169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE169D; }

 p { color: rgb(254,22,157); }

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

background-color css

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

 a { background-color: rgb(254,22,157); }

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

border-color css

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

 span { border-color: rgb(254,22,157); }

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