Html Css Color HEX #FE118A Deep Pink

📋 copy color: '#FE118A'

red 254 ◦ green 17 ◦ blue 138

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

Shades of Deep Pink #FE118A

Tints of Deep Pink #FE118A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.16%

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 62.1%
G = 4.16%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE118A (or 0xFE118A) is known color: Deep Pink. HEX triplet: FE, 11 and 8A. RGB value is (254,17,138). Sum of RGB (Red+Green+Blue) = 254+17+138=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE118A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE118A is #01EE75. Grayscale: #656565. Windows color (decimal): -126582 or 9048574. OLE color: 9048574.

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

Color convert

RGB 254 17 138 -
CMYK 0 0.93 0.46 0.00
HSL 329.37º 0.99% 0.53% -
HSV(B) 329.37º 0.93% 1% -
XYZ 45.66 23.31 26.14 -
YUV 101.66 148.52 236.66 -
System Red Green Blue C M Y K H S L
Decimal 254 17 138 0 0.93 0.46 0.00 329.37 0.99 0.53
Hex FE 11 8A 0 5D 2E 0 149 63 35
Octal 376 21 212 0 135 56 0 511 143 65
Binary 11111110 10001 10001010 0 1011101 101110 0 101001001 1100011 110101

Color Harmonies of #FE118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE118A

Black with #FE118A

Text Example


Text Example

White with #FE118A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE118A; }

 p { color: rgb(254,17,138); }

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

background-color css

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

 a { background-color: rgb(254,17,138); }

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

border-color css

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

 span { border-color: rgb(254,17,138); }

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