Html Css Color HEX #FE1481 Deep Pink

📋 copy color: '#FE1481'

red 254 ◦ green 20 ◦ blue 129

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

Shades of Deep Pink #FE1481

Tints of Deep Pink #FE1481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.96%

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

R = 63.03%
G = 4.96%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE1481 (or 0xFE1481) is known color: Deep Pink. HEX triplet: FE, 14 and 81. RGB value is (254,20,129). Sum of RGB (Red+Green+Blue) = 254+20+129=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1481 is #01EB7E. Grayscale: #666666. Windows color (decimal): -125823 or 8459518. OLE color: 8459518.

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

Color convert

RGB 254 20 129 -
CMYK 0 0.92 0.49 0.00
HSL 332.05º 0.99% 0.54% -
HSV(B) 332.05º 0.92% 1% -
XYZ 45.09 23.16 22.86 -
YUV 102.39 143.02 236.14 -
System Red Green Blue C M Y K H S L
Decimal 254 20 129 0 0.92 0.49 0.00 332.05 0.99 0.54
Hex FE 14 81 0 5C 31 0 14C 63 36
Octal 376 24 201 0 134 61 0 514 143 66
Binary 11111110 10100 10000001 0 1011100 110001 0 101001100 1100011 110110

Color Harmonies of #FE1481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1481

Black with #FE1481

Text Example


Text Example

White with #FE1481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1481; }

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

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

background-color css

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

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

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

border-color css

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

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

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