Html Css Color HEX #FE1382 Deep Pink

📋 copy color: '#FE1382'

red 254 ◦ green 19 ◦ blue 130

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

Shades of Deep Pink #FE1382

Tints of Deep Pink #FE1382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.71%

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

R = 63.03%
G = 4.71%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE1382 (or 0xFE1382) is known color: Deep Pink. HEX triplet: FE, 13 and 82. RGB value is (254,19,130). Sum of RGB (Red+Green+Blue) = 254+19+130=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1382 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1382 is #01EC7D. Grayscale: #656565. Windows color (decimal): -126078 or 8524798. OLE color: 8524798.

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

Color convert

RGB 254 19 130 -
CMYK 0 0.93 0.49 0.00
HSL 331.66º 0.99% 0.54% -
HSV(B) 331.66º 0.93% 1% -
XYZ 45.14 23.15 23.21 -
YUV 101.92 143.86 236.47 -
System Red Green Blue C M Y K H S L
Decimal 254 19 130 0 0.93 0.49 0.00 331.66 0.99 0.54
Hex FE 13 82 0 5D 31 0 14C 63 36
Octal 376 23 202 0 135 61 0 514 143 66
Binary 11111110 10011 10000010 0 1011101 110001 0 101001100 1100011 110110

Color Harmonies of #FE1382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1382

Black with #FE1382

Text Example


Text Example

White with #FE1382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1382; }

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

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

background-color css

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

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

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

border-color css

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

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

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