Html Css Color HEX #FE119B Deep Pink

📋 copy color: '#FE119B'

red 254 ◦ green 17 ◦ blue 155

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

Shades of Deep Pink #FE119B

Tints of Deep Pink #FE119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 59.62%
G = 3.99%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE119B (or 0xFE119B) is known color: Deep Pink. HEX triplet: FE, 11 and 9B. RGB value is (254,17,155). Sum of RGB (Red+Green+Blue) = 254+17+155=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE119B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE119B is #01EE64. Grayscale: #676767. Windows color (decimal): -126565 or 10162686. OLE color: 10162686.

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

Color convert

RGB 254 17 155 -
CMYK 0 0.93 0.39 0.00
HSL 325.06º 0.99% 0.53% -
HSV(B) 325.06º 0.93% 1% -
XYZ 46.99 23.84 33.13 -
YUV 103.6 157.02 235.28 -
System Red Green Blue C M Y K H S L
Decimal 254 17 155 0 0.93 0.39 0.00 325.06 0.99 0.53
Hex FE 11 9B 0 5D 27 0 145 63 35
Octal 376 21 233 0 135 47 0 505 143 65
Binary 11111110 10001 10011011 0 1011101 100111 0 101000101 1100011 110101

Color Harmonies of #FE119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE119B

Black with #FE119B

Text Example


Text Example

White with #FE119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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