Html Css Color HEX #FE078D Deep Pink

📋 copy color: '#FE078D'

red 254 ◦ green 7 ◦ blue 141

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

Shades of Deep Pink #FE078D

Tints of Deep Pink #FE078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.74%

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

R = 63.18%
G = 1.74%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE078D (or 0xFE078D) is known color: Deep Pink. HEX triplet: FE, 07 and 8D. RGB value is (254,7,141). Sum of RGB (Red+Green+Blue) = 254+7+141=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE078D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE078D is #01F872. Grayscale: #5F5F5F. Windows color (decimal): -129139 or 9242622. OLE color: 9242622.

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

Color convert

RGB 254 7 141 -
CMYK 0 0.97 0.44 0.00
HSL 327.45º 0.99% 0.51% -
HSV(B) 327.45º 0.97% 1% -
XYZ 45.76 23.15 27.26 -
YUV 96.13 153.33 240.6 -
System Red Green Blue C M Y K H S L
Decimal 254 7 141 0 0.97 0.44 0.00 327.45 0.99 0.51
Hex FE 7 8D 0 61 2C 0 147 63 33
Octal 376 7 215 0 141 54 0 507 143 63
Binary 11111110 111 10001101 0 1100001 101100 0 101000111 1100011 110011

Color Harmonies of #FE078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE078D

Black with #FE078D

Text Example


Text Example

White with #FE078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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