Html Css Color HEX #FE1381 Deep Pink

📋 copy color: '#FE1381'

red 254 ◦ green 19 ◦ blue 129

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

Shades of Deep Pink #FE1381

Tints of Deep Pink #FE1381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.09%

R = 63.18%
G = 4.73%
B = 32.09%

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

#FE1381 (or 0xFE1381) is known color: Deep Pink. HEX triplet: FE, 13 and 81. RGB value is (254,19,129). Sum of RGB (Red+Green+Blue) = 254+19+129=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1381 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1381 is #01EC7E. Grayscale: #656565. Windows color (decimal): -126079 or 8459262. OLE color: 8459262.

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

Color convert

RGB 254 19 129 -
CMYK 0 0.93 0.49 0.00
HSL 331.91º 0.99% 0.54% -
HSV(B) 331.91º 0.93% 1% -
XYZ 45.07 23.12 22.86 -
YUV 101.81 143.36 236.56 -
System Red Green Blue C M Y K H S L
Decimal 254 19 129 0 0.93 0.49 0.00 331.91 0.99 0.54
Hex FE 13 81 0 5D 31 0 14C 63 36
Octal 376 23 201 0 135 61 0 514 143 66
Binary 11111110 10011 10000001 0 1011101 110001 0 101001100 1100011 110110

Color Harmonies of #FE1381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1381

Black with #FE1381

Text Example


Text Example

White with #FE1381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1381; }

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

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

background-color css

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

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

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

border-color css

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

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

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