Html Css Color HEX #FE1A88 Deep Pink

📋 copy color: '#FE1A88'

red 254 ◦ green 26 ◦ blue 136

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

Shades of Deep Pink #FE1A88

Tints of Deep Pink #FE1A88

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.25%

 BLUE value IS 136 (53.52% from 255) = 32.69%

R = 61.06%
G = 6.25%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE1A88 (or 0xFE1A88) is known color: Deep Pink. HEX triplet: FE, 1A and 88. RGB value is (254,26,136). Sum of RGB (Red+Green+Blue) = 254+26+136=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1A88 is #01E577. Grayscale: #6A6A6A. Windows color (decimal): -124280 or 8919806. OLE color: 8919806.

HSL color Cylindrical-coordinate representation of color #FE1A88: hue angle of 331.05º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1A88 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 26 136 -
CMYK 0 0.90 0.46 0.00
HSL 331.05º 0.99% 0.55% -
HSV(B) 331.05º 0.9% 1% -
XYZ 45.69 23.59 25.44 -
YUV 106.71 144.54 233.06 -
System Red Green Blue C M Y K H S L
Decimal 254 26 136 0 0.90 0.46 0.00 331.05 0.99 0.55
Hex FE 1A 88 0 5A 2E 0 14B 63 37
Octal 376 32 210 0 132 56 0 513 143 67
Binary 11111110 11010 10001000 0 1011010 101110 0 101001011 1100011 110111

Color Harmonies of #FE1A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1A88

Black with #FE1A88

Text Example


Text Example

White with #FE1A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1A88; }

 p { color: rgb(254,26,136); }

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

background-color css

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

 a { background-color: rgb(254,26,136); }

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

border-color css

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

 span { border-color: rgb(254,26,136); }

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