Html Css Color HEX #FE159C Deep Pink

📋 copy color: '#FE159C'

red 254 ◦ green 21 ◦ blue 156

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

Shades of Deep Pink #FE159C

Tints of Deep Pink #FE159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 58.93%
G = 4.87%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE159C (or 0xFE159C) is known color: Deep Pink. HEX triplet: FE, 15 and 9C. RGB value is (254,21,156). Sum of RGB (Red+Green+Blue) = 254+21+156=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE159C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE159C is #01EA63. Grayscale: #696969. Windows color (decimal): -125540 or 10229246. OLE color: 10229246.

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

Color convert

RGB 254 21 156 -
CMYK 0 0.92 0.39 0.00
HSL 325.24º 0.99% 0.54% -
HSV(B) 325.24º 0.92% 1% -
XYZ 47.14 24.01 33.6 -
YUV 106.06 156.19 233.52 -
System Red Green Blue C M Y K H S L
Decimal 254 21 156 0 0.92 0.39 0.00 325.24 0.99 0.54
Hex FE 15 9C 0 5C 27 0 145 63 36
Octal 376 25 234 0 134 47 0 505 143 66
Binary 11111110 10101 10011100 0 1011100 100111 0 101000101 1100011 110110

Color Harmonies of #FE159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE159C

Black with #FE159C

Text Example


Text Example

White with #FE159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE159C; }

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

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

background-color css

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

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

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

border-color css

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

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

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