Html Css Color HEX #FE048D Deep Pink

📋 copy color: '#FE048D'

red 254 ◦ green 4 ◦ blue 141

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

Shades of Deep Pink #FE048D

Tints of Deep Pink #FE048D

RGB

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

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

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

R = 63.66%
G = 1%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE048D (or 0xFE048D) is known color: Deep Pink. HEX triplet: FE, 04 and 8D. RGB value is (254,4,141). Sum of RGB (Red+Green+Blue) = 254+4+141=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE048D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE048D is #01FB72. Grayscale: #5E5E5E. Windows color (decimal): -129907 or 9241854. OLE color: 9241854.

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

Color convert

RGB 254 4 141 -
CMYK 0 0.98 0.44 0.00
HSL 327.12º 0.99% 0.51% -
HSV(B) 327.12º 0.98% 1% -
XYZ 45.72 23.08 27.24 -
YUV 94.37 154.33 241.86 -
System Red Green Blue C M Y K H S L
Decimal 254 4 141 0 0.98 0.44 0.00 327.12 0.99 0.51
Hex FE 4 8D 0 62 2C 0 147 63 33
Octal 376 4 215 0 142 54 0 507 143 63
Binary 11111110 100 10001101 0 1100010 101100 0 101000111 1100011 110011

Color Harmonies of #FE048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE048D

Black with #FE048D

Text Example


Text Example

White with #FE048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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