Html Css Color HEX #FE087D Deep Pink

📋 copy color: '#FE087D'

red 254 ◦ green 8 ◦ blue 125

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

Shades of Deep Pink #FE087D

Tints of Deep Pink #FE087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 65.63%
G = 2.07%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE087D (or 0xFE087D) is known color: Deep Pink. HEX triplet: FE, 08 and 7D. RGB value is (254,8,125). Sum of RGB (Red+Green+Blue) = 254+8+125=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE087D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE087D is #01F782. Grayscale: #5E5E5E. Windows color (decimal): -128899 or 8194302. OLE color: 8194302.

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

Color convert

RGB 254 8 125 -
CMYK 0 0.97 0.51 0.00
HSL 331.46º 0.99% 0.51% -
HSV(B) 331.46º 0.97% 1% -
XYZ 44.66 22.73 21.43 -
YUV 94.89 145 241.49 -
System Red Green Blue C M Y K H S L
Decimal 254 8 125 0 0.97 0.51 0.00 331.46 0.99 0.51
Hex FE 8 7D 0 61 33 0 14B 63 33
Octal 376 10 175 0 141 63 0 513 143 63
Binary 11111110 1000 1111101 0 1100001 110011 0 101001011 1100011 110011

Color Harmonies of #FE087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE087D

Black with #FE087D

Text Example


Text Example

White with #FE087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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