Html Css Color HEX #FE2586 Deep Pink

📋 copy color: '#FE2586'

red 254 ◦ green 37 ◦ blue 134

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

Shades of Deep Pink #FE2586

Tints of Deep Pink #FE2586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.71%

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

R = 59.76%
G = 8.71%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE2586 (or 0xFE2586) is known color: Deep Pink. HEX triplet: FE, 25 and 86. RGB value is (254,37,134). Sum of RGB (Red+Green+Blue) = 254+37+134=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2586 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2586 is #01DA79. Grayscale: #707070. Windows color (decimal): -121466 or 8791550. OLE color: 8791550.

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

Color convert

RGB 254 37 134 -
CMYK 0 0.85 0.47 0.00
HSL 333.18º 0.99% 0.57% -
HSV(B) 333.18º 0.85% 1% -
XYZ 45.84 24.12 24.79 -
YUV 112.94 139.89 228.61 -
System Red Green Blue C M Y K H S L
Decimal 254 37 134 0 0.85 0.47 0.00 333.18 0.99 0.57
Hex FE 25 86 0 55 2F 0 14D 63 39
Octal 376 45 206 0 125 57 0 515 143 71
Binary 11111110 100101 10000110 0 1010101 101111 0 101001101 1100011 111001

Color Harmonies of #FE2586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2586

Black with #FE2586

Text Example


Text Example

White with #FE2586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2586; }

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

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

background-color css

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

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

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

border-color css

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

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

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