Html Css Color HEX #FE077C Deep Pink

📋 copy color: '#FE077C'

red 254 ◦ green 7 ◦ blue 124

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

Shades of Deep Pink #FE077C

Tints of Deep Pink #FE077C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 65.97%
G = 1.82%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE077C (or 0xFE077C) is known color: Deep Pink. HEX triplet: FE, 07 and 7C. RGB value is (254,7,124). Sum of RGB (Red+Green+Blue) = 254+7+124=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE077C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE077C is #01F883. Grayscale: #5D5D5D. Windows color (decimal): -129156 or 8128510. OLE color: 8128510.

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

Color convert

RGB 254 7 124 -
CMYK 0 0.97 0.51 0.00
HSL 331.58º 0.99% 0.51% -
HSV(B) 331.58º 0.97% 1% -
XYZ 44.59 22.68 21.1 -
YUV 94.19 144.83 241.99 -
System Red Green Blue C M Y K H S L
Decimal 254 7 124 0 0.97 0.51 0.00 331.58 0.99 0.51
Hex FE 7 7C 0 61 33 0 14C 63 33
Octal 376 7 174 0 141 63 0 514 143 63
Binary 11111110 111 1111100 0 1100001 110011 0 101001100 1100011 110011

Color Harmonies of #FE077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE077C

Black with #FE077C

Text Example


Text Example

White with #FE077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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