Html Css Color HEX #FE157F Deep Pink

📋 copy color: '#FE157F'

red 254 ◦ green 21 ◦ blue 127

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

Shades of Deep Pink #FE157F

Tints of Deep Pink #FE157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.59%

R = 63.18%
G = 5.22%
B = 31.59%

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

#FE157F (or 0xFE157F) is known color: Deep Pink. HEX triplet: FE, 15 and 7F. RGB value is (254,21,127). Sum of RGB (Red+Green+Blue) = 254+21+127=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE157F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE157F is #01EA80. Grayscale: #666666. Windows color (decimal): -125569 or 8328702. OLE color: 8328702.

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

Color convert

RGB 254 21 127 -
CMYK 0 0.92 0.50 0.00
HSL 332.7º 0.99% 0.54% -
HSV(B) 332.7º 0.92% 1% -
XYZ 44.97 23.14 22.17 -
YUV 102.75 141.69 235.88 -
System Red Green Blue C M Y K H S L
Decimal 254 21 127 0 0.92 0.50 0.00 332.7 0.99 0.54
Hex FE 15 7F 0 5C 32 0 14D 63 36
Octal 376 25 177 0 134 62 0 515 143 66
Binary 11111110 10101 1111111 0 1011100 110010 0 101001101 1100011 110110

Color Harmonies of #FE157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE157F

Black with #FE157F

Text Example


Text Example

White with #FE157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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