Html Css Color HEX #FE137E Deep Pink

📋 copy color: '#FE137E'

red 254 ◦ green 19 ◦ blue 126

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

Shades of Deep Pink #FE137E

Tints of Deep Pink #FE137E

RGB

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

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

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

R = 63.66%
G = 4.76%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE137E (or 0xFE137E) is known color: Deep Pink. HEX triplet: FE, 13 and 7E. RGB value is (254,19,126). Sum of RGB (Red+Green+Blue) = 254+19+126=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE137E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE137E is #01EC81. Grayscale: #656565. Windows color (decimal): -126082 or 8262654. OLE color: 8262654.

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

Color convert

RGB 254 19 126 -
CMYK 0 0.93 0.50 0.00
HSL 332.68º 0.99% 0.54% -
HSV(B) 332.68º 0.93% 1% -
XYZ 44.87 23.04 21.82 -
YUV 101.46 141.86 236.8 -
System Red Green Blue C M Y K H S L
Decimal 254 19 126 0 0.93 0.50 0.00 332.68 0.99 0.54
Hex FE 13 7E 0 5D 32 0 14D 63 36
Octal 376 23 176 0 135 62 0 515 143 66
Binary 11111110 10011 1111110 0 1011101 110010 0 101001101 1100011 110110

Color Harmonies of #FE137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE137E

Black with #FE137E

Text Example


Text Example

White with #FE137E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE137E; }

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

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

background-color css

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

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

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

border-color css

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

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

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