Html Css Color HEX #FE058D Deep Pink

📋 copy color: '#FE058D'

red 254 ◦ green 5 ◦ blue 141

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

Shades of Deep Pink #FE058D

Tints of Deep Pink #FE058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.25%

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

R = 63.5%
G = 1.25%
B = 35.25%

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

#FE058D (or 0xFE058D) is known color: Deep Pink. HEX triplet: FE, 05 and 8D. RGB value is (254,5,141). Sum of RGB (Red+Green+Blue) = 254+5+141=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE058D is #01FA72. Grayscale: #5E5E5E. Windows color (decimal): -129651 or 9242110. OLE color: 9242110.

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

Color convert

RGB 254 5 141 -
CMYK 0 0.98 0.44 0.00
HSL 327.23º 0.99% 0.51% -
HSV(B) 327.23º 0.98% 1% -
XYZ 45.74 23.1 27.25 -
YUV 94.96 153.99 241.44 -
System Red Green Blue C M Y K H S L
Decimal 254 5 141 0 0.98 0.44 0.00 327.23 0.99 0.51
Hex FE 5 8D 0 62 2C 0 147 63 33
Octal 376 5 215 0 142 54 0 507 143 63
Binary 11111110 101 10001101 0 1100010 101100 0 101000111 1100011 110011

Color Harmonies of #FE058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE058D

Black with #FE058D

Text Example


Text Example

White with #FE058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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