Html Css Color HEX #FE159D Deep Pink

📋 copy color: '#FE159D'

red 254 ◦ green 21 ◦ blue 157

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

Shades of Deep Pink #FE159D

Tints of Deep Pink #FE159D

RGB

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

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

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

R = 58.8%
G = 4.86%
B = 36.34%

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

#FE159D (or 0xFE159D) is known color: Deep Pink. HEX triplet: FE, 15 and 9D. RGB value is (254,21,157). Sum of RGB (Red+Green+Blue) = 254+21+157=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE159D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE159D is #01EA62. Grayscale: #696969. Windows color (decimal): -125539 or 10294782. OLE color: 10294782.

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

Color convert

RGB 254 21 157 -
CMYK 0 0.92 0.38 0.00
HSL 324.98º 0.99% 0.54% -
HSV(B) 324.98º 0.92% 1% -
XYZ 47.23 24.04 34.05 -
YUV 106.17 156.69 233.44 -
System Red Green Blue C M Y K H S L
Decimal 254 21 157 0 0.92 0.38 0.00 324.98 0.99 0.54
Hex FE 15 9D 0 5C 26 0 145 63 36
Octal 376 25 235 0 134 46 0 505 143 66
Binary 11111110 10101 10011101 0 1011100 100110 0 101000101 1100011 110110

Color Harmonies of #FE159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE159D

Black with #FE159D

Text Example


Text Example

White with #FE159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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