Html Css Color HEX #FE1682 Deep Pink

📋 copy color: '#FE1682'

red 254 ◦ green 22 ◦ blue 130

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

Shades of Deep Pink #FE1682

Tints of Deep Pink #FE1682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.02%

R = 62.56%
G = 5.42%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE1682 (or 0xFE1682) is known color: Deep Pink. HEX triplet: FE, 16 and 82. RGB value is (254,22,130). Sum of RGB (Red+Green+Blue) = 254+22+130=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1682 is #01E97D. Grayscale: #676767. Windows color (decimal): -125310 or 8525566. OLE color: 8525566.

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

Color convert

RGB 254 22 130 -
CMYK 0 0.91 0.49 0.00
HSL 332.07º 0.99% 0.54% -
HSV(B) 332.07º 0.91% 1% -
XYZ 45.19 23.26 23.23 -
YUV 103.68 142.86 235.22 -
System Red Green Blue C M Y K H S L
Decimal 254 22 130 0 0.91 0.49 0.00 332.07 0.99 0.54
Hex FE 16 82 0 5B 31 0 14C 63 36
Octal 376 26 202 0 133 61 0 514 143 66
Binary 11111110 10110 10000010 0 1011011 110001 0 101001100 1100011 110110

Color Harmonies of #FE1682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1682

Black with #FE1682

Text Example


Text Example

White with #FE1682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1682; }

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

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

background-color css

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

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

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

border-color css

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

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

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