#FF2192

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

Shades of Deep Pink #FF2192

Tints of Deep Pink #FF2192

Color information

#FF2192 (or 0xFF2192) is unknown color: approx Deep Pink. HEX triplet: FF, 21 and 92. RGB value is (255,33,146). Sum of RGB (Red+Green+Blue) = 255+33+146=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2192 is #00DE6D. Grayscale: #707070. Windows color (decimal): -56942 or 9576959. OLE color: 9576959.

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

Color convert

RGB25533146-
CMYK00.870.430
HSL329.46º100%56.47%-
HSV(B)329.46º87.06%100%-
XYZ46.9724.4229.43-
YUV112.26147.05229.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.76%
GREEN value IS 33 (13.28% from 255) = 7.60%
BLUE value IS 146 (57.42% from 255) = 33.64%
R=58.76%
G=7.60%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553314600.870.430329.4610056.47
HexFF21920572B01496438
Octal37741222012753051114470
Binary11111111100001100100100101011110101101010010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2192; }

 p { color: rgb(255,33,146); }

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

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

 a { background-color: rgb(255,33,146); }

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

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

 span { border-color: rgb(255,33,146); }

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