#FE0075

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

Shades of Deep Pink #FE0075

Tints of Deep Pink #FE0075

Color information

#FE0075 (or 0xFE0075) is unknown color: approx Deep Pink. HEX triplet: FE, 00 and 75. RGB value is (254,0,117). Sum of RGB (Red+Green+Blue) = 254+0+117=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0075 is #01FF8A. Grayscale: #595959. Windows color (decimal): -130955 or 7667966. OLE color: 7667966.

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

Color convert

RGB2540117-
CMYK010.540.00
HSL332.36º100%49.8%-
HSV(B)332.36º100%99.61%-
XYZ44.0822.3618.82-
YUV89.28143.65245.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 68.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=68.46%
G=0%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2540117010.540.00332.3610049.8
HexFE07506436014c6432
Octal3760165014466051414462
Binary11111110011101010110010011011001010011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0075; }

 p { color: rgb(254,0,117); }

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

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

 a { background-color: rgb(254,0,117); }

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

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

 span { border-color: rgb(254,0,117); }

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