Html Css Color HEX #FE048E Deep Pink

📋 copy color: '#FE048E'

red 254 ◦ green 4 ◦ blue 142

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

Shades of Deep Pink #FE048E

Tints of Deep Pink #FE048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 63.5%
G = 1%
B = 35.5%

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

#FE048E (or 0xFE048E) is known color: Deep Pink. HEX triplet: FE, 04 and 8E. RGB value is (254,4,142). Sum of RGB (Red+Green+Blue) = 254+4+142=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE048E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE048E is #01FB71. Grayscale: #5E5E5E. Windows color (decimal): -129906 or 9307390. OLE color: 9307390.

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

Color convert

RGB 254 4 142 -
CMYK 0 0.98 0.44 0.00
HSL 326.88º 0.99% 0.51% -
HSV(B) 326.88º 0.98% 1% -
XYZ 45.8 23.11 27.64 -
YUV 94.48 154.83 241.78 -
System Red Green Blue C M Y K H S L
Decimal 254 4 142 0 0.98 0.44 0.00 326.88 0.99 0.51
Hex FE 4 8E 0 62 2C 0 147 63 33
Octal 376 4 216 0 142 54 0 507 143 63
Binary 11111110 100 10001110 0 1100010 101100 0 101000111 1100011 110011

Color Harmonies of #FE048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE048E

Black with #FE048E

Text Example


Text Example

White with #FE048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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