Html Css Color HEX #FE149E Deep Pink

📋 copy color: '#FE149E'

red 254 ◦ green 20 ◦ blue 158

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

Shades of Deep Pink #FE149E

Tints of Deep Pink #FE149E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.57%

R = 58.8%
G = 4.63%
B = 36.57%

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

#FE149E (or 0xFE149E) is known color: Deep Pink. HEX triplet: FE, 14 and 9E. RGB value is (254,20,158). Sum of RGB (Red+Green+Blue) = 254+20+158=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE149E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE149E is #01EB61. Grayscale: #696969. Windows color (decimal): -125794 or 10360062. OLE color: 10360062.

HSL color Cylindrical-coordinate representation of color #FE149E: hue angle of 324.62º 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 #FE149E is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 20 158 -
CMYK 0 0.92 0.38 0.00
HSL 324.62º 0.99% 0.54% -
HSV(B) 324.62º 0.92% 1% -
XYZ 47.29 24.04 34.5 -
YUV 105.7 157.52 233.78 -
System Red Green Blue C M Y K H S L
Decimal 254 20 158 0 0.92 0.38 0.00 324.62 0.99 0.54
Hex FE 14 9E 0 5C 26 0 145 63 36
Octal 376 24 236 0 134 46 0 505 143 66
Binary 11111110 10100 10011110 0 1011100 100110 0 101000101 1100011 110110

Color Harmonies of #FE149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE149E

Black with #FE149E

Text Example


Text Example

White with #FE149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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