Html Css Color HEX #FE1588 Deep Pink

📋 copy color: '#FE1588'

red 254 ◦ green 21 ◦ blue 136

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

Shades of Deep Pink #FE1588

Tints of Deep Pink #FE1588

RGB

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

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

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

R = 61.8%
G = 5.11%
B = 33.09%

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

#FE1588 (or 0xFE1588) is known color: Deep Pink. HEX triplet: FE, 15 and 88. RGB value is (254,21,136). Sum of RGB (Red+Green+Blue) = 254+21+136=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1588 is #01EA77. Grayscale: #676767. Windows color (decimal): -125560 or 8918526. OLE color: 8918526.

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

Color convert

RGB 254 21 136 -
CMYK 0 0.92 0.46 0.00
HSL 330.39º 0.99% 0.54% -
HSV(B) 330.39º 0.92% 1% -
XYZ 45.59 23.38 25.4 -
YUV 103.78 146.19 235.15 -
System Red Green Blue C M Y K H S L
Decimal 254 21 136 0 0.92 0.46 0.00 330.39 0.99 0.54
Hex FE 15 88 0 5C 2E 0 14A 63 36
Octal 376 25 210 0 134 56 0 512 143 66
Binary 11111110 10101 10001000 0 1011100 101110 0 101001010 1100011 110110

Color Harmonies of #FE1588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1588

Black with #FE1588

Text Example


Text Example

White with #FE1588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1588; }

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

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

background-color css

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

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

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

border-color css

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

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

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