Html Css Color HEX #FE1488 Deep Pink

📋 copy color: '#FE1488'

red 254 ◦ green 20 ◦ blue 136

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

Shades of Deep Pink #FE1488

Tints of Deep Pink #FE1488

RGB

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

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

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

R = 61.95%
G = 4.88%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE1488 (or 0xFE1488) is known color: Deep Pink. HEX triplet: FE, 14 and 88. RGB value is (254,20,136). Sum of RGB (Red+Green+Blue) = 254+20+136=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1488 is #01EB77. Grayscale: #666666. Windows color (decimal): -125816 or 8918270. OLE color: 8918270.

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

Color convert

RGB 254 20 136 -
CMYK 0 0.92 0.46 0.00
HSL 330.26º 0.99% 0.54% -
HSV(B) 330.26º 0.92% 1% -
XYZ 45.57 23.35 25.4 -
YUV 103.19 146.52 235.57 -
System Red Green Blue C M Y K H S L
Decimal 254 20 136 0 0.92 0.46 0.00 330.26 0.99 0.54
Hex FE 14 88 0 5C 2E 0 14A 63 36
Octal 376 24 210 0 134 56 0 512 143 66
Binary 11111110 10100 10001000 0 1011100 101110 0 101001010 1100011 110110

Color Harmonies of #FE1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1488

Black with #FE1488

Text Example


Text Example

White with #FE1488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1488; }

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

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

background-color css

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

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

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

border-color css

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

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

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