Html Css Color HEX #FE2096 Deep Pink

📋 copy color: '#FE2096'

red 254 ◦ green 32 ◦ blue 150

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

Shades of Deep Pink #FE2096

Tints of Deep Pink #FE2096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.34%

 BLUE value IS 150 (58.98% from 255) = 34.4%

R = 58.26%
G = 7.34%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE2096 (or 0xFE2096) is known color: Deep Pink. HEX triplet: FE, 20 and 96. RGB value is (254,32,150). Sum of RGB (Red+Green+Blue) = 254+32+150=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2096 is #01DF69. Grayscale: #6F6F6F. Windows color (decimal): -122730 or 9838846. OLE color: 9838846.

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

Color convert

RGB 254 32 150 -
CMYK 0 0.87 0.41 0.00
HSL 328.11º 0.99% 0.56% -
HSV(B) 328.11º 0.87% 1% -
XYZ 46.89 24.31 31.07 -
YUV 111.83 149.55 229.41 -
System Red Green Blue C M Y K H S L
Decimal 254 32 150 0 0.87 0.41 0.00 328.11 0.99 0.56
Hex FE 20 96 0 57 29 0 148 63 38
Octal 376 40 226 0 127 51 0 510 143 70
Binary 11111110 100000 10010110 0 1010111 101001 0 101001000 1100011 111000

Color Harmonies of #FE2096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2096

Black with #FE2096

Text Example


Text Example

White with #FE2096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2096; }

 p { color: rgb(254,32,150); }

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

background-color css

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

 a { background-color: rgb(254,32,150); }

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

border-color css

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

 span { border-color: rgb(254,32,150); }

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