Html Css Color HEX #FE158C Deep Pink

📋 copy color: '#FE158C'

red 254 ◦ green 21 ◦ blue 140

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

Shades of Deep Pink #FE158C

Tints of Deep Pink #FE158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.06%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 61.2%
G = 5.06%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE158C (or 0xFE158C) is known color: Deep Pink. HEX triplet: FE, 15 and 8C. RGB value is (254,21,140). Sum of RGB (Red+Green+Blue) = 254+21+140=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE158C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE158C is #01EA73. Grayscale: #676767. Windows color (decimal): -125556 or 9180670. OLE color: 9180670.

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

Color convert

RGB 254 21 140 -
CMYK 0 0.92 0.45 0.00
HSL 329.36º 0.99% 0.54% -
HSV(B) 329.36º 0.92% 1% -
XYZ 45.87 23.5 26.93 -
YUV 104.23 148.19 234.82 -
System Red Green Blue C M Y K H S L
Decimal 254 21 140 0 0.92 0.45 0.00 329.36 0.99 0.54
Hex FE 15 8C 0 5C 2D 0 149 63 36
Octal 376 25 214 0 134 55 0 511 143 66
Binary 11111110 10101 10001100 0 1011100 101101 0 101001001 1100011 110110

Color Harmonies of #FE158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE158C

Black with #FE158C

Text Example


Text Example

White with #FE158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE158C; }

 p { color: rgb(254,21,140); }

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

background-color css

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

 a { background-color: rgb(254,21,140); }

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

border-color css

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

 span { border-color: rgb(254,21,140); }

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