Html Css Color HEX #FE139D Deep Pink

📋 copy color: '#FE139D'

red 254 ◦ green 19 ◦ blue 157

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

Shades of Deep Pink #FE139D

Tints of Deep Pink #FE139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.42%

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

R = 59.07%
G = 4.42%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE139D (or 0xFE139D) is known color: Deep Pink. HEX triplet: FE, 13 and 9D. RGB value is (254,19,157). Sum of RGB (Red+Green+Blue) = 254+19+157=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE139D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE139D is #01EC62. Grayscale: #686868. Windows color (decimal): -126051 or 10294270. OLE color: 10294270.

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

Color convert

RGB 254 19 157 -
CMYK 0 0.93 0.38 0.00
HSL 324.77º 0.99% 0.54% -
HSV(B) 324.77º 0.93% 1% -
XYZ 47.19 23.97 34.04 -
YUV 105 157.36 234.28 -
System Red Green Blue C M Y K H S L
Decimal 254 19 157 0 0.93 0.38 0.00 324.77 0.99 0.54
Hex FE 13 9D 0 5D 26 0 145 63 36
Octal 376 23 235 0 135 46 0 505 143 66
Binary 11111110 10011 10011101 0 1011101 100110 0 101000101 1100011 110110

Color Harmonies of #FE139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE139D

Black with #FE139D

Text Example


Text Example

White with #FE139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE139D; }

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

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

background-color css

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

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

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

border-color css

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

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

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