Html Css Color HEX #FE088C Deep Pink

📋 copy color: '#FE088C'

red 254 ◦ green 8 ◦ blue 140

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

Shades of Deep Pink #FE088C

Tints of Deep Pink #FE088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.99%

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

R = 63.18%
G = 1.99%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE088C (or 0xFE088C) is known color: Deep Pink. HEX triplet: FE, 08 and 8C. RGB value is (254,8,140). Sum of RGB (Red+Green+Blue) = 254+8+140=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE088C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE088C is #01F773. Grayscale: #606060. Windows color (decimal): -128884 or 9177342. OLE color: 9177342.

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

Color convert

RGB 254 8 140 -
CMYK 0 0.97 0.45 0.00
HSL 327.8º 0.99% 0.51% -
HSV(B) 327.8º 0.97% 1% -
XYZ 45.69 23.14 26.87 -
YUV 96.6 152.5 240.27 -
System Red Green Blue C M Y K H S L
Decimal 254 8 140 0 0.97 0.45 0.00 327.8 0.99 0.51
Hex FE 8 8C 0 61 2D 0 148 63 33
Octal 376 10 214 0 141 55 0 510 143 63
Binary 11111110 1000 10001100 0 1100001 101101 0 101001000 1100011 110011

Color Harmonies of #FE088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE088C

Black with #FE088C

Text Example


Text Example

White with #FE088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE088C; }

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

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

background-color css

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

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

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

border-color css

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

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

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