Html Css Color HEX #FE0486 Deep Pink

📋 copy color: '#FE0486'

red 254 ◦ green 4 ◦ blue 134

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

Shades of Deep Pink #FE0486

Tints of Deep Pink #FE0486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

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

R = 64.8%
G = 1.02%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE0486 (or 0xFE0486) is known color: Deep Pink. HEX triplet: FE, 04 and 86. RGB value is (254,4,134). Sum of RGB (Red+Green+Blue) = 254+4+134=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0486 is #01FB79. Grayscale: #5D5D5D. Windows color (decimal): -129914 or 8783102. OLE color: 8783102.

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

Color convert

RGB 254 4 134 -
CMYK 0 0.98 0.47 0.00
HSL 328.8º 0.99% 0.51% -
HSV(B) 328.8º 0.98% 1% -
XYZ 45.22 22.88 24.59 -
YUV 93.57 150.83 242.43 -
System Red Green Blue C M Y K H S L
Decimal 254 4 134 0 0.98 0.47 0.00 328.8 0.99 0.51
Hex FE 4 86 0 62 2F 0 149 63 33
Octal 376 4 206 0 142 57 0 511 143 63
Binary 11111110 100 10000110 0 1100010 101111 0 101001001 1100011 110011

Color Harmonies of #FE0486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0486

Black with #FE0486

Text Example


Text Example

White with #FE0486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0486; }

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

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

background-color css

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

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

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

border-color css

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

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

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