Html Css Color HEX #FE1380 Deep Pink

📋 copy color: '#FE1380'

red 254 ◦ green 19 ◦ blue 128

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

Shades of Deep Pink #FE1380

Tints of Deep Pink #FE1380

RGB

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

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

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

R = 63.34%
G = 4.74%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE1380 (or 0xFE1380) is known color: Deep Pink. HEX triplet: FE, 13 and 80. RGB value is (254,19,128). Sum of RGB (Red+Green+Blue) = 254+19+128=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1380 is #01EC7F. Grayscale: #656565. Windows color (decimal): -126080 or 8393726. OLE color: 8393726.

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

Color convert

RGB 254 19 128 -
CMYK 0 0.93 0.50 0.00
HSL 332.17º 0.99% 0.54% -
HSV(B) 332.17º 0.93% 1% -
XYZ 45 23.1 22.51 -
YUV 101.69 142.86 236.64 -
System Red Green Blue C M Y K H S L
Decimal 254 19 128 0 0.93 0.50 0.00 332.17 0.99 0.54
Hex FE 13 80 0 5D 32 0 14C 63 36
Octal 376 23 200 0 135 62 0 514 143 66
Binary 11111110 10011 10000000 0 1011101 110010 0 101001100 1100011 110110

Color Harmonies of #FE1380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1380

Black with #FE1380

Text Example


Text Example

White with #FE1380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1380; }

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

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

background-color css

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

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

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

border-color css

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

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

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