Html Css Color HEX #FE087F Deep Pink

📋 copy color: '#FE087F'

red 254 ◦ green 8 ◦ blue 127

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

Shades of Deep Pink #FE087F

Tints of Deep Pink #FE087F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.65%

R = 65.3%
G = 2.06%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE087F (or 0xFE087F) is known color: Deep Pink. HEX triplet: FE, 08 and 7F. RGB value is (254,8,127). Sum of RGB (Red+Green+Blue) = 254+8+127=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE087F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE087F is #01F780. Grayscale: #5E5E5E. Windows color (decimal): -128897 or 8325374. OLE color: 8325374.

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

Color convert

RGB 254 8 127 -
CMYK 0 0.97 0.50 0.00
HSL 330.98º 0.99% 0.51% -
HSV(B) 330.98º 0.97% 1% -
XYZ 44.79 22.78 22.11 -
YUV 95.12 146 241.32 -
System Red Green Blue C M Y K H S L
Decimal 254 8 127 0 0.97 0.50 0.00 330.98 0.99 0.51
Hex FE 8 7F 0 61 32 0 14B 63 33
Octal 376 10 177 0 141 62 0 513 143 63
Binary 11111110 1000 1111111 0 1100001 110010 0 101001011 1100011 110011

Color Harmonies of #FE087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE087F

Black with #FE087F

Text Example


Text Example

White with #FE087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE087F; }

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

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

background-color css

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

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

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

border-color css

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

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

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