Html Css Color HEX #FE088D Deep Pink

📋 copy color: '#FE088D'

red 254 ◦ green 8 ◦ blue 141

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

Shades of Deep Pink #FE088D

Tints of Deep Pink #FE088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.99%

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

R = 63.03%
G = 1.99%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE088D (or 0xFE088D) is known color: Deep Pink. HEX triplet: FE, 08 and 8D. RGB value is (254,8,141). Sum of RGB (Red+Green+Blue) = 254+8+141=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE088D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE088D is #01F772. Grayscale: #606060. Windows color (decimal): -128883 or 9242878. OLE color: 9242878.

HSL color Cylindrical-coordinate representation of color #FE088D: hue angle of 327.56º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE088D is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 8 141 -
CMYK 0 0.97 0.44 0.00
HSL 327.56º 0.99% 0.51% -
HSV(B) 327.56º 0.97% 1% -
XYZ 45.77 23.17 27.26 -
YUV 96.72 153 240.19 -
System Red Green Blue C M Y K H S L
Decimal 254 8 141 0 0.97 0.44 0.00 327.56 0.99 0.51
Hex FE 8 8D 0 61 2C 0 148 63 33
Octal 376 10 215 0 141 54 0 510 143 63
Binary 11111110 1000 10001101 0 1100001 101100 0 101001000 1100011 110011

Color Harmonies of #FE088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE088D

Black with #FE088D

Text Example


Text Example

White with #FE088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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