Html Css Color HEX #FE1590 Deep Pink

📋 copy color: '#FE1590'

red 254 ◦ green 21 ◦ blue 144

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

Shades of Deep Pink #FE1590

Tints of Deep Pink #FE1590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 60.62%
G = 5.01%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE1590 (or 0xFE1590) is known color: Deep Pink. HEX triplet: FE, 15 and 90. RGB value is (254,21,144). Sum of RGB (Red+Green+Blue) = 254+21+144=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1590 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1590 is #01EA6F. Grayscale: #686868. Windows color (decimal): -125552 or 9442814. OLE color: 9442814.

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

Color convert

RGB 254 21 144 -
CMYK 0 0.92 0.43 0.00
HSL 328.33º 0.99% 0.54% -
HSV(B) 328.33º 0.92% 1% -
XYZ 46.18 23.62 28.51 -
YUV 104.69 150.19 234.5 -
System Red Green Blue C M Y K H S L
Decimal 254 21 144 0 0.92 0.43 0.00 328.33 0.99 0.54
Hex FE 15 90 0 5C 2B 0 148 63 36
Octal 376 25 220 0 134 53 0 510 143 66
Binary 11111110 10101 10010000 0 1011100 101011 0 101001000 1100011 110110

Color Harmonies of #FE1590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1590

Black with #FE1590

Text Example


Text Example

White with #FE1590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1590; }

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

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

background-color css

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

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

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

border-color css

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

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

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