Html Css Color HEX #FE157E Deep Pink

📋 copy color: '#FE157E'

red 254 ◦ green 21 ◦ blue 126

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

Shades of Deep Pink #FE157E

Tints of Deep Pink #FE157E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 63.34%
G = 5.24%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE157E (or 0xFE157E) is known color: Deep Pink. HEX triplet: FE, 15 and 7E. RGB value is (254,21,126). Sum of RGB (Red+Green+Blue) = 254+21+126=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE157E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE157E is #01EA81. Grayscale: #666666. Windows color (decimal): -125570 or 8263166. OLE color: 8263166.

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

Color convert

RGB 254 21 126 -
CMYK 0 0.92 0.50 0.00
HSL 332.96º 0.99% 0.54% -
HSV(B) 332.96º 0.92% 1% -
XYZ 44.91 23.11 21.83 -
YUV 102.64 141.19 235.96 -
System Red Green Blue C M Y K H S L
Decimal 254 21 126 0 0.92 0.50 0.00 332.96 0.99 0.54
Hex FE 15 7E 0 5C 32 0 14D 63 36
Octal 376 25 176 0 134 62 0 515 143 66
Binary 11111110 10101 1111110 0 1011100 110010 0 101001101 1100011 110110

Color Harmonies of #FE157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE157E

Black with #FE157E

Text Example


Text Example

White with #FE157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE157E; }

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

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

background-color css

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

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

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

border-color css

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

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

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