Html Css Color HEX #FE2386 Deep Pink

📋 copy color: '#FE2386'

red 254 ◦ green 35 ◦ blue 134

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

Shades of Deep Pink #FE2386

Tints of Deep Pink #FE2386

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.27%

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

R = 60.05%
G = 8.27%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE2386 (or 0xFE2386) is known color: Deep Pink. HEX triplet: FE, 23 and 86. RGB value is (254,35,134). Sum of RGB (Red+Green+Blue) = 254+35+134=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2386 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2386 is #01DC79. Grayscale: #6F6F6F. Windows color (decimal): -121978 or 8791038. OLE color: 8791038.

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

Color convert

RGB 254 35 134 -
CMYK 0 0.86 0.47 0.00
HSL 332.88º 0.99% 0.57% -
HSV(B) 332.88º 0.86% 1% -
XYZ 45.78 23.99 24.77 -
YUV 111.77 140.55 229.45 -
System Red Green Blue C M Y K H S L
Decimal 254 35 134 0 0.86 0.47 0.00 332.88 0.99 0.57
Hex FE 23 86 0 56 2F 0 14D 63 39
Octal 376 43 206 0 126 57 0 515 143 71
Binary 11111110 100011 10000110 0 1010110 101111 0 101001101 1100011 111001

Color Harmonies of #FE2386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2386

Black with #FE2386

Text Example


Text Example

White with #FE2386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2386; }

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

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

background-color css

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

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

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

border-color css

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

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

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