Html Css Color HEX #FE149D Deep Pink

📋 copy color: '#FE149D'

red 254 ◦ green 20 ◦ blue 157

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

Shades of Deep Pink #FE149D

Tints of Deep Pink #FE149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.64%

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

R = 58.93%
G = 4.64%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE149D (or 0xFE149D) is known color: Deep Pink. HEX triplet: FE, 14 and 9D. RGB value is (254,20,157). Sum of RGB (Red+Green+Blue) = 254+20+157=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE149D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE149D is #01EB62. Grayscale: #696969. Windows color (decimal): -125795 or 10294526. OLE color: 10294526.

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

Color convert

RGB 254 20 157 -
CMYK 0 0.92 0.38 0.00
HSL 324.87º 0.99% 0.54% -
HSV(B) 324.87º 0.92% 1% -
XYZ 47.21 24.01 34.04 -
YUV 105.58 157.02 233.86 -
System Red Green Blue C M Y K H S L
Decimal 254 20 157 0 0.92 0.38 0.00 324.87 0.99 0.54
Hex FE 14 9D 0 5C 26 0 145 63 36
Octal 376 24 235 0 134 46 0 505 143 66
Binary 11111110 10100 10011101 0 1011100 100110 0 101000101 1100011 110110

Color Harmonies of #FE149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE149D

Black with #FE149D

Text Example


Text Example

White with #FE149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE149D; }

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

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

background-color css

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

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

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

border-color css

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

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

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