Html Css Color HEX #FE157A Deep Pink

📋 copy color: '#FE157A'

red 254 ◦ green 21 ◦ blue 122

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

Shades of Deep Pink #FE157A

Tints of Deep Pink #FE157A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 63.98%
G = 5.29%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE157A (or 0xFE157A) is known color: Deep Pink. HEX triplet: FE, 15 and 7A. RGB value is (254,21,122). Sum of RGB (Red+Green+Blue) = 254+21+122=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE157A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE157A is #01EA85. Grayscale: #666666. Windows color (decimal): -125574 or 8001022. OLE color: 8001022.

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

Color convert

RGB 254 21 122 -
CMYK 0 0.92 0.52 0.00
HSL 333.99º 0.99% 0.54% -
HSV(B) 333.99º 0.92% 1% -
XYZ 44.65 23.01 20.5 -
YUV 102.18 139.19 236.29 -
System Red Green Blue C M Y K H S L
Decimal 254 21 122 0 0.92 0.52 0.00 333.99 0.99 0.54
Hex FE 15 7A 0 5C 34 0 14E 63 36
Octal 376 25 172 0 134 64 0 516 143 66
Binary 11111110 10101 1111010 0 1011100 110100 0 101001110 1100011 110110

Color Harmonies of #FE157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE157A

Black with #FE157A

Text Example


Text Example

White with #FE157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE157A; }

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

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

background-color css

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

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

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

border-color css

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

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

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