Html Css Color HEX #FE018D Deep Pink

📋 copy color: '#FE018D'

red 254 ◦ green 1 ◦ blue 141

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

Shades of Deep Pink #FE018D

Tints of Deep Pink #FE018D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 64.14%
G = 0.25%
B = 35.61%

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

#FE018D (or 0xFE018D) is known color: Deep Pink. HEX triplet: FE, 01 and 8D. RGB value is (254,1,141). Sum of RGB (Red+Green+Blue) = 254+1+141=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE018D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE018D is #01FE72. Grayscale: #5C5C5C. Windows color (decimal): -130675 or 9241086. OLE color: 9241086.

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

Color convert

RGB 254 1 141 -
CMYK 0 1.00 0.44 0.00
HSL 326.8º 0.99% 0.5% -
HSV(B) 326.8º 1% 1% -
XYZ 45.69 23.02 27.23 -
YUV 92.61 155.32 243.12 -
System Red Green Blue C M Y K H S L
Decimal 254 1 141 0 1.00 0.44 0.00 326.8 0.99 0.5
Hex FE 1 8D 0 64 2C 0 147 63 32
Octal 376 1 215 0 144 54 0 507 143 62
Binary 11111110 1 10001101 0 1100100 101100 0 101000111 1100011 110010

Color Harmonies of #FE018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE018D

Black with #FE018D

Text Example


Text Example

White with #FE018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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