Html Css Color HEX #FE048C Deep Pink

📋 copy color: '#FE048C'

red 254 ◦ green 4 ◦ blue 140

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

Shades of Deep Pink #FE048C

Tints of Deep Pink #FE048C

RGB

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

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

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

R = 63.82%
G = 1.01%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE048C (or 0xFE048C) is known color: Deep Pink. HEX triplet: FE, 04 and 8C. RGB value is (254,4,140). Sum of RGB (Red+Green+Blue) = 254+4+140=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE048C is #01FB73. Grayscale: #5D5D5D. Windows color (decimal): -129908 or 9176318. OLE color: 9176318.

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

Color convert

RGB 254 4 140 -
CMYK 0 0.98 0.45 0.00
HSL 327.36º 0.99% 0.51% -
HSV(B) 327.36º 0.98% 1% -
XYZ 45.65 23.05 26.85 -
YUV 94.25 153.83 241.94 -
System Red Green Blue C M Y K H S L
Decimal 254 4 140 0 0.98 0.45 0.00 327.36 0.99 0.51
Hex FE 4 8C 0 62 2D 0 147 63 33
Octal 376 4 214 0 142 55 0 507 143 63
Binary 11111110 100 10001100 0 1100010 101101 0 101000111 1100011 110011

Color Harmonies of #FE048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE048C

Black with #FE048C

Text Example


Text Example

White with #FE048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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