Html Css Color HEX #FE018E Deep Pink

📋 copy color: '#FE018E'

red 254 ◦ green 1 ◦ blue 142

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

Shades of Deep Pink #FE018E

Tints of Deep Pink #FE018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 63.98%
G = 0.25%
B = 35.77%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE018E (or 0xFE018E) is known color: Deep Pink. HEX triplet: FE, 01 and 8E. RGB value is (254,1,142). Sum of RGB (Red+Green+Blue) = 254+1+142=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE018E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE018E is #01FE71. Grayscale: #5C5C5C. Windows color (decimal): -130674 or 9306622. OLE color: 9306622.

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

Color convert

RGB 254 1 142 -
CMYK 0 1.00 0.44 0.00
HSL 326.56º 0.99% 0.5% -
HSV(B) 326.56º 1% 1% -
XYZ 45.77 23.05 27.63 -
YUV 92.72 155.82 243.04 -
System Red Green Blue C M Y K H S L
Decimal 254 1 142 0 1.00 0.44 0.00 326.56 0.99 0.5
Hex FE 1 8E 0 64 2C 0 147 63 32
Octal 376 1 216 0 144 54 0 507 143 62
Binary 11111110 1 10001110 0 1100100 101100 0 101000111 1100011 110010

Color Harmonies of #FE018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE018E

Black with #FE018E

Text Example


Text Example

White with #FE018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE018E; }

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

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

background-color css

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

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

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

border-color css

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

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

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