Html Css Color HEX #FE047C Deep Pink

📋 copy color: '#FE047C'

red 254 ◦ green 4 ◦ blue 124

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

Shades of Deep Pink #FE047C

Tints of Deep Pink #FE047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 66.49%
G = 1.05%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE047C (or 0xFE047C) is known color: Deep Pink. HEX triplet: FE, 04 and 7C. RGB value is (254,4,124). Sum of RGB (Red+Green+Blue) = 254+4+124=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE047C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE047C is #01FB83. Grayscale: #5C5C5C. Windows color (decimal): -129924 or 8127742. OLE color: 8127742.

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

Color convert

RGB 254 4 124 -
CMYK 0 0.98 0.51 0.00
HSL 331.2º 0.99% 0.51% -
HSV(B) 331.2º 0.98% 1% -
XYZ 44.55 22.61 21.09 -
YUV 92.43 145.83 243.24 -
System Red Green Blue C M Y K H S L
Decimal 254 4 124 0 0.98 0.51 0.00 331.2 0.99 0.51
Hex FE 4 7C 0 62 33 0 14B 63 33
Octal 376 4 174 0 142 63 0 513 143 63
Binary 11111110 100 1111100 0 1100010 110011 0 101001011 1100011 110011

Color Harmonies of #FE047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE047C

Black with #FE047C

Text Example


Text Example

White with #FE047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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