Html Css Color HEX #FE137C Deep Pink

📋 copy color: '#FE137C'

red 254 ◦ green 19 ◦ blue 124

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

Shades of Deep Pink #FE137C

Tints of Deep Pink #FE137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.79%

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 63.98%
G = 4.79%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE137C (or 0xFE137C) is known color: Deep Pink. HEX triplet: FE, 13 and 7C. RGB value is (254,19,124). Sum of RGB (Red+Green+Blue) = 254+19+124=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE137C is #01EC83. Grayscale: #656565. Windows color (decimal): -126084 or 8131582. OLE color: 8131582.

HSL color Cylindrical-coordinate representation of color #FE137C: hue angle of 333.19º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE137C is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 19 124 -
CMYK 0 0.93 0.51 0.00
HSL 333.19º 0.99% 0.54% -
HSV(B) 333.19º 0.93% 1% -
XYZ 44.74 22.99 21.15 -
YUV 101.24 140.86 236.96 -
System Red Green Blue C M Y K H S L
Decimal 254 19 124 0 0.93 0.51 0.00 333.19 0.99 0.54
Hex FE 13 7C 0 5D 33 0 14D 63 36
Octal 376 23 174 0 135 63 0 515 143 66
Binary 11111110 10011 1111100 0 1011101 110011 0 101001101 1100011 110110

Color Harmonies of #FE137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE137C

Black with #FE137C

Text Example


Text Example

White with #FE137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE137C; }

 p { color: rgb(254,19,124); }

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

background-color css

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

 a { background-color: rgb(254,19,124); }

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

border-color css

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

 span { border-color: rgb(254,19,124); }

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