Html Css Color HEX #FE118B Deep Pink

📋 copy color: '#FE118B'

red 254 ◦ green 17 ◦ blue 139

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

Shades of Deep Pink #FE118B

Tints of Deep Pink #FE118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 61.95%
G = 4.15%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE118B (or 0xFE118B) is known color: Deep Pink. HEX triplet: FE, 11 and 8B. RGB value is (254,17,139). Sum of RGB (Red+Green+Blue) = 254+17+139=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE118B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE118B is #01EE74. Grayscale: #656565. Windows color (decimal): -126581 or 9114110. OLE color: 9114110.

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

Color convert

RGB 254 17 139 -
CMYK 0 0.93 0.45 0.00
HSL 329.11º 0.99% 0.53% -
HSV(B) 329.11º 0.93% 1% -
XYZ 45.73 23.34 26.52 -
YUV 101.77 149.02 236.58 -
System Red Green Blue C M Y K H S L
Decimal 254 17 139 0 0.93 0.45 0.00 329.11 0.99 0.53
Hex FE 11 8B 0 5D 2D 0 149 63 35
Octal 376 21 213 0 135 55 0 511 143 65
Binary 11111110 10001 10001011 0 1011101 101101 0 101001001 1100011 110101

Color Harmonies of #FE118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE118B

Black with #FE118B

Text Example


Text Example

White with #FE118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE118B; }

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

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

background-color css

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

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

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

border-color css

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

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

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