Html Css Color HEX #FE1581 Deep Pink

📋 copy color: '#FE1581'

red 254 ◦ green 21 ◦ blue 129

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

Shades of Deep Pink #FE1581

Tints of Deep Pink #FE1581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.2%

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

R = 62.87%
G = 5.2%
B = 31.93%

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

#FE1581 (or 0xFE1581) is known color: Deep Pink. HEX triplet: FE, 15 and 81. RGB value is (254,21,129). Sum of RGB (Red+Green+Blue) = 254+21+129=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1581 is #01EA7E. Grayscale: #666666. Windows color (decimal): -125567 or 8459774. OLE color: 8459774.

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

Color convert

RGB 254 21 129 -
CMYK 0 0.92 0.49 0.00
HSL 332.19º 0.99% 0.54% -
HSV(B) 332.19º 0.92% 1% -
XYZ 45.1 23.19 22.87 -
YUV 102.98 142.69 235.72 -
System Red Green Blue C M Y K H S L
Decimal 254 21 129 0 0.92 0.49 0.00 332.19 0.99 0.54
Hex FE 15 81 0 5C 31 0 14C 63 36
Octal 376 25 201 0 134 61 0 514 143 66
Binary 11111110 10101 10000001 0 1011100 110001 0 101001100 1100011 110110

Color Harmonies of #FE1581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1581

Black with #FE1581

Text Example


Text Example

White with #FE1581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1581; }

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

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

background-color css

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

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

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

border-color css

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

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

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