Html Css Color HEX #FE0786 Deep Pink

📋 copy color: '#FE0786'

red 254 ◦ green 7 ◦ blue 134

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

Shades of Deep Pink #FE0786

Tints of Deep Pink #FE0786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.77%

 BLUE value IS 134 (52.73% from 255) = 33.92%

R = 64.3%
G = 1.77%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE0786 (or 0xFE0786) is known color: Deep Pink. HEX triplet: FE, 07 and 86. RGB value is (254,7,134). Sum of RGB (Red+Green+Blue) = 254+7+134=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0786 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0786 is #01F879. Grayscale: #5F5F5F. Windows color (decimal): -129146 or 8783870. OLE color: 8783870.

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

Color convert

RGB 254 7 134 -
CMYK 0 0.97 0.47 0.00
HSL 329.15º 0.99% 0.51% -
HSV(B) 329.15º 0.97% 1% -
XYZ 45.25 22.94 24.6 -
YUV 95.33 149.83 241.17 -
System Red Green Blue C M Y K H S L
Decimal 254 7 134 0 0.97 0.47 0.00 329.15 0.99 0.51
Hex FE 7 86 0 61 2F 0 149 63 33
Octal 376 7 206 0 141 57 0 511 143 63
Binary 11111110 111 10000110 0 1100001 101111 0 101001001 1100011 110011

Color Harmonies of #FE0786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0786

Black with #FE0786

Text Example


Text Example

White with #FE0786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0786; }

 p { color: rgb(254,7,134); }

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

background-color css

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

 a { background-color: rgb(254,7,134); }

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

border-color css

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

 span { border-color: rgb(254,7,134); }

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