Html Css Color HEX #FE1680 Deep Pink

📋 copy color: '#FE1680'

red 254 ◦ green 22 ◦ blue 128

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

Shades of Deep Pink #FE1680

Tints of Deep Pink #FE1680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.45%

 BLUE value IS 128 (50.39% from 255) = 31.68%

R = 62.87%
G = 5.45%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE1680 (or 0xFE1680) is known color: Deep Pink. HEX triplet: FE, 16 and 80. RGB value is (254,22,128). Sum of RGB (Red+Green+Blue) = 254+22+128=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1680 is #01E97F. Grayscale: #676767. Windows color (decimal): -125312 or 8394494. OLE color: 8394494.

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

Color convert

RGB 254 22 128 -
CMYK 0 0.91 0.50 0.00
HSL 332.59º 0.99% 0.54% -
HSV(B) 332.59º 0.91% 1% -
XYZ 45.06 23.2 22.53 -
YUV 103.45 141.86 235.38 -
System Red Green Blue C M Y K H S L
Decimal 254 22 128 0 0.91 0.50 0.00 332.59 0.99 0.54
Hex FE 16 80 0 5B 32 0 14D 63 36
Octal 376 26 200 0 133 62 0 515 143 66
Binary 11111110 10110 10000000 0 1011011 110010 0 101001101 1100011 110110

Color Harmonies of #FE1680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1680

Black with #FE1680

Text Example


Text Example

White with #FE1680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1680; }

 p { color: rgb(254,22,128); }

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

background-color css

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

 a { background-color: rgb(254,22,128); }

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

border-color css

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

 span { border-color: rgb(254,22,128); }

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