#FE1974

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

Shades of Deep Pink #FE1974

Tints of Deep Pink #FE1974

Color information

#FE1974 (or 0xFE1974) is unknown color: approx Deep Pink. HEX triplet: FE, 19 and 74. RGB value is (254,25,116). Sum of RGB (Red+Green+Blue) = 254+25+116=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1974 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1974 is #01E68B. Grayscale: #676767. Windows color (decimal): -124556 or 7608830. OLE color: 7608830.

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

Color convert

RGB25425116-
CMYK00.900.540.00
HSL336.16º99.13%54.71%-
HSV(B)336.16º90.16%99.61%-
XYZ44.3723.0318.63-
YUV103.84134.87235.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.30%
GREEN value IS 25 (10.16% from 255) = 6.33%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=64.30%
G=6.33%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542511600.900.540.00336.1699.1354.71
HexFE197405A3601506337
Octal37631164013266052014367
Binary111111101100111101000101101011011001010100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1974; }

 p { color: rgb(254,25,116); }

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

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

 a { background-color: rgb(254,25,116); }

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

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

 span { border-color: rgb(254,25,116); }

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