Html Css Color HEX #FE1E8E Deep Pink

📋 copy color: '#FE1E8E'

red 254 ◦ green 30 ◦ blue 142

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

Shades of Deep Pink #FE1E8E

Tints of Deep Pink #FE1E8E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.04%

 BLUE value IS 142 (55.86% from 255) = 33.33%

R = 59.62%
G = 7.04%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE1E8E (or 0xFE1E8E) is known color: Deep Pink. HEX triplet: FE, 1E and 8E. RGB value is (254,30,142). Sum of RGB (Red+Green+Blue) = 254+30+142=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1E8E is #01E171. Grayscale: #6D6D6D. Windows color (decimal): -123250 or 9314046. OLE color: 9314046.

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

Color convert

RGB 254 30 142 -
CMYK 0 0.88 0.44 0.00
HSL 330º 0.99% 0.56% -
HSV(B) 330º 0.88% 1% -
XYZ 46.22 23.95 27.78 -
YUV 109.74 146.21 230.89 -
System Red Green Blue C M Y K H S L
Decimal 254 30 142 0 0.88 0.44 0.00 330 0.99 0.56
Hex FE 1E 8E 0 58 2C 0 14A 63 38
Octal 376 36 216 0 130 54 0 512 143 70
Binary 11111110 11110 10001110 0 1011000 101100 0 101001010 1100011 111000

Color Harmonies of #FE1E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1E8E

Black with #FE1E8E

Text Example


Text Example

White with #FE1E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1E8E; }

 p { color: rgb(254,30,142); }

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

background-color css

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

 a { background-color: rgb(254,30,142); }

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

border-color css

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

 span { border-color: rgb(254,30,142); }

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