Html Css Color HEX #FE018A Deep Pink

📋 copy color: '#FE018A'

red 254 ◦ green 1 ◦ blue 138

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

Shades of Deep Pink #FE018A

Tints of Deep Pink #FE018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 64.63%
G = 0.25%
B = 35.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE018A (or 0xFE018A) is known color: Deep Pink. HEX triplet: FE, 01 and 8A. RGB value is (254,1,138). Sum of RGB (Red+Green+Blue) = 254+1+138=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE018A is #01FE75. Grayscale: #5B5B5B. Windows color (decimal): -130678 or 9044478. OLE color: 9044478.

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

Color convert

RGB 254 1 138 -
CMYK 0 1.00 0.46 0.00
HSL 327.51º 0.99% 0.5% -
HSV(B) 327.51º 1% 1% -
XYZ 45.47 22.93 26.07 -
YUV 92.27 153.82 243.36 -
System Red Green Blue C M Y K H S L
Decimal 254 1 138 0 1.00 0.46 0.00 327.51 0.99 0.5
Hex FE 1 8A 0 64 2E 0 148 63 32
Octal 376 1 212 0 144 56 0 510 143 62
Binary 11111110 1 10001010 0 1100100 101110 0 101001000 1100011 110010

Color Harmonies of #FE018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE018A

Black with #FE018A

Text Example


Text Example

White with #FE018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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