#FF0091

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

Shades of Deep Pink #FF0091

Tints of Deep Pink #FF0091

Color information

#FF0091 (or 0xFF0091) is unknown color: approx Deep Pink. HEX triplet: FF, 00 and 91. RGB value is (255,0,145). Sum of RGB (Red+Green+Blue) = 255+0+145=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0091 is #00FF6E. Grayscale: #5C5C5C. Windows color (decimal): -65391 or 9502975. OLE color: 9502975.

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

Color convert

RGB2550145-
CMYK010.430
HSL325.88º100%50%-
HSV(B)325.88º100%100%-
XYZ46.3523.328.84-
YUV92.78157.48243.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 145 (57.03% from 255) = 36.25%
R=63.75%
G=0%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550145010.430325.8810050
HexFF0910642B01466432
Octal3770221014453050614462
Binary111111110100100010110010010101101010001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0091; }

 p { color: rgb(255,0,145); }

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

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

 a { background-color: rgb(255,0,145); }

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

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

 span { border-color: rgb(255,0,145); }

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