Html Css Color HEX #FE028C Deep Pink

📋 copy color: '#FE028C'

red 254 ◦ green 2 ◦ blue 140

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

Shades of Deep Pink #FE028C

Tints of Deep Pink #FE028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 64.14%
G = 0.51%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE028C (or 0xFE028C) is known color: Deep Pink. HEX triplet: FE, 02 and 8C. RGB value is (254,2,140). Sum of RGB (Red+Green+Blue) = 254+2+140=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE028C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE028C is #01FD73. Grayscale: #5C5C5C. Windows color (decimal): -130420 or 9175806. OLE color: 9175806.

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

Color convert

RGB 254 2 140 -
CMYK 0 0.99 0.45 0.00
HSL 327.14º 0.99% 0.5% -
HSV(B) 327.14º 0.99% 1% -
XYZ 45.63 23.01 26.85 -
YUV 93.08 154.49 242.78 -
System Red Green Blue C M Y K H S L
Decimal 254 2 140 0 0.99 0.45 0.00 327.14 0.99 0.5
Hex FE 2 8C 0 63 2D 0 147 63 32
Octal 376 2 214 0 143 55 0 507 143 62
Binary 11111110 10 10001100 0 1100011 101101 0 101000111 1100011 110010

Color Harmonies of #FE028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE028C

Black with #FE028C

Text Example


Text Example

White with #FE028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE028C; }

 p { color: rgb(254,2,140); }

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

background-color css

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

 a { background-color: rgb(254,2,140); }

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

border-color css

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

 span { border-color: rgb(254,2,140); }

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