Html Css Color HEX #FE048A Deep Pink

📋 copy color: '#FE048A'

red 254 ◦ green 4 ◦ blue 138

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

Shades of Deep Pink #FE048A

Tints of Deep Pink #FE048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 64.14%
G = 1.01%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE048A (or 0xFE048A) is known color: Deep Pink. HEX triplet: FE, 04 and 8A. RGB value is (254,4,138). Sum of RGB (Red+Green+Blue) = 254+4+138=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE048A is #01FB75. Grayscale: #5D5D5D. Windows color (decimal): -129910 or 9045246. OLE color: 9045246.

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

Color convert

RGB 254 4 138 -
CMYK 0 0.98 0.46 0.00
HSL 327.84º 0.99% 0.51% -
HSV(B) 327.84º 0.98% 1% -
XYZ 45.5 22.99 26.08 -
YUV 94.03 152.83 242.1 -
System Red Green Blue C M Y K H S L
Decimal 254 4 138 0 0.98 0.46 0.00 327.84 0.99 0.51
Hex FE 4 8A 0 62 2E 0 148 63 33
Octal 376 4 212 0 142 56 0 510 143 63
Binary 11111110 100 10001010 0 1100010 101110 0 101001000 1100011 110011

Color Harmonies of #FE048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE048A

Black with #FE048A

Text Example


Text Example

White with #FE048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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