#FE1772

Color #FE1772 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FE1772

Tints of Deep Pink #FE1772

Color information

#FE1772 (or 0xFE1772) is unknown color: approx Deep Pink. HEX triplet: FE, 17 and 72. RGB value is (254,23,114). Sum of RGB (Red+Green+Blue) = 254+23+114=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1772 is #01E88D. Grayscale: #666666. Windows color (decimal): -125070 or 7477246. OLE color: 7477246.

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

Color convert

RGB25423114-
CMYK00.910.550.00
HSL336.36º99.14%54.31%-
HSV(B)336.36º90.94%99.61%-
XYZ44.2222.918.01-
YUV102.44134.53236.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.96%
GREEN value IS 23 (9.38% from 255) = 5.88%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=64.96%
G=5.88%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542311400.910.550.00336.3699.1454.31
HexFE177205B3701506336
Octal37627162013367052014366
Binary111111101011111100100101101111011101010100001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1772; }

 p { color: rgb(254,23,114); }

 H1.HeaderClassName
 {
   color: #FE1772;
 }
 .AnyTagClassName
 {
   color: #FE1772;
 }
</style>
background-color css

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

 a { background-color: rgb(254,23,114); }

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

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

 span { border-color: rgb(254,23,114); }

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